diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-01-27 18:40:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-27 18:40:59 -0800 |
commit | ec05f654210a01ef82db2ab54e6065783536b802 (patch) | |
tree | a186db1964514163574812b34c4f48829912d923 | |
parent | a28f6893878f60509a7796637192fedb4be38d45 (diff) | |
parent | 2fe18a50ecddd5b8a8783f7185ad48b2e80d6bc0 (diff) | |
download | qmk_firmware-ec05f654210a01ef82db2ab54e6065783536b802.tar.gz qmk_firmware-ec05f654210a01ef82db2ab54e6065783536b802.zip |
Merge pull request #1043 from potz/patch-1
Clarify license on abnt2 keymap (#1038)
-rw-r--r-- | quantum/keymap_extras/keymap_br_abnt2.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/quantum/keymap_extras/keymap_br_abnt2.h b/quantum/keymap_extras/keymap_br_abnt2.h index 0df177721d..b001139dd4 100644 --- a/quantum/keymap_extras/keymap_br_abnt2.h +++ b/quantum/keymap_extras/keymap_br_abnt2.h @@ -1,3 +1,19 @@ +/* Copyright 2017 Potiguar Faga + * + * 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/>. + */ + #ifndef KEYMAP_BR_ABNT2_H #define KEYMAP_BR_ABNT2_H |