4
0
Paul Eggert 25 жил өмнө
parent
commit
ba2ef4d075
7 өөрчлөгдсөн 8 нэмэгдсэн , 8 устгасан
  1. 1 1
      src/buffer.c
  2. 1 1
      src/create.c
  3. 1 1
      src/extract.c
  4. 1 1
      src/list.c
  5. 1 1
      src/mangle.c
  6. 2 2
      src/tar.c
  7. 1 1
      src/update.c

+ 1 - 1
src/buffer.c

@@ -1,5 +1,5 @@
 /* Buffer management for tar.
 /* Buffer management for tar.
-   Copyright 1988, 92, 93, 94, 96, 97, 1999 Free Software Foundation, Inc.
+   Copyright 1988, 92, 93, 94, 96, 97, 99, 2000 Free Software Foundation, Inc.
    Written by John Gilmore, on 1985-08-25.
    Written by John Gilmore, on 1985-08-25.
 
 
    This program is free software; you can redistribute it and/or modify it
    This program is free software; you can redistribute it and/or modify it

+ 1 - 1
src/create.c

@@ -1,5 +1,5 @@
 /* Create a tar archive.
 /* Create a tar archive.
-   Copyright 1985, 92, 93, 94, 96, 97, 1999 Free Software Foundation, Inc.
+   Copyright 1985, 92, 93, 94, 96, 97, 99, 2000 Free Software Foundation, Inc.
    Written by John Gilmore, on 1985-08-25.
    Written by John Gilmore, on 1985-08-25.
 
 
    This program is free software; you can redistribute it and/or modify it
    This program is free software; you can redistribute it and/or modify it

+ 1 - 1
src/extract.c

@@ -1,5 +1,5 @@
 /* Extract files from a tar archive.
 /* Extract files from a tar archive.
-   Copyright 1988, 92,93,94,96,97,98, 1999 Free Software Foundation, Inc.
+   Copyright 1988, 92,93,94,96,97,98,99, 2000 Free Software Foundation, Inc.
    Written by John Gilmore, on 1985-11-19.
    Written by John Gilmore, on 1985-11-19.
 
 
    This program is free software; you can redistribute it and/or modify it
    This program is free software; you can redistribute it and/or modify it

+ 1 - 1
src/list.c

@@ -1,5 +1,5 @@
 /* List a tar archive, with support routines for reading a tar archive.
 /* List a tar archive, with support routines for reading a tar archive.
-   Copyright 1988,92,93,94,96,97,98,1999 Free Software Foundation, Inc.
+   Copyright 1988, 92,93,94,96,97,98,99, 2000 Free Software Foundation, Inc.
    Written by John Gilmore, on 1985-08-26.
    Written by John Gilmore, on 1985-08-26.
 
 
    This program is free software; you can redistribute it and/or modify it
    This program is free software; you can redistribute it and/or modify it

+ 1 - 1
src/mangle.c

@@ -1,5 +1,5 @@
 /* Encode long filenames for GNU tar.
 /* Encode long filenames for GNU tar.
-   Copyright 1988, 1992, 1994, 1996, 1997, 1999 Free Software Foundation, Inc.
+   Copyright 1988, 92, 94, 96, 97, 99, 2000 Free Software Foundation, Inc.
 
 
    This program is free software; you can redistribute it and/or modify it
    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
    under the terms of the GNU General Public License as published by the

+ 2 - 2
src/tar.c

@@ -1,5 +1,5 @@
 /* A tar (tape archiver) program.
 /* A tar (tape archiver) program.
-   Copyright 1988, 92,93,94,95,96,97, 1999 Free Software Foundation, Inc.
+   Copyright 1988, 92,93,94,95,96,97,99, 2000 Free Software Foundation, Inc.
    Written by John Gilmore, starting 1985-08-25.
    Written by John Gilmore, starting 1985-08-25.
 
 
    This program is free software; you can redistribute it and/or modify it
    This program is free software; you can redistribute it and/or modify it
@@ -1050,7 +1050,7 @@ decode_options (int argc, char *const *argv)
   if (show_version)
   if (show_version)
     {
     {
       printf ("tar (GNU %s) %s\n%s\n%s\n%s\n", PACKAGE, VERSION,
       printf ("tar (GNU %s) %s\n%s\n%s\n%s\n", PACKAGE, VERSION,
-	      "Copyright 1999 Free Software Foundation, Inc.",
+	      "Copyright 2000 Free Software Foundation, Inc.",
 	      _("\
 	      _("\
 This program comes with NO WARRANTY, to the extent permitted by law.\n\
 This program comes with NO WARRANTY, to the extent permitted by law.\n\
 You may redistribute it under the terms of the GNU General Public License;\n\
 You may redistribute it under the terms of the GNU General Public License;\n\

+ 1 - 1
src/update.c

@@ -1,5 +1,5 @@
 /* Update a tar archive.
 /* Update a tar archive.
-   Copyright 1988, 1992, 1994, 1996, 1997, 1999 Free Software Foundation, Inc.
+   Copyright 1988, 92, 94, 96, 97, 99, 2000 Free Software Foundation, Inc.
 
 
    This program is free software; you can redistribute it and/or modify it
    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
    under the terms of the GNU General Public License as published by the