瀏覽代碼

Update copyright years.

Sergey Poznyakoff 11 年之前
父節點
當前提交
45ccda1193
共有 100 個文件被更改,包括 112 次插入108 次删除
  1. 2 2
      Makefile.am
  2. 1 1
      NEWS
  3. 1 1
      README
  4. 2 1
      README-alpha
  5. 1 1
      README-hacking
  6. 1 1
      TODO
  7. 1 1
      acinclude.m4
  8. 1 1
      bootstrap
  9. 1 1
      bootstrap.conf
  10. 1 1
      configure.ac
  11. 1 1
      directory
  12. 2 2
      doc/Makefile.am
  13. 1 1
      doc/dumpdir.texi
  14. 2 1
      doc/fdl.texi
  15. 1 1
      doc/gendocs_template
  16. 1 1
      doc/intern.texi
  17. 1 1
      doc/mastermenu.el
  18. 1 1
      doc/rendition.texi
  19. 1 1
      doc/snapshot.texi
  20. 1 1
      doc/sparse.texi
  21. 1 1
      doc/tar-snapshot-edit.texi
  22. 1 1
      doc/tar.1
  23. 1 1
      doc/tar.texi
  24. 1 1
      doc/texify.sed
  25. 2 1
      doc/value.texi
  26. 1 1
      gnulib.modules
  27. 1 1
      lib/Makefile.am
  28. 1 1
      lib/attr-xattr.in.h
  29. 1 1
      lib/prepargs.c
  30. 1 1
      lib/stdopen.c
  31. 1 1
      lib/wordsplit.c
  32. 1 1
      lib/wordsplit.h
  33. 1 1
      lib/xattr-at.c
  34. 1 1
      lib/xattr-at.h
  35. 1 1
      po/POTFILES.in
  36. 1 1
      scripts/Makefile.am
  37. 1 1
      scripts/backup-specs
  38. 1 1
      scripts/backup.sh.in
  39. 1 1
      scripts/dump-remind.in
  40. 1 1
      scripts/restore.in
  41. 1 1
      scripts/tar-snapshot-edit
  42. 1 1
      scripts/tarcat
  43. 1 1
      scripts/xsparse.c
  44. 1 1
      src/Makefile.am
  45. 1 1
      src/arith.h
  46. 2 2
      src/buffer.c
  47. 1 1
      src/checkpoint.c
  48. 1 1
      src/common.h
  49. 1 1
      src/compare.c
  50. 1 1
      src/create.c
  51. 1 1
      src/delete.c
  52. 1 1
      src/exit.c
  53. 2 2
      src/extract.c
  54. 1 1
      src/incremen.c
  55. 2 2
      src/list.c
  56. 1 1
      src/misc.c
  57. 2 2
      src/names.c
  58. 1 1
      src/sparse.c
  59. 1 1
      src/suffix.c
  60. 1 1
      src/system.c
  61. 1 1
      src/tar.c
  62. 2 2
      src/tar.h
  63. 1 1
      src/transform.c
  64. 1 1
      src/unlink.c
  65. 2 2
      src/update.c
  66. 1 1
      src/utf8.c
  67. 1 1
      src/warning.c
  68. 1 1
      src/xattrs.c
  69. 1 1
      src/xattrs.h
  70. 2 1
      src/xheader.c
  71. 1 1
      tests/T-cd.at
  72. 1 1
      tests/T-empty.at
  73. 1 1
      tests/T-mult.at
  74. 1 1
      tests/T-nest.at
  75. 1 1
      tests/T-nonl.at
  76. 1 1
      tests/T-null.at
  77. 1 1
      tests/T-rec.at
  78. 1 1
      tests/T-zfile.at
  79. 1 1
      tests/acls01.at
  80. 1 1
      tests/acls02.at
  81. 1 1
      tests/append.at
  82. 1 1
      tests/append01.at
  83. 1 1
      tests/append02.at
  84. 1 1
      tests/append03.at
  85. 1 1
      tests/append04.at
  86. 1 1
      tests/atlocal.in
  87. 1 1
      tests/backup01.at
  88. 1 1
      tests/capabs_raw01.at
  89. 1 1
      tests/chtype.at
  90. 1 1
      tests/comprec.at
  91. 1 1
      tests/delete01.at
  92. 1 1
      tests/delete02.at
  93. 1 1
      tests/delete03.at
  94. 1 1
      tests/delete04.at
  95. 1 1
      tests/delete05.at
  96. 1 1
      tests/exclude.at
  97. 1 1
      tests/exclude01.at
  98. 1 1
      tests/exclude02.at
  99. 1 1
      tests/exclude03.at
  100. 1 1
      tests/exclude04.at

+ 2 - 2
Makefile.am

@@ -1,7 +1,7 @@
 # Main Makefile for GNU tar.
 
-# Copyright 1994-1997, 1999-2001, 2003, 2007, 2009, 2013 Free Software
-# Foundation, Inc.
+# Copyright 1994-1997, 1999-2001, 2003, 2007, 2009, 2013-2014 Free
+# Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
NEWS

@@ -1474,7 +1474,7 @@ Versions 1.07 back to 1.00 by Jay Fenlason.
 
 
 
-Copyright 1994-2001, 2003-2010, 2013 Free Software Foundation, Inc.
+Copyright 1994-2001, 2003-2010, 2013-2014 Free Software Foundation, Inc.
 
 This file is part of GNU tar.
 

+ 1 - 1
README

@@ -222,7 +222,7 @@ and share your findings by writing to <[email protected]>.
 
 * Copying
 
-Copyright 1990-1992, 1994, 1997-2001, 2003-2004, 2007, 2012-2013 Free
+Copyright 1990-1992, 1994, 1997-2001, 2003-2004, 2007, 2012-2014 Free
 Software Foundation, Inc.
 
 This file is part of GNU tar.

+ 2 - 1
README-alpha

@@ -62,7 +62,8 @@ some other value.
 
 
 
-Copyright 2001, 2003-2005, 2007, 2013 Free Software Foundation, Inc.
+Copyright 2001, 2003-2005, 2007, 2013-2014 Free Software Foundation,
+Inc.
 
 This file is part of GNU tar.
 

+ 1 - 1
README-hacking

@@ -49,7 +49,7 @@ For more information about 'bootstrap', run 'bootstrap --help'.
 
 * Copyright information
 
-Copyright 2007-2009, 2013 Free Software Foundation, Inc.
+Copyright 2007-2009, 2013-2014 Free Software Foundation, Inc.
 
 This file is part of GNU tar.
 

+ 1 - 1
TODO

@@ -45,7 +45,7 @@ Suggestions for improving GNU tar.
 
 * Copyright notice
 
-Copyright 2003, 2004, 2007, 2013 Free Software Foundation, Inc.
+Copyright 2003-2004, 2007, 2013-2014 Free Software Foundation, Inc.
 
 This file is part of GNU tar.
 

+ 1 - 1
acinclude.m4

@@ -1,6 +1,6 @@
 dnl Special Autoconf macros for GNU tar         -*- autoconf -*-
 
-dnl Copyright 2009, 2013 Free Software Foundation, Inc.
+dnl Copyright 2009, 2013-2014 Free Software Foundation, Inc.
 dnl
 dnl This file is part of GNU tar.
 dnl

+ 1 - 1
bootstrap

@@ -4,7 +4,7 @@ scriptversion=2012-12-31.16; # UTC
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003-2010, 2013 Free Software Foundation, Inc.
+# Copyright (C) 2003-2010, 2013-2014 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 - 1
bootstrap.conf

@@ -1,6 +1,6 @@
 # Bootstrap configuration for GNU tar.
 
-# Copyright 2006-2009, 2013 Free Software Foundation, Inc.
+# Copyright 2006-2009, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
configure.ac

@@ -1,6 +1,6 @@
 # Configure template for GNU tar.  -*- autoconf -*-
 
-# Copyright 1991, 1994-2010, 2013 Free Software Foundation, Inc.
+# Copyright 1991, 1994-2010, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
directory

@@ -1,5 +1,5 @@
 %%comments:
-Copyright 2004, 2013 Free Software Foundation, Inc.
+Copyright 2004, 2013-2014 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or

+ 2 - 2
doc/Makefile.am

@@ -1,7 +1,7 @@
 # Makefile for GNU tar documentation.
 
-# Copyright 1994-1997, 1999-2001, 2003, 2006-2007, 2013 Free Software
-# Foundation, Inc.
+# Copyright 1994-1997, 1999-2001, 2003, 2006-2007, 2013-2014 Free
+# Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
doc/dumpdir.texi

@@ -1,5 +1,5 @@
 @c This is part of the paxutils manual.
-@c Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+@c Copyright (C) 2006-2007, 2014 Free Software Foundation, Inc.
 @c Written by Sergey Poznyakoff
 @c This file is distributed under GFDL 1.1 or any later version
 @c published by the Free Software Foundation.

+ 2 - 1
doc/fdl.texi

@@ -5,7 +5,8 @@
 @c hence no sectioning command or @node.
 
 @display
-Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
+Copyright @copyright{} 2000-2002, 2007-2008, 2014 Free Software
+Foundation, Inc.
 @uref{http://fsf.org/}
 
 Everyone is permitted to copy and distribute verbatim copies

+ 1 - 1
doc/gendocs_template

@@ -106,7 +106,7 @@ Please send broken links and other corrections (or suggestions) to
 </p>
 
 <p>
-Copyright 2004, 2013 Free Software Foundation, Inc.,
+Copyright 2004, 2013-2014 Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
 <br />
 Verbatim copying and distribution of this entire article is

+ 1 - 1
doc/intern.texi

@@ -1,5 +1,5 @@
 @c This is part of the paxutils manual.
-@c Copyright (C) 2006 Free Software Foundation, Inc.
+@c Copyright (C) 2006, 2014 Free Software Foundation, Inc.
 @c This file is distributed under GFDL 1.1 or any later version
 @c published by the Free Software Foundation.
 

+ 1 - 1
doc/mastermenu.el

@@ -1,6 +1,6 @@
 ;;; mastermenu.el --- Redefinition of texinfo-master-menu-list
 
-;; Copyright 2006-2007, 2013 Free Software Foundation, Inc.
+;; Copyright 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
 ;; Author: Sergey Poznyakoff
 ;; Maintainer: [email protected]

+ 1 - 1
doc/rendition.texi

@@ -1,5 +1,5 @@
 @c This is part of GNU tar manual.
-@c Copyright 1992, 1994-1997, 1999-2004, 2006, 2013 Free Software
+@c Copyright 1992, 1994-1997, 1999-2004, 2006, 2013-2014 Free Software
 @c Foundation, Inc.
 @c See file tar.texi for copying conditions.
 

+ 1 - 1
doc/snapshot.texi

@@ -1,5 +1,5 @@
 @c This is part of the paxutils manual.
-@c Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+@c Copyright (C) 2005, 2007, 2014 Free Software Foundation, Inc.
 @c Written by Sergey Poznyakoff
 @c This file is distributed under GFDL 1.1 or any later version
 @c published by the Free Software Foundation.

+ 1 - 1
doc/sparse.texi

@@ -1,5 +1,5 @@
 @c This is part of the paxutils manual.
-@c Copyright (C) 2006 Free Software Foundation, Inc.
+@c Copyright (C) 2006, 2014 Free Software Foundation, Inc.
 @c This file is distributed under GFDL 1.1 or any later version
 @c published by the Free Software Foundation.
 

+ 1 - 1
doc/tar-snapshot-edit.texi

@@ -1,5 +1,5 @@
 @c This is part of the paxutils manual.
-@c Copyright (C) 2007 Free Software Foundation, Inc.
+@c Copyright (C) 2007, 2014 Free Software Foundation, Inc.
 @c This file is distributed under GFDL 1.1 or any later version
 @c published by the Free Software Foundation.
 

+ 1 - 1
doc/tar.1

@@ -1,5 +1,5 @@
 .\" This file is part of GNU tar. -*- nroff -*-
-.\" Copyright 2013 Free Software Foundation, Inc.
+.\" Copyright 2013-2014 Free Software Foundation, Inc.
 .\"
 .\" GNU tar is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by

+ 1 - 1
doc/tar.texi

@@ -3627,7 +3627,7 @@ successfully.  For example, @w{@samp{tar --version}} might print:
 
 @smallexample
 tar (GNU tar) @value{VERSION}
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2013-2014 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

+ 1 - 1
doc/texify.sed

@@ -1,4 +1,4 @@
-# Copyright 2006-2007, 2013 Free Software Foundation, Inc.
+# Copyright 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 2 - 1
doc/value.texi

@@ -1,5 +1,6 @@
 @c This is part of GNU tar manual.
-@c Copyright 1992, 1994-1997, 1999-2006, 2013 Free Software Foundation, Inc.
+@c Copyright 1992, 1994-1997, 1999-2006, 2013-2014 Free Software
+@c Foundation, Inc.
 @c See file tar.texi for copying conditions.
 
 @macro GNUTAR

+ 1 - 1
gnulib.modules

@@ -1,7 +1,7 @@
 # List of gnulib modules needed for GNU tar.
 # A module name per line. Empty lines and comments are ignored.
 
-# Copyright 2005-2010, 2012-2013 Free Software Foundation, Inc.
+# Copyright 2005-2010, 2012-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
lib/Makefile.am

@@ -1,6 +1,6 @@
 # Makefile for GNU tar library.			-*- Makefile -*-
 
-# Copyright 1994-1997, 1999-2001, 2003-2007, 2009-2010, 2013 Free
+# Copyright 1994-1997, 1999-2001, 2003-2007, 2009-2010, 2013-2014 Free
 # Software Foundation, Inc.
 
 # This file is part of GNU tar.

+ 1 - 1
lib/attr-xattr.in.h

@@ -1,5 +1,5 @@
 /* Replacement <attr/xattr.h> for platforms that lack it.
-   Copyright 2012-2013 Free Software Foundation, Inc.
+   Copyright 2012-2014 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 - 1
lib/prepargs.c

@@ -1,5 +1,5 @@
 /* Parse arguments from a string and prepend them to an argv.
-   Copyright 1999-2001, 2007, 2013 Free Software Foundation, Inc.
+   Copyright 1999-2001, 2007, 2013-2014 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 - 1
lib/stdopen.c

@@ -1,6 +1,6 @@
 /* stdopen.c - ensure that the three standard file descriptors are in use
 
-   Copyright 2005, 2007, 2013 Free Software Foundation, Inc.
+   Copyright 2005, 2007, 2013-2014 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 - 1
lib/wordsplit.c

@@ -1,5 +1,5 @@
 /* wordsplit - a word splitter
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 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

+ 1 - 1
lib/wordsplit.h

@@ -1,5 +1,5 @@
 /* wordsplit - a word splitter
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 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

+ 1 - 1
lib/xattr-at.c

@@ -1,7 +1,7 @@
 /* openat-style fd-relative functions for operating with extended file
    attributes.
 
-   Copyright 2012-2013 Free Software Foundation, Inc.
+   Copyright 2012-2014 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 - 1
lib/xattr-at.h

@@ -1,7 +1,7 @@
 /* Prototypes for openat-style fd-relative functions for operating with
    extended file attributes.
 
-   Copyright 2012-2013 Free Software Foundation, Inc.
+   Copyright 2012-2014 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 - 1
po/POTFILES.in

@@ -1,6 +1,6 @@
 # List of files which contain translatable strings.
 
-# Copyright 1996, 1999-2000, 2003-2005, 2007, 2013 Free Software
+# Copyright 1996, 1999-2000, 2003-2005, 2007, 2013-2014 Free Software
 # Foundation, Inc.
 
 # This file is part of GNU tar.

+ 1 - 1
scripts/Makefile.am

@@ -1,6 +1,6 @@
 # Make GNU tar scripts.
 
-# Copyright 2004, 2006, 2007, 2013 Free Software Foundation, Inc.
+# Copyright 2004, 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
scripts/backup-specs

@@ -82,7 +82,7 @@ SLEEP_MESSAGE="`awk '
    }' /dev/null`"
 
 
-# Copyright 2004, 2007, 2013 Free Software Foundation, Inc.
+# Copyright 2004, 2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
scripts/backup.sh.in

@@ -1,7 +1,7 @@
 #! /bin/sh
 # Make backups.
 
-# Copyright 2004-2006, 2013 Free Software Foundation, Inc.
+# Copyright 2004-2006, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
scripts/dump-remind.in

@@ -8,7 +8,7 @@
 # interested parties that a tape for the next volume of the backup needs to
 # be put in the tape drive.
 
-# Copyright 2004-2005, 2010, 2012-2013 Free Software Foundation, Inc.
+# Copyright 2004-2005, 2010, 2012-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
scripts/restore.in

@@ -1,7 +1,7 @@
 #! /bin/sh
 # Restore backups.
 
-# Copyright 2004, 2006, 2013 Free Software Foundation, Inc.
+# Copyright 2004, 2006, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
scripts/tar-snapshot-edit

@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 # Display and edit the 'dev' field in tar's snapshots
-# Copyright 2007, 2011, 2013 Free Software Foundation, Inc.
+# Copyright 2007, 2011, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
scripts/tarcat

@@ -3,7 +3,7 @@
 # concatenates a GNU tar multi-volume archive into a single tar archive.
 # Author: Bruno Haible <[email protected]>, Sergey Poznyakoff <[email protected]>
 
-# Copyright 2004-2005, 2010, 2013 Free Software Foundation, Inc.
+# Copyright 2004-2005, 2010, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
scripts/xsparse.c

@@ -1,7 +1,7 @@
 /* xsparse - expands compressed sparse file images extracted from GNU tar
    archives.
 
-   Copyright 2006, 2007, 2010, 2013 Free Software Foundation, Inc.
+   Copyright 2006-2007, 2010, 2013-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/Makefile.am

@@ -1,6 +1,6 @@
 # Makefile for GNU tar sources.
 
-# Copyright 1994-1997, 1999-2001, 2003, 2006-2007, 2009, 2013 Free
+# Copyright 1994-1997, 1999-2001, 2003, 2006-2007, 2009, 2013-2014 Free
 # Software Foundation, Inc.
 
 # This file is part of GNU tar.

+ 1 - 1
src/arith.h

@@ -1,5 +1,5 @@
 /* Long integers, for GNU tar.
-   Copyright 1999, 2007, 2013 Free Software Foundation, Inc.
+   Copyright 1999, 2007, 2013-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 2 - 2
src/buffer.c

@@ -1,7 +1,7 @@
 /* Buffer management for tar.
 
-   Copyright 1988, 1992-1994, 1996-1997, 1999-2010, 2013 Free Software
-   Foundation, Inc.
+   Copyright 1988, 1992-1994, 1996-1997, 1999-2010, 2013-2014 Free
+   Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/checkpoint.c

@@ -1,6 +1,6 @@
 /* Checkpoint management for tar.
 
-   Copyright 2007, 2013 Free Software Foundation, Inc.
+   Copyright 2007, 2013-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/common.h

@@ -1,6 +1,6 @@
 /* Common declarations for the tar program.
 
-   Copyright 1988, 1992-1994, 1996-1997, 1999-2010, 2012-2013 Free
+   Copyright 1988, 1992-1994, 1996-1997, 1999-2010, 2012-2014 Free
    Software Foundation, Inc.
 
    This file is part of GNU tar.

+ 1 - 1
src/compare.c

@@ -1,7 +1,7 @@
 /* Diff files from a tar archive.
 
    Copyright 1988, 1992-1994, 1996-1997, 1999-2001, 2003-2007,
-   2009-2010, 2012-2013 Free Software Foundation, Inc.
+   2009-2010, 2012-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/create.c

@@ -1,7 +1,7 @@
 /* Create a tar archive.
 
    Copyright 1985, 1992-1994, 1996-1997, 1999-2001, 2003-2007,
-   2009-2010, 2012-2013 Free Software Foundation, Inc.
+   2009-2010, 2012-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/delete.c

@@ -1,7 +1,7 @@
 /* Delete entries from a tar archive.
 
    Copyright 1988, 1992, 1994, 1996-1997, 2000-2001, 2003-2006, 2010,
-   2013 Free Software Foundation, Inc.
+   2013-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/exit.c

@@ -1,6 +1,6 @@
 /* Exit from GNU tar.
 
-   Copyright 2009, 2013 Free Software Foundation, Inc.
+   Copyright 2009, 2013-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 2 - 2
src/extract.c

@@ -1,7 +1,7 @@
 /* Extract files from a tar archive.
 
-   Copyright 1988, 1992-1994, 1996-2001, 2003-2007, 2010, 2012-2013
-   Free Software Foundation, Inc.
+   Copyright 1988, 1992-1994, 1996-2001, 2003-2007, 2010, 2012-2014 Free
+   Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/incremen.c

@@ -1,6 +1,6 @@
 /* GNU dump extensions to tar.
 
-   Copyright 1988, 1992-1994, 1996-1997, 1999-2001, 2003-2009, 2013
+   Copyright 1988, 1992-1994, 1996-1997, 1999-2001, 2003-2009, 2013-2014
    Free Software Foundation, Inc.
 
    This file is part of GNU tar.

+ 2 - 2
src/list.c

@@ -1,7 +1,7 @@
 /* List a tar archive, with support routines for reading a tar archive.
 
-   Copyright 1988, 1992-1994, 1996-2001, 2003-2007, 2010, 2012-2013
-   Free Software Foundation, Inc.
+   Copyright 1988, 1992-1994, 1996-2001, 2003-2007, 2010, 2012-2014 Free
+   Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/misc.c

@@ -1,7 +1,7 @@
 /* Miscellaneous functions, not really specific to GNU tar.
 
    Copyright 1988, 1992, 1994-1997, 1999-2001, 2003-2007, 2009-2010,
-   2012-2013 Free Software Foundation, Inc.
+   2012-2014 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

+ 2 - 2
src/names.c

@@ -1,7 +1,7 @@
 /* Various processing of names.
 
-   Copyright 1988, 1992, 1994, 1996-2001, 2003-2007, 2009, 2013 Free
-   Software Foundation, Inc.
+   Copyright 1988, 1992, 1994, 1996-2001, 2003-2007, 2009, 2013-2014
+   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

+ 1 - 1
src/sparse.c

@@ -1,6 +1,6 @@
 /* Functions for dealing with sparse files
 
-   Copyright 2003-2007, 2010, 2013 Free Software Foundation, Inc.
+   Copyright 2003-2007, 2010, 2013-2014 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

+ 1 - 1
src/suffix.c

@@ -1,5 +1,5 @@
 /* This file is part of GNU tar.
-   Copyright 2007, 2009, 2013 Free Software Foundation, Inc.
+   Copyright 2007, 2009, 2013-2014 Free Software Foundation, Inc.
 
    Written by Sergey Poznyakoff.
 

+ 1 - 1
src/system.c

@@ -1,6 +1,6 @@
 /* System-dependent calls for tar.
 
-   Copyright 2003-2008, 2010, 2013 Free Software Foundation, Inc.
+   Copyright 2003-2008, 2010, 2013-2014 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

+ 1 - 1
src/tar.c

@@ -1,6 +1,6 @@
 /* A tar (tape archiver) program.
 
-   Copyright 1988, 1992-1997, 1999-2001, 2003-2007, 2012-2013 Free
+   Copyright 1988, 1992-1997, 1999-2001, 2003-2007, 2012-2014 Free
    Software Foundation, Inc.
 
    Written by John Gilmore, starting 1985-08-25.

+ 2 - 2
src/tar.h

@@ -1,7 +1,7 @@
 /* GNU tar Archive Format description.
 
-   Copyright 1988-1989, 1991-1997, 2000-2001, 2003-2007, 2012-2013
-   Free Software Foundation, Inc.
+   Copyright 1988-1989, 1991-1997, 2000-2001, 2003-2007, 2012-2014 Free
+   Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/transform.c

@@ -1,5 +1,5 @@
 /* This file is part of GNU tar.
-   Copyright 2006-2008, 2013 Free Software Foundation, Inc.
+   Copyright 2006-2008, 2013-2014 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

+ 1 - 1
src/unlink.c

@@ -1,6 +1,6 @@
 /* Unlink files.
 
-   Copyright 2009, 2013 Free Software Foundation, Inc.
+   Copyright 2009, 2013-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 2 - 2
src/update.c

@@ -1,7 +1,7 @@
 /* Update a tar archive.
 
-   Copyright 1988, 1992, 1994, 1996-1997, 1999-2001, 2003-2005, 2007, 2010,
-   2013 Free Software Foundation, Inc.
+   Copyright 1988, 1992, 1994, 1996-1997, 1999-2001, 2003-2005, 2007,
+   2010, 2013-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/utf8.c

@@ -1,6 +1,6 @@
 /* Charset handling for GNU tar.
 
-   Copyright 2004, 2006-2007, 2013 Free Software Foundation, Inc.
+   Copyright 2004, 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/warning.c

@@ -1,6 +1,6 @@
 /* Warnings for GNU tar.
 
-   Copyright 2009, 2012-2013 Free Software Foundation, Inc.
+   Copyright 2009, 2012-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/xattrs.c

@@ -1,6 +1,6 @@
 /* Support for extended attributes.
 
-   Copyright (C) 2006-2013 Free Software Foundation, Inc.
+   Copyright (C) 2006-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
src/xattrs.h

@@ -1,6 +1,6 @@
 /* Support for extended attributes.
 
-   Copyright (C) 2006-2013 Free Software Foundation, Inc.
+   Copyright (C) 2006-2014 Free Software Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 2 - 1
src/xheader.c

@@ -1,6 +1,7 @@
 /* POSIX extended headers for tar.
 
-   Copyright (C) 2003-2007, 2009-2010, 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2003-2007, 2009-2010, 2012-2014 Free Software
+   Foundation, Inc.
 
    This file is part of GNU tar.
 

+ 1 - 1
tests/T-cd.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU tar.
 #

+ 1 - 1
tests/T-empty.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2006-2007, 2013 Free Software Foundation, Inc.
+# Copyright 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/T-mult.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU tar.
 #

+ 1 - 1
tests/T-nest.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU tar.
 #

+ 1 - 1
tests/T-nonl.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU tar.
 #

+ 1 - 1
tests/T-null.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2006-2007, 2013 Free Software Foundation, Inc.
+# Copyright 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/T-rec.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU tar.
 #

+ 1 - 1
tests/T-zfile.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU tar.
 #

+ 1 - 1
tests/acls01.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2011, 2013 Free Software Foundation, Inc.
+# Copyright 2011, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/acls02.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2011, 2013 Free Software Foundation, Inc.
+# Copyright 2011, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/append.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2004, 2006-2007, 2013 Free Software Foundation, Inc.
+# Copyright 2004, 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/append01.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2005-2007, 2013 Free Software Foundation, Inc.
+# Copyright 2005-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/append02.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2006-2007, 2009, 2013 Free Software Foundation, Inc.
+# Copyright 2006-2007, 2009, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/append03.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2010, 2013 Free Software Foundation, Inc.
+# Copyright 2010, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/append04.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU tar.
 #

+ 1 - 1
tests/atlocal.in

@@ -1,6 +1,6 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for tar test suite.
-# Copyright 2004, 2006, 2013 Free Software Foundation, Inc.
+# Copyright 2004, 2006, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/backup01.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2009-2010, 2013 Free Software Foundation, Inc.
+# Copyright 2009-2010, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/capabs_raw01.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2012-2013 Free Software Foundation, Inc.
+# Copyright 2012-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/chtype.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2006-2007, 2013 Free Software Foundation, Inc.
+# Copyright 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/comprec.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2004, 2006-2007, 2013 Free Software Foundation, Inc.
+# Copyright 2004, 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/delete01.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2004, 2006-2007, 2013 Free Software Foundation, Inc.
+# Copyright 2004, 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/delete02.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2004-2005, 2007, 2013 Free Software Foundation, Inc.
+# Copyright 2004-2005, 2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/delete03.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2004, 2007, 2013 Free Software Foundation, Inc.
+# Copyright 2004, 2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/delete04.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2004, 2006-2007, 2013 Free Software Foundation, Inc.
+# Copyright 2004, 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/delete05.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2004, 2006-2007, 2013 Free Software Foundation, Inc.
+# Copyright 2004, 2006-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/exclude.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2007, 2013 Free Software Foundation, Inc.
+# Copyright 2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/exclude01.at

@@ -1,5 +1,5 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
-# Copyright 2009, 2013 Free Software Foundation, Inc.
+# Copyright 2009, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/exclude02.at

@@ -1,5 +1,5 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
-# Copyright 2009, 2013 Free Software Foundation, Inc.
+# Copyright 2009, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/exclude03.at

@@ -1,5 +1,5 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
-# Copyright 2009, 2013 Free Software Foundation, Inc.
+# Copyright 2009, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

+ 1 - 1
tests/exclude04.at

@@ -1,5 +1,5 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
-# Copyright 2009, 2013 Free Software Foundation, Inc.
+# Copyright 2009, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 

部分文件因文件數量過多而無法顯示