瀏覽代碼

Version 1.31

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

+ 1 - 2
Makefile.am

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

+ 3 - 3
NEWS

@@ -1,8 +1,8 @@
-GNU tar NEWS - User visible changes. 2018-12-27
+GNU tar NEWS - User visible changes. 2019-01-02
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 
 
 
 
-version 1.30.90 (Git)
+version 1.31 - Sergey Poznyakoff, 2019-01-02
 
 
 * Fix heap-buffer-overrun with --one-top-level.
 * Fix heap-buffer-overrun with --one-top-level.
 Bug introduced with the addition of that option in 1.28.
 Bug introduced with the addition of that option in 1.28.
@@ -1671,7 +1671,7 @@ Versions 1.07 back to 1.00 by Jay Fenlason.
 
 
 
 
 
 
-Copyright 1994-2001, 2003-2010, 2013-2017 Free Software Foundation, Inc.
+Copyright 1994-2019 Free Software Foundation, Inc.
 
 
 This file is part of GNU tar.
 This file is part of GNU tar.
 
 

+ 1 - 2
README

@@ -221,8 +221,7 @@ and share your findings by writing to <bug-tar@gnu.org>.
 
 
 * Copying
 * Copying
 
 
-Copyright 1990-1992, 1994, 1997-2001, 2003-2004, 2007, 2012-2014,
-2016-2017 Free Software Foundation, Inc.
+Copyright 1990-2019 Free Software Foundation, Inc.
 
 
 This file is part of GNU tar.
 This file is part of GNU tar.
 
 

+ 1 - 2
README-alpha

@@ -35,8 +35,7 @@ behavior.  Run 'bootstrap --help' for a list.
 
 
 
 
 
 
-Copyright 2001, 2003-2005, 2007, 2013-2017 Free Software Foundation,
-Inc.
+Copyright 2001-2019 Free Software Foundation, Inc.
 
 
 This file is part of GNU tar.
 This file is part of GNU tar.
 
 

+ 1 - 1
README-hacking

@@ -39,7 +39,7 @@ See 'bootstrap --help' for a detailed list.
 
 
 * Copyright information
 * Copyright information
 
 
-Copyright 2007-2009, 2013-2017 Free Software Foundation, Inc.
+Copyright 2007-2019 Free Software Foundation, Inc.
 
 
 This file is part of GNU tar.
 This file is part of GNU tar.
 
 

+ 1 - 2
TODO

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

+ 1 - 1
acinclude.m4

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

+ 1 - 1
bootstrap

@@ -4,7 +4,7 @@ scriptversion=2015-08-24.08; # UTC
 
 
 # Bootstrap this package from checked-out sources.
 # Bootstrap this package from checked-out sources.
 
 
-# Copyright (C) 2003-2017 Free Software Foundation, Inc.
+# Copyright (C) 2003-2019 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 - 2
bootstrap.conf

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

+ 2 - 2
configure.ac

@@ -1,6 +1,6 @@
 # Configure template for GNU tar.  -*- autoconf -*-
 # Configure template for GNU tar.  -*- autoconf -*-
 
 
-# Copyright 1991, 1994-2010, 2013-2017 Free Software Foundation, Inc.
+# Copyright 1991, 1994-2010, 2013-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # This file is part of GNU tar.
 
 
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-AC_INIT([GNU tar], [1.30.90], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.31], [bug-tar@gnu.org])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_HEADERS([config.h])

+ 1 - 1
directory

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

+ 1 - 2
doc/Makefile.am

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

+ 1 - 2
doc/dumpdir.texi

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

+ 1 - 2
doc/fdl.texi

@@ -5,8 +5,7 @@
 @c hence no sectioning command or @node.
 @c hence no sectioning command or @node.
 
 
 @display
 @display
-Copyright @copyright{} 2000-2002, 2007-2008, 2014, 2016-2017 Free
-Software Foundation, Inc.
+Copyright @copyright{} 2000-2019 Free Software Foundation, Inc.
 @uref{http://fsf.org/}
 @uref{http://fsf.org/}
 
 
 Everyone is permitted to copy and distribute verbatim copies
 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>
 
 
 <p>
 <p>
-Copyright 2004, 2013-2014, 2016-2017 Free Software Foundation, Inc.,
+Copyright 2004-2019 Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
 <br />
 <br />
 Verbatim copying and distribution of this entire article is
 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 This is part of the paxutils manual.
-@c Copyright (C) 2006, 2014, 2016-2017 Free Software Foundation, Inc.
+@c Copyright (C) 2006-2019 Free Software Foundation, Inc.
 @c This file is distributed under GFDL 1.1 or any later version
 @c This file is distributed under GFDL 1.1 or any later version
 @c published by the Free Software Foundation.
 @c published by the Free Software Foundation.
 
 

+ 1 - 2
doc/mastermenu.el

@@ -1,7 +1,6 @@
 ;;; mastermenu.el --- Redefinition of texinfo-master-menu-list
 ;;; mastermenu.el --- Redefinition of texinfo-master-menu-list
 
 
-;; Copyright 2006-2007, 2013-2014, 2016-2017 Free Software Foundation,
-;; Inc.
+;; Copyright 2006-2019 Free Software Foundation, Inc.
 
 
 ;; Author: Sergey Poznyakoff
 ;; Author: Sergey Poznyakoff
 ;; Maintainer: bug-tar@gnu.org
 ;; Maintainer: bug-tar@gnu.org

+ 1 - 1
doc/recipes.texi

@@ -1,5 +1,5 @@
 @c This is part of the GNU tar manual.
 @c This is part of the GNU tar manual.
-@c Copyright (C) 2017 Free Software Foundation, Inc.
+@c Copyright (C) 2017-2019 Free Software Foundation, Inc.
 @c This file is distributed under GFDL 1.3 or any later version
 @c This file is distributed under GFDL 1.3 or any later version
 @c published by the Free Software Foundation.
 @c published by the Free Software Foundation.
 
 

+ 1 - 2
doc/rendition.texi

@@ -1,6 +1,5 @@
 @c This is part of GNU tar manual.
 @c This is part of GNU tar manual.
-@c Copyright 1992, 1994-1997, 1999-2004, 2006, 2013-2014, 2016-2017 Free
-@c Software Foundation, Inc.
+@c Copyright 1992-2019 Free Software Foundation, Inc.
 @c See file tar.texi for copying conditions.
 @c See file tar.texi for copying conditions.
 
 
 @c This file contains support for 'renditions' by Fran@,{c}ois Pinard
 @c This file contains support for 'renditions' by Fran@,{c}ois Pinard

+ 1 - 2
doc/snapshot.texi

@@ -1,6 +1,5 @@
 @c This is part of the paxutils manual.
 @c This is part of the paxutils manual.
-@c Copyright (C) 2005, 2007, 2014, 2016-2017 Free Software Foundation,
-@c Inc.
+@c Copyright (C) 2005-2019 Free Software Foundation, Inc.
 @c Written by Sergey Poznyakoff
 @c Written by Sergey Poznyakoff
 @c This file is distributed under GFDL 1.1 or any later version
 @c This file is distributed under GFDL 1.1 or any later version
 @c published by the Free Software Foundation.
 @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 This is part of the paxutils manual.
-@c Copyright (C) 2006, 2014, 2016-2017 Free Software Foundation, Inc.
+@c Copyright (C) 2006-2019 Free Software Foundation, Inc.
 @c This file is distributed under GFDL 1.1 or any later version
 @c This file is distributed under GFDL 1.1 or any later version
 @c published by the Free Software Foundation.
 @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 This is part of the paxutils manual.
-@c Copyright (C) 2007, 2014, 2016-2017 Free Software Foundation, Inc.
+@c Copyright (C) 2007-2019 Free Software Foundation, Inc.
 @c This file is distributed under GFDL 1.1 or any later version
 @c This file is distributed under GFDL 1.1 or any later version
 @c published by the Free Software Foundation.
 @c published by the Free Software Foundation.
 
 

+ 3 - 2
doc/tar.1

@@ -1,5 +1,5 @@
 .\" This file is part of GNU tar. -*- nroff -*-
 .\" This file is part of GNU tar. -*- nroff -*-
-.\" Copyright 2013-2014, 2016-2017 Free Software Foundation, Inc.
+.\" Copyright 2013-2019 Free Software Foundation, Inc.
 .\"
 .\"
 .\" GNU tar is free software; you can redistribute it and/or modify
 .\" 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
 .\" it under the terms of the GNU General Public License as published by
@@ -1300,7 +1300,8 @@ failure during backup to a remote device.
 .BR lzop (1),
 .BR lzop (1),
 .BR rmt (8),
 .BR rmt (8),
 .BR symlink (7),
 .BR symlink (7),
-.BR xz (1).
+.BR xz (1),
+.BR zstd (1).
 .PP
 .PP
 Complete \fBtar\fR manual: run
 Complete \fBtar\fR manual: run
 .B info tar
 .B info tar

+ 7 - 3
doc/tar.texi

@@ -3977,7 +3977,7 @@ successfully.  For example, @w{@samp{tar --version}} might print:
 
 
 @smallexample
 @smallexample
 tar (GNU tar) @value{VERSION}
 tar (GNU tar) @value{VERSION}
-Copyright (C) 2013-2017 Free Software Foundation, Inc.
+Copyright (C) 2013-2019 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
 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.
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 There is NO WARRANTY, to the extent permitted by law.
@@ -9552,8 +9552,8 @@ switch to @samp{posix}.
 @GNUTAR{} is able to create and read compressed archives.  It supports
 @GNUTAR{} is able to create and read compressed archives.  It supports
 a wide variety of compression programs, namely: @command{gzip},
 a wide variety of compression programs, namely: @command{gzip},
 @command{bzip2}, @command{lzip}, @command{lzma}, @command{lzop},
 @command{bzip2}, @command{lzip}, @command{lzma}, @command{lzop},
-@command{xz} and traditional @command{compress}. The latter is
-supported mostly for backward compatibility, and we recommend
+@command{zstd}, @command{xz} and traditional @command{compress}. The
+latter is supported mostly for backward compatibility, and we recommend
 against using it, because it is by far less effective than the other
 against using it, because it is by far less effective than the other
 compression programs@footnote{It also had patent problems in the past.}.
 compression programs@footnote{It also had patent problems in the past.}.
 
 
@@ -9694,6 +9694,10 @@ Filter the archive through @command{lzma}.
 @item --lzop
 @item --lzop
 Filter the archive through @command{lzop}.
 Filter the archive through @command{lzop}.
 
 
+@opindex zstd
+@item --zstd
+Filter the archive through @command{zstd}.
+
 @opindex compress
 @opindex compress
 @opindex uncompress
 @opindex uncompress
 @item -Z
 @item -Z

+ 1 - 2
doc/texify.sed

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

+ 1 - 2
doc/value.texi

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

+ 1 - 1
gnulib

@@ -1 +1 @@
-Subproject commit c58eb574c3a2cb76113ad4d9afea19ab5562f292
+Subproject commit 4652c7bafa60332145f1e05a7de5f48e1bc56226

+ 1 - 1
gnulib.modules

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

+ 1 - 2
lib/Makefile.am

@@ -1,7 +1,6 @@
 # Makefile for GNU tar library.			-*- Makefile -*-
 # Makefile for GNU tar library.			-*- Makefile -*-
 
 
-# Copyright 1994-1997, 1999-2001, 2003-2007, 2009-2010, 2013-2014,
-# 2016-2017 Free Software Foundation, Inc.
+# Copyright 1994-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # 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.
 /* Replacement <attr/xattr.h> for platforms that lack it.
-   Copyright 2012-2014, 2016-2017 Free Software Foundation, Inc.
+   Copyright 2012-2019 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 - 2
lib/stdopen.c

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

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

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

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

+ 1 - 2
scripts/Makefile.am

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

+ 1 - 2
scripts/backup-specs

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

+ 1 - 2
scripts/backup.sh.in

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

+ 1 - 2
scripts/dump-remind.in

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

+ 1 - 2
scripts/restore.in

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

+ 1 - 2
scripts/tar-snapshot-edit

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

+ 1 - 2
scripts/tarcat

@@ -3,8 +3,7 @@
 # concatenates a GNU tar multi-volume archive into a single tar archive.
 # concatenates a GNU tar multi-volume archive into a single tar archive.
 # Author: Bruno Haible <bruno@clisp.org>, Sergey Poznyakoff <gray@gnu.org.ua>
 # Author: Bruno Haible <bruno@clisp.org>, Sergey Poznyakoff <gray@gnu.org.ua>
 
 
-# Copyright 2004-2005, 2010, 2013-2014, 2016-2017 Free Software
-# Foundation, Inc.
+# Copyright 2004-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # This file is part of GNU tar.
 
 

+ 1 - 2
scripts/xsparse.c

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

+ 1 - 2
src/Makefile.am

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

+ 1 - 2
src/arith.h

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

+ 1 - 2
src/buffer.c

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

+ 1 - 1
src/checkpoint.c

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

+ 1 - 2
src/common.h

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

+ 1 - 2
src/compare.c

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

+ 1 - 2
src/create.c

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

+ 1 - 2
src/delete.c

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

+ 1 - 1
src/exclist.c

@@ -1,6 +1,6 @@
 /* Per-directory exclusion files for tar.
 /* Per-directory exclusion files for tar.
 
 
-   Copyright 2014, 2016-2017 Free Software Foundation, Inc.
+   Copyright 2014-2019 Free Software Foundation, Inc.
 
 
    This file is part of GNU tar.
    This file is part of GNU tar.
 
 

+ 1 - 1
src/exit.c

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

+ 1 - 2
src/extract.c

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

+ 1 - 2
src/incremen.c

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

+ 1 - 2
src/list.c

@@ -1,7 +1,6 @@
 /* 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, 1992-1994, 1996-2001, 2003-2007, 2010, 2012-2017 Free
-   Software Foundation, Inc.
+   Copyright 1988-2019 Free Software Foundation, Inc.
 
 
    This file is part of GNU tar.
    This file is part of GNU tar.
 
 

+ 1 - 1
src/map.c

@@ -1,6 +1,6 @@
 /* Owner/group mapping for tar
 /* Owner/group mapping for tar
 
 
-   Copyright 2015-2017 Free Software Foundation, Inc.
+   Copyright 2015-2019 Free Software Foundation, Inc.
 
 
    This file is part of GNU tar.
    This file is part of GNU tar.
 
 

+ 1 - 2
src/misc.c

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

+ 1 - 2
src/names.c

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

+ 1 - 1
src/sparse.c

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

+ 1 - 2
src/suffix.c

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

+ 1 - 2
src/system.c

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

+ 1 - 2
src/tar.c

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

+ 1 - 2
src/tar.h

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

+ 1 - 2
src/transform.c

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

+ 1 - 1
src/unlink.c

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

+ 1 - 2
src/update.c

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

+ 1 - 2
src/utf8.c

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

+ 1 - 1
src/warning.c

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

+ 1 - 1
src/xattrs.c

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

+ 1 - 1
src/xattrs.h

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

+ 1 - 2
src/xheader.c

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

+ 1 - 1
tests/Makefile.am

@@ -1,6 +1,6 @@
 # Makefile for GNU tar regression tests.
 # Makefile for GNU tar regression tests.
 
 
-# Copyright 1996-1997, 1999-2001, 2003-2007, 2009, 2012-2018 Free Software
+# Copyright 1996-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # 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 -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 #
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2013-2014, 2016-2017 Free Software Foundation, Inc.
+# Copyright 2013-2019 Free Software Foundation, Inc.
 #
 #
 # This file is part of GNU tar.
 # This file is part of GNU tar.
 #
 #

+ 1 - 1
tests/T-dir00.at

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

+ 1 - 1
tests/T-dir01.at

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

+ 1 - 2
tests/T-empty.at

@@ -1,8 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2006-2007, 2013-2014, 2016-2017 Free Software Foundation,
-# Inc.
+# Copyright 2006-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # 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 -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 #
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2013-2014, 2016-2017 Free Software Foundation, Inc.
+# Copyright 2013-2019 Free Software Foundation, Inc.
 #
 #
 # This file is part of GNU tar.
 # 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 -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 #
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2013-2014, 2016-2017 Free Software Foundation, Inc.
+# Copyright 2013-2019 Free Software Foundation, Inc.
 #
 #
 # This file is part of GNU tar.
 # 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 -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 #
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2013-2014, 2016-2017 Free Software Foundation, Inc.
+# Copyright 2013-2019 Free Software Foundation, Inc.
 #
 #
 # This file is part of GNU tar.
 # This file is part of GNU tar.
 #
 #

+ 1 - 2
tests/T-null.at

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

+ 1 - 1
tests/T-null2.at

@@ -1,5 +1,5 @@
 # This file is part of test suite for GNU tar. -*- Autotest -*-
 # This file is part of test suite for GNU tar. -*- Autotest -*-
-# Copyright 2015-2017 Free Software Foundation, Inc.
+# Copyright 2015-2019 Free Software Foundation, Inc.
 #
 #
 # GNU tar is free software; you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
tests/T-rec.at

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

+ 1 - 1
tests/T-recurse.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2015-2017 Free Software Foundation, Inc.
+# Copyright 2015-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # 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 -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 #
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2013-2014, 2016-2017 Free Software Foundation, Inc.
+# Copyright 2013-2019 Free Software Foundation, Inc.
 #
 #
 # This file is part of GNU tar.
 # 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 -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 #
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2011, 2013-2014, 2016-2017 Free Software Foundation, Inc.
+# Copyright 2011-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # 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 -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 #
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2011, 2013-2014, 2016-2017 Free Software Foundation, Inc.
+# Copyright 2011-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # This file is part of GNU tar.
 
 

+ 1 - 1
tests/acls03.at

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

+ 1 - 1
tests/add-file.at

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

+ 1 - 2
tests/append.at

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

+ 1 - 2
tests/append01.at

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

+ 1 - 2
tests/append02.at

@@ -1,8 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2006-2007, 2009, 2013-2014, 2016-2017 Free Software
-# Foundation, Inc.
+# Copyright 2006-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # 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 -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 #
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2010, 2013-2014, 2016-2017 Free Software Foundation, Inc.
+# Copyright 2010-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # 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 -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 #
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2013-2014, 2016-2017 Free Software Foundation, Inc.
+# Copyright 2013-2019 Free Software Foundation, Inc.
 #
 #
 # This file is part of GNU tar.
 # This file is part of GNU tar.
 #
 #

+ 1 - 1
tests/append05.at

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

+ 1 - 2
tests/atlocal.in

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

+ 1 - 2
tests/backup01.at

@@ -1,8 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2009-2010, 2013-2014, 2016-2017 Free Software Foundation,
-# Inc.
+# Copyright 2009-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # 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 -*-
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 #
 # Test suite for GNU tar.
 # Test suite for GNU tar.
-# Copyright 2012-2014, 2016-2017 Free Software Foundation, Inc.
+# Copyright 2012-2019 Free Software Foundation, Inc.
 
 
 # This file is part of GNU tar.
 # This file is part of GNU tar.
 
 

+ 1 - 1
tests/checkseekhole.c

@@ -1,6 +1,6 @@
 /* Test suite for GNU tar - SEEK_HOLE detector.
 /* Test suite for GNU tar - SEEK_HOLE detector.
 
 
-   Copyright 2015-2017 Free Software Foundation, Inc.
+   Copyright 2015-2019 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

+ 1 - 2
tests/chtype.at

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

+ 1 - 1
tests/ckmtime.c

@@ -1,5 +1,5 @@
 /* Check if filesystem timestamps are consistent with the system time.
 /* Check if filesystem timestamps are consistent with the system time.
-   Copyright (C) 2016-2017 Free Software Foundation, Inc.
+   Copyright (C) 2016-2019 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

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