zmk_mf68/app/boards/arm/nrf52840_m2
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
..
board.cmake M60 keymap update and misc changes 2020-10-05 21:24:39 +08:00
CMakeLists.txt Added Makerdiary M.2 module 2020-10-05 21:23:38 +08:00
Kconfig Added Makerdiary M.2 module 2020-10-05 21:23:38 +08:00
Kconfig.board Added Makerdiary M.2 module 2020-10-05 21:23:38 +08:00
Kconfig.defconfig Added Makerdiary M.2 module 2020-10-05 21:23:38 +08:00
nrf52840_m2.dts chore: standardize C style headers 2021-01-01 23:06:41 -05:00
nrf52840_m2.yaml Added Makerdiary M.2 module 2020-10-05 21:23:38 +08:00
nrf52840_m2_defconfig Added Makerdiary M.2 module 2020-10-05 21:23:38 +08:00