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>
|
2009-01-01 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
Fix build failure in inf-ptrace.c.
|
Fix build failure in inf-ptrace.c.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
dnl Autoconf configure script for GDB, the GNU debugger.
|
dnl Autoconf configure script for GDB, the GNU debugger.
|
||||||
dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
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 Free Software Foundation, Inc.
|
||||||
dnl
|
dnl
|
||||||
dnl This file is part of GDB.
|
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
|
.\" See section COPYING for conditions for redistribution
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.TH gdb 1 "22may2002" "GNU Tools" "GNU Tools"
|
.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
|
Using GDB: A Guide to the GNU Source-Level Debugger\c
|
||||||
, Richard M. Stallman and Roland H. Pesch, July 1991.
|
, Richard M. Stallman and Roland H. Pesch, July 1991.
|
||||||
.SH COPYING
|
.SH COPYING
|
||||||
Copyright (c) 1991 Free Software Foundation, Inc.
|
Copyright (c) 1991, 2010 Free Software Foundation, Inc.
|
||||||
.PP
|
.PP
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this manual provided the copyright notice and this permission notice
|
this manual provided the copyright notice and this permission notice
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
dnl Autoconf configure script for GDB server.
|
dnl Autoconf configure script for GDB server.
|
||||||
dnl Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
dnl Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
dnl Free Software Foundation, Inc.
|
dnl 2010 Free Software Foundation, Inc.
|
||||||
dnl
|
dnl
|
||||||
dnl This file is part of GDB.
|
dnl This file is part of GDB.
|
||||||
dnl
|
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>
|
2010-01-01 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
|
* gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# 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.
|
# Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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 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
|
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 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
|
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
|
! 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
|
! 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
|
! 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
|
! 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 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
|
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 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
|
c it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in a new issue