diff --git a/keyboards/cannonkeys/reverie/hotswap/config.h b/keyboards/cannonkeys/reverie/hotswap/config.h index 4b00f1c135d..4eec357f201 100644 --- a/keyboards/cannonkeys/reverie/hotswap/config.h +++ b/keyboards/cannonkeys/reverie/hotswap/config.h @@ -1,19 +1,5 @@ -/* -Copyright 2024 Jun Wako - -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 . -*/ +// Copyright 2024 Andrew Kannan +// SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/keyboards/cannonkeys/reverie/hotswap/keymaps/default/keymap.c b/keyboards/cannonkeys/reverie/hotswap/keymaps/default/keymap.c index 405668e7724..9c95e7e3020 100644 --- a/keyboards/cannonkeys/reverie/hotswap/keymaps/default/keymap.c +++ b/keyboards/cannonkeys/reverie/hotswap/keymaps/default/keymap.c @@ -1,26 +1,8 @@ -/* -Copyright 2012,2013 Jun Wako +// Copyright 2024 Andrew Kannan +// SPDX-License-Identifier: GPL-2.0-or-later -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 . -*/ #include QMK_KEYBOARD_H - -// Each layer gets a name for readability, which is then used in the keymap matrix below. -// The underscores don't mean anything - you can have a layer called STUFF or any other name. -// Layer names don't all need to be of the same length, obviously, and you can also skip them -// entirely and just use numbers. enum layer_names { _BASE, _FN1 diff --git a/keyboards/cannonkeys/reverie/hotswap/keymaps/via/keymap.c b/keyboards/cannonkeys/reverie/hotswap/keymaps/via/keymap.c index 4dba8ab3e9c..e6c90688d98 100644 --- a/keyboards/cannonkeys/reverie/hotswap/keymaps/via/keymap.c +++ b/keyboards/cannonkeys/reverie/hotswap/keymaps/via/keymap.c @@ -1,26 +1,8 @@ -/* -Copyright 2012,2013 Jun Wako +// Copyright 2024 Andrew Kannan +// SPDX-License-Identifier: GPL-2.0-or-later -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 . -*/ #include QMK_KEYBOARD_H - -// Each layer gets a name for readability, which is then used in the keymap matrix below. -// The underscores don't mean anything - you can have a layer called STUFF or any other name. -// Layer names don't all need to be of the same length, obviously, and you can also skip them -// entirely and just use numbers. enum layer_names { _BASE, _FN1 diff --git a/keyboards/cannonkeys/reverie/solderable/config.h b/keyboards/cannonkeys/reverie/solderable/config.h index 4b98e046cd3..282d3cf3bd7 100644 --- a/keyboards/cannonkeys/reverie/solderable/config.h +++ b/keyboards/cannonkeys/reverie/solderable/config.h @@ -1,19 +1,5 @@ -/* -Copyright 2024 Jun Wako - -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 . -*/ +// Copyright 2024 Andrew Kannan +// SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/keyboards/cannonkeys/reverie/solderable/keymaps/default/keymap.c b/keyboards/cannonkeys/reverie/solderable/keymaps/default/keymap.c index 111633864cf..8ff571c12cc 100644 --- a/keyboards/cannonkeys/reverie/solderable/keymaps/default/keymap.c +++ b/keyboards/cannonkeys/reverie/solderable/keymaps/default/keymap.c @@ -1,26 +1,8 @@ -/* -Copyright 2012,2013 Jun Wako +// Copyright 2024 Andrew Kannan +// SPDX-License-Identifier: GPL-2.0-or-later -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 . -*/ #include QMK_KEYBOARD_H - -// Each layer gets a name for readability, which is then used in the keymap matrix below. -// The underscores don't mean anything - you can have a layer called STUFF or any other name. -// Layer names don't all need to be of the same length, obviously, and you can also skip them -// entirely and just use numbers. enum layer_names { _BASE, _FN1 diff --git a/keyboards/cannonkeys/reverie/solderable/keymaps/via/keymap.c b/keyboards/cannonkeys/reverie/solderable/keymaps/via/keymap.c index 66b6c1c1f72..e3af3ef31e8 100644 --- a/keyboards/cannonkeys/reverie/solderable/keymaps/via/keymap.c +++ b/keyboards/cannonkeys/reverie/solderable/keymaps/via/keymap.c @@ -1,26 +1,8 @@ -/* -Copyright 2012,2013 Jun Wako +// Copyright 2024 Andrew Kannan +// SPDX-License-Identifier: GPL-2.0-or-later -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 . -*/ #include QMK_KEYBOARD_H - -// Each layer gets a name for readability, which is then used in the keymap matrix below. -// The underscores don't mean anything - you can have a layer called STUFF or any other name. -// Layer names don't all need to be of the same length, obviously, and you can also skip them -// entirely and just use numbers. enum layer_names { _BASE, _FN1