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 0df177721..b001139dd 100644 --- a/quantum/keymap_extras/keymap_br_abnt2.h +++ b/quantum/keymap_extras/keymap_br_abnt2.h | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | /* Copyright 2017 Potiguar Faga | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 1 | #ifndef KEYMAP_BR_ABNT2_H | 17 | #ifndef KEYMAP_BR_ABNT2_H |
| 2 | #define KEYMAP_BR_ABNT2_H | 18 | #define KEYMAP_BR_ABNT2_H |
| 3 | 19 | ||
