summaryrefslogtreecommitdiff
path: root/keyboards/manta60/manta60.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-01-02 00:52:49 +1100
committerGitHub <noreply@github.com>2021-01-02 00:52:49 +1100
commitaab056a4a6ab838560bf533f79e7be71a3deb02d (patch)
tree6b081e377b351e774d6ca5b2fbcf71dbfa5ba086 /keyboards/manta60/manta60.c
parent565a038a3d49b19de972d08258b6961455ea1b1e (diff)
Manta60 refactor (#11378)
Diffstat (limited to 'keyboards/manta60/manta60.c')
-rw-r--r--keyboards/manta60/manta60.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/manta60/manta60.c b/keyboards/manta60/manta60.c
index 59319d32ee..1013fce72d 100644
--- a/keyboards/manta60/manta60.c
+++ b/keyboards/manta60/manta60.c
@@ -1 +1,17 @@
+/* Copyright 2020 kamonanban
+ *
+ * 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 "manta60.h"