zmk_mf68/app/boards/arm
innovaker 5a72662898 chore: standardize C style headers
Changes made with regex plus some manual tweaks.

Find:
/^\/\*.*\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: #565
2021-01-01 23:06:41 -05:00
..
bdn9 feat(boards): Add BDN9 Rev2 board. 2020-12-31 14:46:15 -05:00
bluemicro840 boards: Cleanup and standardize features 2020-11-10 23:14:38 -05:00
dz60rgb refactor: replace filename hyphens with underscores 2020-12-28 01:15:35 -05:00
nice_nano boards: Cleanup and standardize features 2020-11-10 23:14:38 -05:00
nrf52840_m2 chore: standardize C style headers 2021-01-01 23:06:41 -05: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