diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-05-14 06:01:13 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-14 06:01:13 +0200 |
commit | 70e60b0a0cbcc000b0192cec8d32a2745a0b25fa (patch) | |
tree | d418653d4f299db1c83d06e7d8184bae7ad9b172 /quantum/template | |
parent | fdee10b38e23254063cae18dac839752c2cc84c0 (diff) | |
download | qmk_firmware-70e60b0a0cbcc000b0192cec8d32a2745a0b25fa.tar.gz qmk_firmware-70e60b0a0cbcc000b0192cec8d32a2745a0b25fa.tar.xz |
update template copyrights to 2018 (#2962)
Diffstat (limited to 'quantum/template')
-rw-r--r-- | quantum/template/avr/config.h | 4 | ||||
-rw-r--r-- | quantum/template/avr/template.c | 2 | ||||
-rw-r--r-- | quantum/template/avr/template.h | 2 | ||||
-rw-r--r-- | quantum/template/base/keymaps/default/config.h | 2 | ||||
-rw-r--r-- | quantum/template/base/keymaps/default/keymap.c | 2 | ||||
-rw-r--r-- | quantum/template/ps2avrgb/template.c | 2 | ||||
-rw-r--r-- | quantum/template/ps2avrgb/template.h | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h index 6d0b3c4d5..e739c93c9 100644 --- a/quantum/template/avr/config.h +++ b/quantum/template/avr/config.h @@ -1,5 +1,5 @@ /* -Copyright 2017 REPLACE_WITH_YOUR_NAME +Copyright 2018 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 @@ -48,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ #define DIODE_DIRECTION COL2ROW - + // #define BACKLIGHT_PIN B7 // #define BACKLIGHT_BREATHING // #define BACKLIGHT_LEVELS 3 diff --git a/quantum/template/avr/template.c b/quantum/template/avr/template.c index 97f788654..b6366fd9a 100644 --- a/quantum/template/avr/template.c +++ b/quantum/template/avr/template.c @@ -1,4 +1,4 @@ -/* Copyright 2017 REPLACE_WITH_YOUR_NAME +/* Copyright 2018 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 diff --git a/quantum/template/avr/template.h b/quantum/template/avr/template.h index c24bb1650..c3924ee71 100644 --- a/quantum/template/avr/template.h +++ b/quantum/template/avr/template.h @@ -1,4 +1,4 @@ -/* Copyright 2017 REPLACE_WITH_YOUR_NAME +/* Copyright 2018 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 diff --git a/quantum/template/base/keymaps/default/config.h b/quantum/template/base/keymaps/default/config.h index 0aa9e9e81..0f7563505 100644 --- a/quantum/template/base/keymaps/default/config.h +++ b/quantum/template/base/keymaps/default/config.h @@ -1,4 +1,4 @@ -/* Copyright 2017 REPLACE_WITH_YOUR_NAME +/* Copyright 2018 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 diff --git a/quantum/template/base/keymaps/default/keymap.c b/quantum/template/base/keymaps/default/keymap.c index d4bda895c..14a8bc0f2 100644 --- a/quantum/template/base/keymaps/default/keymap.c +++ b/quantum/template/base/keymaps/default/keymap.c @@ -1,4 +1,4 @@ -/* Copyright 2017 REPLACE_WITH_YOUR_NAME +/* Copyright 2018 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 diff --git a/quantum/template/ps2avrgb/template.c b/quantum/template/ps2avrgb/template.c index d0990c372..8bbf9ebda 100644 --- a/quantum/template/ps2avrgb/template.c +++ b/quantum/template/ps2avrgb/template.c @@ -1,4 +1,4 @@ -/* Copyright 2017 REPLACE_WITH_YOUR_NAME +/* Copyright 2018 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 diff --git a/quantum/template/ps2avrgb/template.h b/quantum/template/ps2avrgb/template.h index c24bb1650..c3924ee71 100644 --- a/quantum/template/ps2avrgb/template.h +++ b/quantum/template/ps2avrgb/template.h @@ -1,4 +1,4 @@ -/* Copyright 2017 REPLACE_WITH_YOUR_NAME +/* Copyright 2018 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 |