diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-01-01 13:32:14 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-01-01 13:32:14 +0400 |
commit | 32d0add0a654c1204ab71dc8a55d9374538c4b33 (patch) | |
tree | c17872eaaa56843d99bbdfcaba8f6b04f855161b /gdb/regformats | |
parent | 76f2b779a17de2a13e9b6c0d1a4bb0ad5699a39c (diff) | |
download | binutils-32d0add0a654c1204ab71dc8a55d9374538c4b33.zip binutils-32d0add0a654c1204ab71dc8a55d9374538c4b33.tar.gz binutils-32d0add0a654c1204ab71dc8a55d9374538c4b33.tar.bz2 |
Update year range in copyright notice of all files owned by the GDB project.
gdb/ChangeLog:
Update year range in copyright notice of all files.
Diffstat (limited to 'gdb/regformats')
-rwxr-xr-x | gdb/regformats/regdat.sh | 2 | ||||
-rw-r--r-- | gdb/regformats/regdef.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/regformats/regdat.sh b/gdb/regformats/regdat.sh index fabc910..518f4b6 100755 --- a/gdb/regformats/regdat.sh +++ b/gdb/regformats/regdat.sh @@ -1,7 +1,7 @@ #!/bin/sh -u # Register protocol definitions for GDB, the GNU debugger. -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2015 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/regformats/regdef.h b/gdb/regformats/regdef.h index 94ef7f7..d927e7c 100644 --- a/gdb/regformats/regdef.h +++ b/gdb/regformats/regdef.h @@ -1,5 +1,5 @@ /* Register protocol definition structures for the GNU Debugger - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. This file is part of GDB. |