Update the copyright header of most if not all files that have not been
updated yet.
This commit is contained in:
parent
79b55b8218
commit
abd775ced8
12 changed files with 23 additions and 12 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-01-01 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
Update the copyright hearder to add year 2010 for most GDB files.
|
||||
|
||||
2009-01-01 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
Fix build failure in inf-ptrace.c.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2010-01-01 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* 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 <brobecker@adacore.com>
|
||||
|
||||
* gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue