From d24d10161e5a5d48bc60a049023a3c46b5c73d09 Mon Sep 17 00:00:00 2001 From: Michael Ye Date: Sat, 26 Feb 2022 09:14:45 -0500 Subject: [PATCH] add copyright headers --- keyboards/gmmk/pro/ansi/keymaps/mly32/binds.c | 16 ++++++++++++++++ keyboards/gmmk/pro/ansi/keymaps/mly32/config.h | 16 ++++++++++++++++ keyboards/gmmk/pro/ansi/keymaps/mly32/keymap.c | 16 ++++++++++++++++ .../pro/ansi/keymaps/mly32/rgb_gradient_td.c | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) diff --git a/keyboards/gmmk/pro/ansi/keymaps/mly32/binds.c b/keyboards/gmmk/pro/ansi/keymaps/mly32/binds.c index ce7955d34c7..5a793df1a1b 100644 --- a/keyboards/gmmk/pro/ansi/keymaps/mly32/binds.c +++ b/keyboards/gmmk/pro/ansi/keymaps/mly32/binds.c @@ -1,3 +1,19 @@ +/* Copyright 2022 mly32 + * + * 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 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/gmmk/pro/ansi/keymaps/mly32/config.h b/keyboards/gmmk/pro/ansi/keymaps/mly32/config.h index 1141b100da5..c7e71373f3c 100644 --- a/keyboards/gmmk/pro/ansi/keymaps/mly32/config.h +++ b/keyboards/gmmk/pro/ansi/keymaps/mly32/config.h @@ -1,3 +1,19 @@ +/* Copyright 2022 mly32 + * + * 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 #ifdef RGB_MATRIX_ENABLE diff --git a/keyboards/gmmk/pro/ansi/keymaps/mly32/keymap.c b/keyboards/gmmk/pro/ansi/keymaps/mly32/keymap.c index b58542148e5..507c6e65ebb 100644 --- a/keyboards/gmmk/pro/ansi/keymaps/mly32/keymap.c +++ b/keyboards/gmmk/pro/ansi/keymaps/mly32/keymap.c @@ -1,3 +1,19 @@ +/* Copyright 2022 mly32 + * + * 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 "binds.c" /* diff --git a/keyboards/gmmk/pro/ansi/keymaps/mly32/rgb_gradient_td.c b/keyboards/gmmk/pro/ansi/keymaps/mly32/rgb_gradient_td.c index a510dfe645d..d3c29e89112 100644 --- a/keyboards/gmmk/pro/ansi/keymaps/mly32/rgb_gradient_td.c +++ b/keyboards/gmmk/pro/ansi/keymaps/mly32/rgb_gradient_td.c @@ -1,3 +1,19 @@ +/* Copyright 2022 mly32 + * + * 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 . + **/ + RGB_MATRIX_EFFECT(rgb_gradient_td) #ifdef RGB_MATRIX_CUSTOM_EFFECT_IMPLS