zmk/app/boards/arm
innovaker bba2892437 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
2021-01-12 20:15:09 -08:00
..
bdn9 feat(boards): Add BDN9 Rev2 board. 2021-01-12 20:15:08 -08:00
bluemicro840 boards: Cleanup and standardize features 2020-11-10 23:14:38 -05:00
dz60rgb refactor: replace filename hyphens with underscores 2021-01-12 20:15:07 -08:00
nice_nano boards: Cleanup and standardize features 2020-11-10 23:14:38 -05:00
nrf52840_m2 chore: standardize # style headers 2021-01-12 20:15:09 -08:00
nrfmicro refactor(app): replace struct device * with const struct device * 2020-12-14 12:41:25 -05:00
planck refactor(app): replace struct device * with const struct device * 2020-12-14 12:41:25 -05:00
proton_c refactor(app): replace struct device * with const struct device * 2020-12-14 12:41:25 -05:00