summaryrefslogtreecommitdiff
path: root/sim/avr
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-01-01 06:41:43 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-01-01 06:41:43 +0000
commit8acc9f485bba28b65935dcc3498d9f3b712ddac7 (patch)
treee13e491e8492db235dd73edb9ec9a3c33a5754e6 /sim/avr
parent28e7fd62340426746f9c896cbc40c5d374ec47aa (diff)
downloadbinutils-gdb-8acc9f485bba28b65935dcc3498d9f3b712ddac7.tar.gz
Update years in copyright notice for the GDB files.
Two modifications: 1. The addition of 2013 to the copyright year range for every file; 2. The use of a single year range, instead of potentially multiple year ranges, as approved by the FSF.
Diffstat (limited to 'sim/avr')
-rw-r--r--sim/avr/Makefile.in2
-rw-r--r--sim/avr/interp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sim/avr/Makefile.in b/sim/avr/Makefile.in
index 4206d707718..77b80565ca1 100644
--- a/sim/avr/Makefile.in
+++ b/sim/avr/Makefile.in
@@ -1,5 +1,5 @@
# Makefile template for Configure for the AVR sim library.
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
#
# 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/sim/avr/interp.c b/sim/avr/interp.c
index 941aea73a46..a5212e79a7c 100644
--- a/sim/avr/interp.c
+++ b/sim/avr/interp.c
@@ -1,5 +1,5 @@
/* Simulator for Atmel's AVR core.
- Copyright (C) 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2009-2013 Free Software Foundation, Inc.
Written by Tristan Gingold, AdaCore.
This file is part of GDB, the GNU debugger.