]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/template/template.c
Clarify the quantum license (#1042)
[qmk_firmware.git] / quantum / template / template.c
index 5ef349583cb379aa9d3377b91c77583449a6f123..97f788654b9530533ee8453fd18add81246011b9 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 2017 REPLACE_WITH_YOUR_NAME
+ *
+ * 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 "%KEYBOARD%.h"
 
 void matrix_init_kb(void) {