summaryrefslogtreecommitdiff
path: root/gcc/config/avr/gen-avr-mmcu-texi.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/avr/gen-avr-mmcu-texi.c')
-rw-r--r--gcc/config/avr/gen-avr-mmcu-texi.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/avr/gen-avr-mmcu-texi.c b/gcc/config/avr/gen-avr-mmcu-texi.c
index d5567e70990..c0307bf9e3d 100644
--- a/gcc/config/avr/gen-avr-mmcu-texi.c
+++ b/gcc/config/avr/gen-avr-mmcu-texi.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 2012
- Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
Contributed by Georg-Johann Lay (avr@gjlay.de)
This file is part of GCC.
@@ -88,7 +87,7 @@ int main (void)
size_t i, n_mcus = 0;
const struct mcu_type_s *mcu;
- printf ("@c Copyright (C) 2012 Free Software Foundation, Inc.\n");
+ printf ("@c Copyright (C) 2012-2013 Free Software Foundation, Inc.\n");
printf ("@c This is part of the GCC manual.\n");
printf ("@c For copying conditions, see the file "
"gcc/doc/include/fdl.texi.\n\n");