summaryrefslogtreecommitdiff
path: root/src/tar.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-01-01 06:14:19 +0900
committerPaul Eggert <eggert@cs.ucla.edu>2012-12-31 13:17:15 -0800
commitcd7bdd4076ca154575bbef85eb2157e59befcfe2 (patch)
tree90e74038818433da443db7e234380c2c4ed12721 /src/tar.c
parentd99ecd6c75ef7874e6b96705fa92f51735427539 (diff)
downloadtar-cd7bdd4076ca154575bbef85eb2157e59befcfe2.tar.gz
maint: update copyrights for 2013 and as per current GNU standards
Diffstat (limited to 'src/tar.c')
-rw-r--r--src/tar.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/tar.c b/src/tar.c
index 1f7289a4..c29b4fab 100644
--- a/src/tar.c
+++ b/src/tar.c
@@ -1,8 +1,7 @@
/* A tar (tape archiver) program.
- Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000,
- 2001, 2003, 2004, 2005, 2006, 2007, 2012
- Free Software Foundation, Inc.
+ Copyright 1988, 1992-1997, 1999-2001, 2003-2007, 2012-2013 Free
+ Software Foundation, Inc.
Written by John Gilmore, starting 1985-08-25.
@@ -17,8 +16,7 @@
Public License for more details.
You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <system.h>