summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-20 11:29:17 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-20 11:29:17 +0200
commit8980ecd62de4cce10a77ba522ce7007c05a2d2d6 (patch)
tree4215cb7a2dfb18a2dbeb66a55856986532a56ddb /src
parent63f2e969ddc162da7ae49a955bba9c6a2a0e77dc (diff)
downloadtar-8980ecd62de4cce10a77ba522ce7007c05a2d2d6.tar.gz
Update copyright years
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/arith.h2
-rw-r--r--src/buffer.c2
-rw-r--r--src/checkpoint.c2
-rw-r--r--src/common.h2
-rw-r--r--src/compare.c2
-rw-r--r--src/create.c2
-rw-r--r--src/delete.c2
-rw-r--r--src/exclist.c2
-rw-r--r--src/exit.c2
-rw-r--r--src/extract.c4
-rw-r--r--src/incremen.c4
-rw-r--r--src/list.c2
-rw-r--r--src/map.c2
-rw-r--r--src/misc.c2
-rw-r--r--src/names.c2
-rw-r--r--src/sparse.c2
-rw-r--r--src/suffix.c2
-rw-r--r--src/system.c3
-rw-r--r--src/tar.c2
-rw-r--r--src/tar.h4
-rw-r--r--src/transform.c2
-rw-r--r--src/unlink.c2
-rw-r--r--src/update.c2
-rw-r--r--src/utf8.c3
-rw-r--r--src/warning.c2
-rw-r--r--src/xattrs.c2
-rw-r--r--src/xattrs.h2
-rw-r--r--src/xheader.c2
29 files changed, 35 insertions, 33 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a0bacfd9..dc05d5c4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
# Makefile for GNU tar sources.
-# Copyright 1994-1997, 1999-2001, 2003, 2006-2007, 2009, 2013-2014 Free
-# Software Foundation, Inc.
+# Copyright 1994-1997, 1999-2001, 2003, 2006-2007, 2009, 2013-2014, 2016
+# Free Software Foundation, Inc.
# This file is part of GNU tar.
diff --git a/src/arith.h b/src/arith.h
index 0749d19f..ed930aca 100644
--- a/src/arith.h
+++ b/src/arith.h
@@ -1,5 +1,5 @@
/* Long integers, for GNU tar.
- Copyright 1999, 2007, 2013-2014 Free Software Foundation, Inc.
+ Copyright 1999, 2007, 2013-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/buffer.c b/src/buffer.c
index 1f396071..b5fa210b 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1,6 +1,6 @@
/* Buffer management for tar.
- Copyright 1988, 1992-1994, 1996-1997, 1999-2010, 2013-2014 Free
+ Copyright 1988, 1992-1994, 1996-1997, 1999-2010, 2013-2014, 2016 Free
Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/checkpoint.c b/src/checkpoint.c
index 54e7b596..1a253c29 100644
--- a/src/checkpoint.c
+++ b/src/checkpoint.c
@@ -1,6 +1,6 @@
/* Checkpoint management for tar.
- Copyright 2007, 2013-2014 Free Software Foundation, Inc.
+ Copyright 2007, 2013-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/common.h b/src/common.h
index 7534748e..09e42e1f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,6 +1,6 @@
/* Common declarations for the tar program.
- Copyright 1988, 1992-1994, 1996-1997, 1999-2010, 2012-2015 Free
+ Copyright 1988, 1992-1994, 1996-1997, 1999-2010, 2012-2016 Free
Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/compare.c b/src/compare.c
index 7ed45584..3f91279b 100644
--- a/src/compare.c
+++ b/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-2014 Free Software Foundation, Inc.
+ 2009-2010, 2012-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/create.c b/src/create.c
index b7c19ab5..58a530de 100644
--- a/src/create.c
+++ b/src/create.c
@@ -1,7 +1,7 @@
/* Create a tar archive.
Copyright 1985, 1992-1994, 1996-1997, 1999-2001, 2003-2007,
- 2009-2010, 2012-2014 Free Software Foundation, Inc.
+ 2009-2010, 2012-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/delete.c b/src/delete.c
index 337b922f..93e8d8d4 100644
--- a/src/delete.c
+++ b/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-2014 Free Software Foundation, Inc.
+ 2013-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/exclist.c b/src/exclist.c
index 0b7c987f..f6e88532 100644
--- a/src/exclist.c
+++ b/src/exclist.c
@@ -1,6 +1,6 @@
/* Per-directory exclusion files for tar.
- Copyright 2014 Free Software Foundation, Inc.
+ Copyright 2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/exit.c b/src/exit.c
index 411d6306..17dc1ff0 100644
--- a/src/exit.c
+++ b/src/exit.c
@@ -1,6 +1,6 @@
/* Exit from GNU tar.
- Copyright 2009, 2013-2014 Free Software Foundation, Inc.
+ Copyright 2009, 2013-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/extract.c b/src/extract.c
index 2dcfd282..f982433d 100644
--- a/src/extract.c
+++ b/src/extract.c
@@ -1,7 +1,7 @@
/* Extract files from a tar archive.
- Copyright 1988, 1992-1994, 1996-2001, 2003-2007, 2010, 2012-2014 Free
- Software Foundation, Inc.
+ Copyright 1988, 1992-1994, 1996-2001, 2003-2007, 2010, 2012-2014,
+ 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/incremen.c b/src/incremen.c
index d73a7bb9..2cbd16f8 100644
--- a/src/incremen.c
+++ b/src/incremen.c
@@ -1,7 +1,7 @@
/* GNU dump extensions to tar.
- Copyright 1988, 1992-1994, 1996-1997, 1999-2001, 2003-2009, 2013-2014
- Free Software Foundation, Inc.
+ Copyright 1988, 1992-1994, 1996-1997, 1999-2001, 2003-2009,
+ 2013-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/list.c b/src/list.c
index 70e3375b..4cd99631 100644
--- a/src/list.c
+++ b/src/list.c
@@ -1,6 +1,6 @@
/* List a tar archive, with support routines for reading a tar archive.
- Copyright 1988, 1992-1994, 1996-2001, 2003-2007, 2010, 2012-2015 Free
+ Copyright 1988, 1992-1994, 1996-2001, 2003-2007, 2010, 2012-2016 Free
Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/map.c b/src/map.c
index 36216ed4..0cd98619 100644
--- a/src/map.c
+++ b/src/map.c
@@ -1,6 +1,6 @@
/* Owner/group mapping for tar
- Copyright 2015 Free Software Foundation, Inc.
+ Copyright 2015-2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/misc.c b/src/misc.c
index d3bb0e42..8d8f538b 100644
--- a/src/misc.c
+++ b/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-2014 Free Software Foundation, Inc.
+ 2012-2014, 2016 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
diff --git a/src/names.c b/src/names.c
index b0b02eea..b7f7f499 100644
--- a/src/names.c
+++ b/src/names.c
@@ -1,6 +1,6 @@
/* Various processing of names.
- Copyright 1988, 1992, 1994, 1996-2001, 2003-2007, 2009, 2013-2015
+ Copyright 1988, 1992, 1994, 1996-2001, 2003-2007, 2009, 2013-2016
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
diff --git a/src/sparse.c b/src/sparse.c
index b04acee2..4e784015 100644
--- a/src/sparse.c
+++ b/src/sparse.c
@@ -1,6 +1,6 @@
/* Functions for dealing with sparse files
- Copyright 2003-2007, 2010, 2013-2015 Free Software Foundation, Inc.
+ Copyright 2003-2007, 2010, 2013-2016 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
diff --git a/src/suffix.c b/src/suffix.c
index ac34cba2..a7695b9f 100644
--- a/src/suffix.c
+++ b/src/suffix.c
@@ -1,5 +1,5 @@
/* This file is part of GNU tar.
- Copyright 2007, 2009, 2013-2014 Free Software Foundation, Inc.
+ Copyright 2007, 2009, 2013-2014, 2016 Free Software Foundation, Inc.
Written by Sergey Poznyakoff.
diff --git a/src/system.c b/src/system.c
index dc0b2b0b..e7eede7e 100644
--- a/src/system.c
+++ b/src/system.c
@@ -1,6 +1,7 @@
/* System-dependent calls for tar.
- Copyright 2003-2008, 2010, 2013-2014 Free Software Foundation, Inc.
+ Copyright 2003-2008, 2010, 2013-2014, 2016 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
diff --git a/src/tar.c b/src/tar.c
index bacb142d..19bc9045 100644
--- a/src/tar.c
+++ b/src/tar.c
@@ -1,6 +1,6 @@
/* A tar (tape archiver) program.
- Copyright 1988, 1992-1997, 1999-2001, 2003-2007, 2012-2015 Free
+ Copyright 1988, 1992-1997, 1999-2001, 2003-2007, 2012-2016 Free
Software Foundation, Inc.
Written by John Gilmore, starting 1985-08-25.
diff --git a/src/tar.h b/src/tar.h
index 73cd11e6..07b5bc15 100644
--- a/src/tar.h
+++ b/src/tar.h
@@ -1,7 +1,7 @@
/* GNU tar Archive Format description.
- Copyright 1988-1989, 1991-1997, 2000-2001, 2003-2007, 2012-2014 Free
- Software Foundation, Inc.
+ Copyright 1988-1989, 1991-1997, 2000-2001, 2003-2007, 2012-2014, 2016
+ Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/transform.c b/src/transform.c
index e53d61aa..155d3698 100644
--- a/src/transform.c
+++ b/src/transform.c
@@ -1,5 +1,5 @@
/* This file is part of GNU tar.
- Copyright 2006-2008, 2013-2014 Free Software Foundation, Inc.
+ Copyright 2006-2008, 2013-2014, 2016 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
diff --git a/src/unlink.c b/src/unlink.c
index 509daf33..3e50757c 100644
--- a/src/unlink.c
+++ b/src/unlink.c
@@ -1,6 +1,6 @@
/* Unlink files.
- Copyright 2009, 2013-2014 Free Software Foundation, Inc.
+ Copyright 2009, 2013-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/update.c b/src/update.c
index c8fca0c5..ad7a6bf7 100644
--- a/src/update.c
+++ b/src/update.c
@@ -1,7 +1,7 @@
/* Update a tar archive.
Copyright 1988, 1992, 1994, 1996-1997, 1999-2001, 2003-2005, 2007,
- 2010, 2013-2014 Free Software Foundation, Inc.
+ 2010, 2013-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/utf8.c b/src/utf8.c
index 07a39040..195fef55 100644
--- a/src/utf8.c
+++ b/src/utf8.c
@@ -1,6 +1,7 @@
/* Charset handling for GNU tar.
- Copyright 2004, 2006-2007, 2013-2014 Free Software Foundation, Inc.
+ Copyright 2004, 2006-2007, 2013-2014, 2016 Free Software Foundation,
+ Inc.
This file is part of GNU tar.
diff --git a/src/warning.c b/src/warning.c
index 1cea3161..86a0fd13 100644
--- a/src/warning.c
+++ b/src/warning.c
@@ -1,6 +1,6 @@
/* Warnings for GNU tar.
- Copyright 2009, 2012-2014 Free Software Foundation, Inc.
+ Copyright 2009, 2012-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/xattrs.c b/src/xattrs.c
index 307ee380..8e561680 100644
--- a/src/xattrs.c
+++ b/src/xattrs.c
@@ -1,6 +1,6 @@
/* Support for extended attributes.
- Copyright (C) 2006-2014 Free Software Foundation, Inc.
+ Copyright (C) 2006-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/xattrs.h b/src/xattrs.h
index 83630613..a475bb6a 100644
--- a/src/xattrs.h
+++ b/src/xattrs.h
@@ -1,6 +1,6 @@
/* Support for extended attributes.
- Copyright (C) 2006-2014 Free Software Foundation, Inc.
+ Copyright (C) 2006-2014, 2016 Free Software Foundation, Inc.
This file is part of GNU tar.
diff --git a/src/xheader.c b/src/xheader.c
index 8e623830..8dda5809 100644
--- a/src/xheader.c
+++ b/src/xheader.c
@@ -1,6 +1,6 @@
/* POSIX extended headers for tar.
- Copyright (C) 2003-2007, 2009-2010, 2012-2014 Free Software
+ Copyright (C) 2003-2007, 2009-2010, 2012-2014, 2016 Free Software
Foundation, Inc.
This file is part of GNU tar.