forked from kofal.net/zmk
Changes made with regex plus some manual tweaks.
Find:
/(?:(?<!#!\/bin\/sh\n)(?:^#\n))*^#.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^#\n)*^#.*?SPDX-License-Identifier:? *(.+) *?\n(?:^#\n)*/gm
Replace:
# Copyright (c) $1 $2
# SPDX-License-Identifier: $3
PR: #564
14 lines
214 B
YAML
14 lines
214 B
YAML
# Copyright (c) 2020 Pete Johanson
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Keyboard Reset Behavior
|
|
|
|
compatible: "zmk,behavior-reset"
|
|
|
|
include: zero_param.yaml
|
|
|
|
properties:
|
|
type:
|
|
type: int
|
|
default: 0
|