zmk_mf68/app/boards
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
..
arm chore: standardize C style headers 2021-01-01 23:06:41 -05:00
shields chore: standardize C style headers 2021-01-01 23:06:41 -05:00
Kconfig chore: add copyright to core Kconfig 2020-11-20 22:25:28 -05:00
native_posix.conf fix(test): change the layout 2020-08-28 16:21:31 -04:00
native_posix.overlay refactor: replace filename hyphens with underscores 2020-12-28 01:15:35 -05:00