summaryrefslogtreecommitdiff
path: root/quantum/template/avr
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-07-09 07:07:36 +1000
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-07-08 14:07:35 -0700
commit8b1cdd1e3d27cce830c36f9604e5f69337b2c83e (patch)
treeb86e7057a654588457561ff70b70d1eadc947ac7 /quantum/template/avr
parentdfebfecd48ebe972e7374e9ce26c795e3ddc88ae (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/avr')
-rw-r--r--quantum/template/avr/config.h2
-rw-r--r--quantum/template/avr/template.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h
index c13784ba15..1e41a2d31d 100644
--- a/quantum/template/avr/config.h
+++ b/quantum/template/avr/config.h
@@ -1,5 +1,5 @@
/*
-Copyright 2019 %YOUR_NAME%
+Copyright %YEAR% %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.c b/quantum/template/avr/template.c
index 86dc69abce..e852a42c40 100644
--- a/quantum/template/avr/template.c
+++ b/quantum/template/avr/template.c
@@ -1,4 +1,4 @@
-/* Copyright 2019 %YOUR_NAME%
+/* Copyright %YEAR% %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