summaryrefslogtreecommitdiff
path: root/app/dts
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2021-01-01 22:37:34 +0000
committerPete Johanson <peter@peterjohanson.com>2021-01-06 17:00:44 -0500
commitf17584ca0ee4d6bbc0893c0a62a0dc2fa293d2b8 (patch)
tree31f3d5d4b0fdc2f43cc4595f709ea216d0d06ea5 /app/dts
parent56ec200bae7610bae32c558cf1302b02d433471d (diff)
chore: standardize # style headers
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
Diffstat (limited to 'app/dts')
-rw-r--r--app/dts/bindings/behaviors/one_param.yaml2
-rw-r--r--app/dts/bindings/behaviors/two_param.yaml2
-rw-r--r--app/dts/bindings/behaviors/zero_param.yaml2
-rw-r--r--app/dts/bindings/behaviors/zmk,behavior-bluetooth.yaml2
-rw-r--r--app/dts/bindings/behaviors/zmk,behavior-ext-power.yaml4
-rw-r--r--app/dts/bindings/behaviors/zmk,behavior-key-press.yaml2
-rw-r--r--app/dts/bindings/behaviors/zmk,behavior-momentary-layer.yaml2
-rw-r--r--app/dts/bindings/behaviors/zmk,behavior-none.yaml2
-rw-r--r--app/dts/bindings/behaviors/zmk,behavior-outputs.yaml4
-rw-r--r--app/dts/bindings/behaviors/zmk,behavior-reset.yaml2
-rw-r--r--app/dts/bindings/behaviors/zmk,behavior-sensor-rotate-key-press.yaml2
-rw-r--r--app/dts/bindings/behaviors/zmk,behavior-transparent.yaml2
-rw-r--r--app/dts/bindings/zmk,ext-power-generic.yaml4
-rw-r--r--app/dts/bindings/zmk,keymap-sensors.yaml4
14 files changed, 14 insertions, 22 deletions
diff --git a/app/dts/bindings/behaviors/one_param.yaml b/app/dts/bindings/behaviors/one_param.yaml
index 1f33aee..8eabba1 100644
--- a/app/dts/bindings/behaviors/one_param.yaml
+++ b/app/dts/bindings/behaviors/one_param.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020, Pete Johanson
+# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
properties:
diff --git a/app/dts/bindings/behaviors/two_param.yaml b/app/dts/bindings/behaviors/two_param.yaml
index f8b3af9..c508c40 100644
--- a/app/dts/bindings/behaviors/two_param.yaml
+++ b/app/dts/bindings/behaviors/two_param.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020, Pete Johanson
+# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
properties:
diff --git a/app/dts/bindings/behaviors/zero_param.yaml b/app/dts/bindings/behaviors/zero_param.yaml
index 20f1528..6defbb2 100644
--- a/app/dts/bindings/behaviors/zero_param.yaml
+++ b/app/dts/bindings/behaviors/zero_param.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020, Pete Johanson
+# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
properties:
diff --git a/app/dts/bindings/behaviors/zmk,behavior-bluetooth.yaml b/app/dts/bindings/behaviors/zmk,behavior-bluetooth.yaml
index 127ebe0..9ce5673 100644
--- a/app/dts/bindings/behaviors/zmk,behavior-bluetooth.yaml
+++ b/app/dts/bindings/behaviors/zmk,behavior-bluetooth.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020, Peter Johanson
+# Copyright (c) 2020 Peter Johanson
# SPDX-License-Identifier: MIT
description: Bluetooth Behavior
diff --git a/app/dts/bindings/behaviors/zmk,behavior-ext-power.yaml b/app/dts/bindings/behaviors/zmk,behavior-ext-power.yaml
index d86c6f9..69949d7 100644
--- a/app/dts/bindings/behaviors/zmk,behavior-ext-power.yaml
+++ b/app/dts/bindings/behaviors/zmk,behavior-ext-power.yaml
@@ -1,7 +1,5 @@
-#
-# Copyright (c) 2020, The ZMK Contributors
+# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
-#
description: External power control Behavior
diff --git a/app/dts/bindings/behaviors/zmk,behavior-key-press.yaml b/app/dts/bindings/behaviors/zmk,behavior-key-press.yaml
index 0169d7d..37f1886 100644
--- a/app/dts/bindings/behaviors/zmk,behavior-key-press.yaml
+++ b/app/dts/bindings/behaviors/zmk,behavior-key-press.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020, Pete Johanson
+# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
description: Key press/release behavior
diff --git a/app/dts/bindings/behaviors/zmk,behavior-momentary-layer.yaml b/app/dts/bindings/behaviors/zmk,behavior-momentary-layer.yaml
index 70c7c7f..b8f26af 100644
--- a/app/dts/bindings/behaviors/zmk,behavior-momentary-layer.yaml
+++ b/app/dts/bindings/behaviors/zmk,behavior-momentary-layer.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020, Pete Johanson
+# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
description: Momentary layer on press/release behavior
diff --git a/app/dts/bindings/behaviors/zmk,behavior-none.yaml b/app/dts/bindings/behaviors/zmk,behavior-none.yaml
index 9c66c94..4d1ad40 100644
--- a/app/dts/bindings/behaviors/zmk,behavior-none.yaml
+++ b/app/dts/bindings/behaviors/zmk,behavior-none.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020, Pete Johanson
+# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
description: None Binding Behavior
diff --git a/app/dts/bindings/behaviors/zmk,behavior-outputs.yaml b/app/dts/bindings/behaviors/zmk,behavior-outputs.yaml
index 8bcefd9..6bc0c83 100644
--- a/app/dts/bindings/behaviors/zmk,behavior-outputs.yaml
+++ b/app/dts/bindings/behaviors/zmk,behavior-outputs.yaml
@@ -1,7 +1,5 @@
-#
-# Copyright (c) 2020, The ZMK Contributors
+# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
-#
description: Output Selection Behavior
diff --git a/app/dts/bindings/behaviors/zmk,behavior-reset.yaml b/app/dts/bindings/behaviors/zmk,behavior-reset.yaml
index 061b15e..6133411 100644
--- a/app/dts/bindings/behaviors/zmk,behavior-reset.yaml
+++ b/app/dts/bindings/behaviors/zmk,behavior-reset.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020, Pete Johanson
+# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
description: Keyboard Reset Behavior
diff --git a/app/dts/bindings/behaviors/zmk,behavior-sensor-rotate-key-press.yaml b/app/dts/bindings/behaviors/zmk,behavior-sensor-rotate-key-press.yaml
index b34507f..1fc60fc 100644
--- a/app/dts/bindings/behaviors/zmk,behavior-sensor-rotate-key-press.yaml
+++ b/app/dts/bindings/behaviors/zmk,behavior-sensor-rotate-key-press.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020, The ZMK Contributors
+# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
description: Sensor rotate key press/release behavior
diff --git a/app/dts/bindings/behaviors/zmk,behavior-transparent.yaml b/app/dts/bindings/behaviors/zmk,behavior-transparent.yaml
index 33f1aba..19c25ff 100644
--- a/app/dts/bindings/behaviors/zmk,behavior-transparent.yaml
+++ b/app/dts/bindings/behaviors/zmk,behavior-transparent.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020, Pete Johanson
+# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
description: Transparent Binding Behavior
diff --git a/app/dts/bindings/zmk,ext-power-generic.yaml b/app/dts/bindings/zmk,ext-power-generic.yaml
index 6d36d21..acaf9cc 100644
--- a/app/dts/bindings/zmk,ext-power-generic.yaml
+++ b/app/dts/bindings/zmk,ext-power-generic.yaml
@@ -1,7 +1,5 @@
-#
-# Copyright (c) 2020, The ZMK Contributors
+# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
-#
description: |
Generic driver for controlling the external power output
diff --git a/app/dts/bindings/zmk,keymap-sensors.yaml b/app/dts/bindings/zmk,keymap-sensors.yaml
index 86ae5c2..a879684 100644
--- a/app/dts/bindings/zmk,keymap-sensors.yaml
+++ b/app/dts/bindings/zmk,keymap-sensors.yaml
@@ -1,7 +1,5 @@
-#
-# Copyright (c) 2020, The ZMK Contributors
+# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
-#
description: |
Allows defining the collection of sensors bound in the keymap layers