diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-01-04 08:17:56 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-01-04 08:17:56 +0000 |
commit | 0b30217134add051e159a192066a1e568ebd837f (patch) | |
tree | 5dc6d74379768710c0c36449a911de3510cf8165 /gdb/testsuite/gdb.opt | |
parent | 8ba098ad420eaa5fd18504df44f506af4d309426 (diff) | |
download | gdb-0b30217134add051e159a192066a1e568ebd837f.zip gdb-0b30217134add051e159a192066a1e568ebd837f.tar.gz gdb-0b30217134add051e159a192066a1e568ebd837f.tar.bz2 |
Copyright year update in most files of the GDB Project.
gdb/ChangeLog:
Copyright year update in most files of the GDB Project.
Diffstat (limited to 'gdb/testsuite/gdb.opt')
-rw-r--r-- | gdb/testsuite/gdb.opt/clobbered-registers-O2.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.opt/clobbered-registers-O2.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-bt.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-bt.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-cmds.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-cmds.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-locals.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-locals.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-markers.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/gdb/testsuite/gdb.opt/clobbered-registers-O2.c b/gdb/testsuite/gdb.opt/clobbered-registers-O2.c index 8656c8c..c5410a2 100644 --- a/gdb/testsuite/gdb.opt/clobbered-registers-O2.c +++ b/gdb/testsuite/gdb.opt/clobbered-registers-O2.c @@ -1,6 +1,6 @@ /* This file is part of GDB, the GNU debugger. - Copyright 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright 2007-2012 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/gdb/testsuite/gdb.opt/clobbered-registers-O2.exp b/gdb/testsuite/gdb.opt/clobbered-registers-O2.exp index 65149e3..b90c164 100644 --- a/gdb/testsuite/gdb.opt/clobbered-registers-O2.exp +++ b/gdb/testsuite/gdb.opt/clobbered-registers-O2.exp @@ -1,4 +1,4 @@ -# Copyright 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# Copyright 2007-2012 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/gdb/testsuite/gdb.opt/inline-bt.c b/gdb/testsuite/gdb.opt/inline-bt.c index 348471d..803c862 100644 --- a/gdb/testsuite/gdb.opt/inline-bt.c +++ b/gdb/testsuite/gdb.opt/inline-bt.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2010-2012 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/gdb/testsuite/gdb.opt/inline-bt.exp b/gdb/testsuite/gdb.opt/inline-bt.exp index beb9617..6b35690 100644 --- a/gdb/testsuite/gdb.opt/inline-bt.exp +++ b/gdb/testsuite/gdb.opt/inline-bt.exp @@ -1,4 +1,4 @@ -# Copyright 2008, 2010, 2011 Free Software Foundation, Inc. +# Copyright 2008, 2010-2012 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/gdb/testsuite/gdb.opt/inline-cmds.c b/gdb/testsuite/gdb.opt/inline-cmds.c index 6e3eb96..eb71819 100644 --- a/gdb/testsuite/gdb.opt/inline-cmds.c +++ b/gdb/testsuite/gdb.opt/inline-cmds.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2010-2012 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/gdb/testsuite/gdb.opt/inline-cmds.exp b/gdb/testsuite/gdb.opt/inline-cmds.exp index cb5f96f..13aeeb8 100644 --- a/gdb/testsuite/gdb.opt/inline-cmds.exp +++ b/gdb/testsuite/gdb.opt/inline-cmds.exp @@ -1,4 +1,4 @@ -# Copyright 2008, 2010, 2011 Free Software Foundation, Inc. +# Copyright 2008, 2010-2012 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/gdb/testsuite/gdb.opt/inline-locals.c b/gdb/testsuite/gdb.opt/inline-locals.c index e9c3ed4..c9f2e90 100644 --- a/gdb/testsuite/gdb.opt/inline-locals.c +++ b/gdb/testsuite/gdb.opt/inline-locals.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2010-2012 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/gdb/testsuite/gdb.opt/inline-locals.exp b/gdb/testsuite/gdb.opt/inline-locals.exp index f758f33..f11167f 100644 --- a/gdb/testsuite/gdb.opt/inline-locals.exp +++ b/gdb/testsuite/gdb.opt/inline-locals.exp @@ -1,4 +1,4 @@ -# Copyright 2008, 2010, 2011 Free Software Foundation, Inc. +# Copyright 2008, 2010-2012 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/gdb/testsuite/gdb.opt/inline-markers.c b/gdb/testsuite/gdb.opt/inline-markers.c index cba99ff..e5ae489 100644 --- a/gdb/testsuite/gdb.opt/inline-markers.c +++ b/gdb/testsuite/gdb.opt/inline-markers.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2010-2012 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 |