From 6314d997d1996fa2d6a65fdc78fedee67ddf47b2 Mon Sep 17 00:00:00 2001 From: Wolf Date: Mon, 27 Nov 2023 03:04:43 +0100 Subject: [PATCH] Update Licenses --- keyboards/mode/m60h/config.h | 17 ++--------------- keyboards/mode/m60h/keymaps/default/keymap.c | 3 +++ keyboards/mode/m60h/keymaps/via/keymap.c | 3 +++ keyboards/mode/m60h/m60h.c | 3 +++ keyboards/mode/m60h_f/config.h | 17 ++--------------- keyboards/mode/m60h_f/keymaps/default/keymap.c | 3 +++ keyboards/mode/m60h_f/keymaps/via/keymap.c | 3 +++ keyboards/mode/m60h_f/m60h_f.c | 3 +++ keyboards/mode/m60s/config.h | 17 ++--------------- keyboards/mode/m60s/keymaps/default/keymap.c | 3 +++ keyboards/mode/m60s/keymaps/via/keymap.c | 3 +++ keyboards/mode/m60s/m60s.c | 3 +++ 12 files changed, 33 insertions(+), 45 deletions(-) diff --git a/keyboards/mode/m60h/config.h b/keyboards/mode/m60h/config.h index a5dc5305dfd..197e34f2df7 100644 --- a/keyboards/mode/m60h/config.h +++ b/keyboards/mode/m60h/config.h @@ -1,19 +1,6 @@ -/* -Copyright 2020 +// Copyright 2023 contact@vwolf.be +// 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 . -*/ #pragma once /* Define RGB */ diff --git a/keyboards/mode/m60h/keymaps/default/keymap.c b/keyboards/mode/m60h/keymaps/default/keymap.c index 5d6f2d3c651..05c984527bd 100644 --- a/keyboards/mode/m60h/keymaps/default/keymap.c +++ b/keyboards/mode/m60h/keymaps/default/keymap.c @@ -1,3 +1,6 @@ +// Copyright 2023 contact@vwolf.be +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/mode/m60h/keymaps/via/keymap.c b/keyboards/mode/m60h/keymaps/via/keymap.c index 5d6f2d3c651..05c984527bd 100644 --- a/keyboards/mode/m60h/keymaps/via/keymap.c +++ b/keyboards/mode/m60h/keymaps/via/keymap.c @@ -1,3 +1,6 @@ +// Copyright 2023 contact@vwolf.be +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/mode/m60h/m60h.c b/keyboards/mode/m60h/m60h.c index 4397cc3c43e..d08dfd820a8 100644 --- a/keyboards/mode/m60h/m60h.c +++ b/keyboards/mode/m60h/m60h.c @@ -1,3 +1,6 @@ +// Copyright 2023 contact@vwolf.be +// SPDX-License-Identifier: GPL-2.0-or-later + #include "eeconfig.h" #include "quantum.h" diff --git a/keyboards/mode/m60h_f/config.h b/keyboards/mode/m60h_f/config.h index a5dc5305dfd..197e34f2df7 100644 --- a/keyboards/mode/m60h_f/config.h +++ b/keyboards/mode/m60h_f/config.h @@ -1,19 +1,6 @@ -/* -Copyright 2020 +// Copyright 2023 contact@vwolf.be +// 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 . -*/ #pragma once /* Define RGB */ diff --git a/keyboards/mode/m60h_f/keymaps/default/keymap.c b/keyboards/mode/m60h_f/keymaps/default/keymap.c index cdfebb3187b..63e6a058d6f 100644 --- a/keyboards/mode/m60h_f/keymaps/default/keymap.c +++ b/keyboards/mode/m60h_f/keymaps/default/keymap.c @@ -1,3 +1,6 @@ +// Copyright 2023 contact@vwolf.be +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/mode/m60h_f/keymaps/via/keymap.c b/keyboards/mode/m60h_f/keymaps/via/keymap.c index cdfebb3187b..63e6a058d6f 100644 --- a/keyboards/mode/m60h_f/keymaps/via/keymap.c +++ b/keyboards/mode/m60h_f/keymaps/via/keymap.c @@ -1,3 +1,6 @@ +// Copyright 2023 contact@vwolf.be +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/mode/m60h_f/m60h_f.c b/keyboards/mode/m60h_f/m60h_f.c index 4397cc3c43e..d08dfd820a8 100644 --- a/keyboards/mode/m60h_f/m60h_f.c +++ b/keyboards/mode/m60h_f/m60h_f.c @@ -1,3 +1,6 @@ +// Copyright 2023 contact@vwolf.be +// SPDX-License-Identifier: GPL-2.0-or-later + #include "eeconfig.h" #include "quantum.h" diff --git a/keyboards/mode/m60s/config.h b/keyboards/mode/m60s/config.h index 783fc2bab78..0b75f2588b5 100644 --- a/keyboards/mode/m60s/config.h +++ b/keyboards/mode/m60s/config.h @@ -1,19 +1,6 @@ -/* -Copyright 2020 +// Copyright 2023 contact@vwolf.be +// 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 . -*/ #pragma once /* Define RGB */ diff --git a/keyboards/mode/m60s/keymaps/default/keymap.c b/keyboards/mode/m60s/keymaps/default/keymap.c index 704f73f4831..db10e16b9ce 100644 --- a/keyboards/mode/m60s/keymaps/default/keymap.c +++ b/keyboards/mode/m60s/keymaps/default/keymap.c @@ -1,3 +1,6 @@ +// Copyright 2023 contact@vwolf.be +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/mode/m60s/keymaps/via/keymap.c b/keyboards/mode/m60s/keymaps/via/keymap.c index 704f73f4831..db10e16b9ce 100644 --- a/keyboards/mode/m60s/keymaps/via/keymap.c +++ b/keyboards/mode/m60s/keymaps/via/keymap.c @@ -1,3 +1,6 @@ +// Copyright 2023 contact@vwolf.be +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/mode/m60s/m60s.c b/keyboards/mode/m60s/m60s.c index 4397cc3c43e..d08dfd820a8 100644 --- a/keyboards/mode/m60s/m60s.c +++ b/keyboards/mode/m60s/m60s.c @@ -1,3 +1,6 @@ +// Copyright 2023 contact@vwolf.be +// SPDX-License-Identifier: GPL-2.0-or-later + #include "eeconfig.h" #include "quantum.h"