[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-tar] update copyright year to 2006
From: |
Paul Eggert |
Subject: |
[Bug-tar] update copyright year to 2006 |
Date: |
Tue, 07 Feb 2006 12:57:57 -0800 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Since GNU tar's source code is published via CVS, we should add "2006"
to the copyright year whenever we check in a change, rather than
waiting until the next release. I installed the following patch to
catch all the files updated so far in 2006. NEWS was a special case
since it had two copyright notices (with disagreeing years!); I didn't
see why it needed both so I eliminated one of them.
2006-02-07 Paul Eggert <address@hidden>
* ChangeLog, NEWS, src/common.h, src/extract.c, src/incremen.c:
* src/list.c, src/names.c, src/tar.h, src/xheader.c:
Update copyright year to 2006.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tar/tar/ChangeLog,v
retrieving revision 1.256
diff -p -u -b -r1.256 ChangeLog
--- ChangeLog 7 Feb 2006 13:58:03 -0000 1.256
+++ ChangeLog 7 Feb 2006 20:54:29 -0000
@@ -7120,8 +7120,8 @@ See ChangeLog.1 for earlier changes.
-Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free Software
-Foundation, Inc.
+Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006
+Free Software Foundation, Inc.
This file is part of GNU tar.
Index: NEWS
===================================================================
RCS file: /cvsroot/tar/tar/NEWS,v
retrieving revision 1.110
diff -p -u -b -r1.110 NEWS
--- NEWS 18 Jan 2006 15:35:34 -0000 1.110
+++ NEWS 7 Feb 2006 20:54:29 -0000
@@ -1,9 +1,4 @@
GNU tar NEWS - User visible changes.
-Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003,
-2004, 2005, 2006
-Free Software Foundation, Inc.
-See the end for copying conditions.
-
Please send GNU tar bug reports to <address@hidden>
version 1.15.2 (CVS version -- unreleased)
@@ -737,8 +732,8 @@ Versions 1.07 back to 1.00 by Jay Fenlas
-Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003
-Free Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003,
+2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU tar.
Index: src/common.h
===================================================================
RCS file: /cvsroot/tar/tar/src/common.h,v
retrieving revision 1.76
diff -p -u -b -r1.76 common.h
--- src/common.h 31 Jan 2006 11:27:14 -0000 1.76
+++ src/common.h 7 Feb 2006 20:54:29 -0000
@@ -1,7 +1,7 @@
/* Common declarations for the tar program.
Copyright (C) 1988, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001,
- 2003, 2004, 2005 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2006 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 the
Index: src/extract.c
===================================================================
RCS file: /cvsroot/tar/tar/src/extract.c,v
retrieving revision 1.88
diff -p -u -b -r1.88 extract.c
--- src/extract.c 31 Jan 2006 11:27:41 -0000 1.88
+++ src/extract.c 7 Feb 2006 20:54:29 -0000
@@ -1,7 +1,7 @@
/* Extract files from a tar archive.
Copyright (C) 1988, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000,
- 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+ 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Written by John Gilmore, on 1985-11-19.
Index: src/incremen.c
===================================================================
RCS file: /cvsroot/tar/tar/src/incremen.c,v
retrieving revision 1.41
diff -p -u -b -r1.41 incremen.c
--- src/incremen.c 31 Jan 2006 11:28:07 -0000 1.41
+++ src/incremen.c 7 Feb 2006 20:54:29 -0000
@@ -1,7 +1,7 @@
/* GNU dump extensions to tar.
Copyright (C) 1988, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001,
- 2003, 2004, 2005 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2006 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 the
Index: src/list.c
===================================================================
RCS file: /cvsroot/tar/tar/src/list.c,v
retrieving revision 1.98
diff -p -u -b -r1.98 list.c
--- src/list.c 31 Jan 2006 11:28:32 -0000 1.98
+++ src/list.c 7 Feb 2006 20:54:29 -0000
@@ -1,7 +1,7 @@
/* List a tar archive, with support routines for reading a tar archive.
Copyright (C) 1988, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000,
- 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+ 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Written by John Gilmore, on 1985-08-26.
Index: src/names.c
===================================================================
RCS file: /cvsroot/tar/tar/src/names.c,v
retrieving revision 1.56
diff -p -u -b -r1.56 names.c
--- src/names.c 14 Dec 2005 12:58:22 -0000 1.56
+++ src/names.c 7 Feb 2006 20:54:29 -0000
@@ -1,7 +1,7 @@
/* Various processing of names.
Copyright (C) 1988, 1992, 1994, 1996, 1997, 1998, 1999, 2000, 2001,
- 2003, 2004, 2005 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2006 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 the
Index: src/tar.h
===================================================================
RCS file: /cvsroot/tar/tar/src/tar.h,v
retrieving revision 1.33
diff -p -u -b -r1.33 tar.h
--- src/tar.h 31 Jan 2006 11:28:45 -0000 1.33
+++ src/tar.h 7 Feb 2006 20:54:29 -0000
@@ -1,7 +1,7 @@
/* GNU tar Archive Format description.
Copyright (C) 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
- 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+ 2000, 2001, 2003, 2004, 2005, 2006 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 the
Index: src/xheader.c
===================================================================
RCS file: /cvsroot/tar/tar/src/xheader.c,v
retrieving revision 1.40
diff -p -u -b -r1.40 xheader.c
--- src/xheader.c 7 Feb 2006 13:57:41 -0000 1.40
+++ src/xheader.c 7 Feb 2006 20:54:29 -0000
@@ -1,6 +1,6 @@
/* POSIX extended headers for tar.
- Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2005, 2006 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 the
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-tar] update copyright year to 2006,
Paul Eggert <=