From abd775ced888559dcee0fa46b6b06bccabbd84cb Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 1 Jan 2010 09:44:07 +0000 Subject: [PATCH] Update the copyright header of most if not all files that have not been updated yet. --- gdb/ChangeLog | 4 ++++ gdb/configure.ac | 2 +- gdb/gdb.1 | 4 ++-- gdb/gdbserver/configure.ac | 4 ++-- gdb/testsuite/ChangeLog | 7 +++++++ gdb/testsuite/configure.ac | 2 +- gdb/testsuite/gdb.fortran/array-element.f | 2 +- gdb/testsuite/gdb.fortran/complex.f | 2 +- gdb/testsuite/gdb.fortran/derived-type.f90 | 2 +- gdb/testsuite/gdb.fortran/module.f90 | 2 +- gdb/testsuite/gdb.fortran/subarray.f | 2 +- gdb/testsuite/gdb.mi/array.f | 2 +- 12 files changed, 23 insertions(+), 12 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d212062..4d5eaa8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2009-01-01 Joel Brobecker + Update the copyright hearder to add year 2010 for most GDB files. + +2009-01-01 Joel Brobecker + Fix build failure in inf-ptrace.c. * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo. diff --git a/gdb/configure.ac b/gdb/configure.ac index 8a73837..4831ab0 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1,6 +1,6 @@ dnl Autoconf configure script for GDB, the GNU debugger. dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -dnl 2005, 2006, 2007, 2008, 2009 +dnl 2005, 2006, 2007, 2008, 2009, 2010 dnl Free Software Foundation, Inc. dnl dnl This file is part of GDB. diff --git a/gdb/gdb.1 b/gdb/gdb.1 index b2da69c..0753bfe 100644 --- a/gdb/gdb.1 +++ b/gdb/gdb.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 1991, 1999 Free Software Foundation, Inc. +.\" Copyright (C) 1991, 1999, 2010 Free Software Foundation, Inc. .\" See section COPYING for conditions for redistribution .\" $Id$ .TH gdb 1 "22may2002" "GNU Tools" "GNU Tools" @@ -363,7 +363,7 @@ entry in Using GDB: A Guide to the GNU Source-Level Debugger\c , Richard M. Stallman and Roland H. Pesch, July 1991. .SH COPYING -Copyright (c) 1991 Free Software Foundation, Inc. +Copyright (c) 1991, 2010 Free Software Foundation, Inc. .PP Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice diff --git a/gdb/gdbserver/configure.ac b/gdb/gdbserver/configure.ac index 6fea695..638c228 100644 --- a/gdb/gdbserver/configure.ac +++ b/gdb/gdbserver/configure.ac @@ -1,6 +1,6 @@ dnl Autoconf configure script for GDB server. -dnl Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -dnl Free Software Foundation, Inc. +dnl Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +dnl 2010 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 703de31..16d6596 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,12 @@ 2010-01-01 Joel Brobecker + * gdb.fortran/array-element.f, gdb.fortran/complex.f, + gdb.fortran/derived-type.f90, gdb.fortran/module.f90, + gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright + notice. + +2010-01-01 Joel Brobecker + * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright notice. diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac index a9d63cb..9874b10 100644 --- a/gdb/testsuite/configure.ac +++ b/gdb/testsuite/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -# Copyright 2002, 2003, 2004, 2005, 2009 +# Copyright 2002, 2003, 2004, 2005, 2009, 2010 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.fortran/array-element.f b/gdb/testsuite/gdb.fortran/array-element.f index 2db72e6..061de6c 100644 --- a/gdb/testsuite/gdb.fortran/array-element.f +++ b/gdb/testsuite/gdb.fortran/array-element.f @@ -1,4 +1,4 @@ -c Copyright 2005 Free Software Foundation, Inc. +c Copyright 2005, 2010 Free Software Foundation, Inc. c This program is free software; you can redistribute it and/or modify c it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.fortran/complex.f b/gdb/testsuite/gdb.fortran/complex.f index 4257a71..2befee3 100644 --- a/gdb/testsuite/gdb.fortran/complex.f +++ b/gdb/testsuite/gdb.fortran/complex.f @@ -1,4 +1,4 @@ -c Copyright 2007 Free Software Foundation, Inc. +c Copyright 2007, 2010 Free Software Foundation, Inc. c This program is free software; you can redistribute it and/or modify c it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.fortran/derived-type.f90 b/gdb/testsuite/gdb.fortran/derived-type.f90 index be3f10b..61fd672 100644 --- a/gdb/testsuite/gdb.fortran/derived-type.f90 +++ b/gdb/testsuite/gdb.fortran/derived-type.f90 @@ -1,4 +1,4 @@ -! Copyright 2006 Free Software Foundation, Inc. +! Copyright 2006, 2010 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.fortran/module.f90 b/gdb/testsuite/gdb.fortran/module.f90 index 501ccc8..81ef376 100644 --- a/gdb/testsuite/gdb.fortran/module.f90 +++ b/gdb/testsuite/gdb.fortran/module.f90 @@ -1,4 +1,4 @@ -! Copyright 2009 Free Software Foundation, Inc. +! Copyright 2009, 2010 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.fortran/subarray.f b/gdb/testsuite/gdb.fortran/subarray.f index 013ec10..7dfa8db 100644 --- a/gdb/testsuite/gdb.fortran/subarray.f +++ b/gdb/testsuite/gdb.fortran/subarray.f @@ -1,4 +1,4 @@ -c Copyright 2005 Free Software Foundation, Inc. +c Copyright 2005, 2010 Free Software Foundation, Inc. c This program is free software; you can redistribute it and/or modify c it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.mi/array.f b/gdb/testsuite/gdb.mi/array.f index b975707..30781d7 100644 --- a/gdb/testsuite/gdb.mi/array.f +++ b/gdb/testsuite/gdb.mi/array.f @@ -1,4 +1,4 @@ -c Copyright 2006 Free Software Foundation, Inc. +c Copyright 2006, 2010 Free Software Foundation, Inc. c This program is free software; you can redistribute it and/or modify c it under the terms of the GNU General Public License as published by -- 2.7.4