diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-01-01 23:56:40 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-01-01 23:06:41 -0500 |
commit | 5a7266289879c429982e33b80a33a11f4485c0da (patch) | |
tree | fb86081e522b477edbc0f8fa6a9c657525881a48 /docs | |
parent | 61893e453b90dcb8fb84745b009457375764f7f4 (diff) |
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
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions