diff options
author | fauxpark <fauxpark@gmail.com> | 2019-07-09 07:07:36 +1000 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-07-08 14:07:35 -0700 |
commit | 8b1cdd1e3d27cce830c36f9604e5f69337b2c83e (patch) | |
tree | b86e7057a654588457561ff70b70d1eadc947ac7 /quantum/template/ps2avrgb/rules.mk | |
parent | dfebfecd48ebe972e7374e9ce26c795e3ddc88ae (diff) |
Add copyright year placeholders to new keyboard script (#6280)
* Add copyright year placeholders to new keyboard script
* More copyright header tweaks
Diffstat (limited to 'quantum/template/ps2avrgb/rules.mk')
-rw-r--r-- | quantum/template/ps2avrgb/rules.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/quantum/template/ps2avrgb/rules.mk b/quantum/template/ps2avrgb/rules.mk index bd0eed0527..98a920e182 100644 --- a/quantum/template/ps2avrgb/rules.mk +++ b/quantum/template/ps2avrgb/rules.mk @@ -1,18 +1,3 @@ -# Copyright 2019 Luiz Ribeiro <luizribeiro@gmail.com> -# -# 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/>. - # MCU name MCU = atmega32a PROTOCOL = VUSB |