diff options
author | Joshua Diamond <josh@windowoffire.com> | 2021-02-15 20:55:54 -0500 |
---|---|---|
committer | Joshua Diamond <josh@windowoffire.com> | 2021-02-15 20:55:54 -0500 |
commit | d36dbe66e1b9146df85586b46c58e51a3dbb3653 (patch) | |
tree | f1e8f2e518e7583b7fc4162c7f06c1193844d927 /keyboards/amj40/amj40.c | |
parent | b0e161e33d8ec030c6965daa57a76ec70b1a1122 (diff) | |
parent | 3fed8bced718e24e414c0d5736554d7988235b20 (diff) | |
download | qmk_firmware-d36dbe66e1b9146df85586b46c58e51a3dbb3653.tar.gz qmk_firmware-d36dbe66e1b9146df85586b46c58e51a3dbb3653.zip |
Merge branch 'master' into develop
Diffstat (limited to 'keyboards/amj40/amj40.c')
-rwxr-xr-x | keyboards/amj40/amj40.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/amj40/amj40.c b/keyboards/amj40/amj40.c index 20742c3252..f0f3121c6a 100755 --- a/keyboards/amj40/amj40.c +++ b/keyboards/amj40/amj40.c @@ -1 +1,17 @@ +/* Copyright 2017 Fabian Topfstedt + * + * 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 "amj40.h" |