diff options
| author | 2020-09-22 09:33:17 +0900 | |
|---|---|---|
| committer | 2020-09-21 17:33:17 -0700 | |
| commit | b86fa3daf3e9106177f627365c9540fdc47c6970 (patch) | |
| tree | c04e55cc12f353b40a9b6f7773aa0facee4c3c04 /keyboards/basekeys/slice/rev1/keymaps/default_all | |
| parent | bc8fe91fd10b290c43c25c2890ad64e73948db47 (diff) | |
| download | qmk_firmware-b86fa3daf3e9106177f627365c9540fdc47c6970.tar.gz | |
Copyright Updates for basekeys/slice (#10383)
* Copyright Updates
* Copyright Updates
Diffstat (limited to 'keyboards/basekeys/slice/rev1/keymaps/default_all')
| -rw-r--r-- | keyboards/basekeys/slice/rev1/keymaps/default_all/config.h | 30 | ||||
| -rw-r--r-- | keyboards/basekeys/slice/rev1/keymaps/default_all/keymap.c | 15 |
2 files changed, 30 insertions, 15 deletions
diff --git a/keyboards/basekeys/slice/rev1/keymaps/default_all/config.h b/keyboards/basekeys/slice/rev1/keymaps/default_all/config.h index d3acebb7e..3dc07fdac 100644 --- a/keyboards/basekeys/slice/rev1/keymaps/default_all/config.h +++ b/keyboards/basekeys/slice/rev1/keymaps/default_all/config.h @@ -1,19 +1,19 @@ -/* Copyright 2020 2Moons - * - * 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 2020 2Moons +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/>. +*/ #pragma once /* Select hand configuration */ diff --git a/keyboards/basekeys/slice/rev1/keymaps/default_all/keymap.c b/keyboards/basekeys/slice/rev1/keymaps/default_all/keymap.c index 198c449b7..34e1b7c43 100644 --- a/keyboards/basekeys/slice/rev1/keymaps/default_all/keymap.c +++ b/keyboards/basekeys/slice/rev1/keymaps/default_all/keymap.c @@ -1,3 +1,18 @@ +/* Copyright 2020 2Moons + * + * 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 QMK_KEYBOARD_H extern uint8_t is_master; |