diff options
author | QMK Bot <hello@qmk.fm> | 2023-02-02 21:33:06 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-02-02 21:33:06 +0000 |
commit | 2889f62179970fbaf6396061d210317d7e6d7cba (patch) | |
tree | 5801453cf976e8b0de07b97e16051800c1c92a5c /keyboards/cannonkeys/crin/crin.c | |
parent | a6900dd5c58f9a8bd4ffd91acf689c7177444ab6 (diff) | |
parent | 3115cdf6639909cedabaaccabad959653359f359 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/crin/crin.c')
-rw-r--r-- | keyboards/cannonkeys/crin/crin.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/keyboards/cannonkeys/crin/crin.c b/keyboards/cannonkeys/crin/crin.c index 4299c28857..9f6039ff09 100644 --- a/keyboards/cannonkeys/crin/crin.c +++ b/keyboards/cannonkeys/crin/crin.c @@ -1,17 +1,17 @@ - /* Copyright 2022 Andrew Kannan - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ +/* Copyright 2022 Andrew Kannan + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ #include "crin.h" |