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 d212062a245..4d5eaa8a6b4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/gdb/configure.ac b/gdb/configure.ac index 8a738375a9b..4831ab0711a 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 b2da69c72eb..0753bfe89a4 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 6fea6950a9d..638c22884dc 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 703de3178f6..16d659614dc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,10 @@ +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 diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac index a9d63cbc6af..9874b109478 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 2db72e6a01a..061de6cd265 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 4257a71b10e..2befee301b0 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 be3f10b387b..61fd6724622 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 501ccc82c1a..81ef3763fad 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 013ec107ac7..7dfa8dbdd57 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 b975707ac2e..30781d7062c 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.30.2