summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-01-02 20:01:10 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-01-02 20:20:28 +0200
commit2684c88a49a6da171c7e1ea03cbe5f8790c82711 (patch)
tree14ba9eea24c9a9beb4a33eb9443967be113e05ca /lib
parent1ed62596cf859b73612abe8eb35616413ec5613c (diff)
downloadtar-2684c88a49a6da171c7e1ea03cbe5f8790c82711.tar.gz
Version 1.31release_1_31
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am3
-rw-r--r--lib/attr-xattr.in.h2
-rw-r--r--lib/stdopen.c3
-rw-r--r--lib/xattr-at.c2
-rw-r--r--lib/xattr-at.h2
5 files changed, 5 insertions, 7 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index cc108feb..21b0ae85 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,7 +1,6 @@
# 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.
diff --git a/lib/attr-xattr.in.h b/lib/attr-xattr.in.h
index 5052aee6..62ea723c 100644
--- a/lib/attr-xattr.in.h
+++ b/lib/attr-xattr.in.h
@@ -1,5 +1,5 @@
/* 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
it under the terms of the GNU General Public License as published by
diff --git a/lib/stdopen.c b/lib/stdopen.c
index bb9ba601..0e4f724c 100644
--- a/lib/stdopen.c
+++ b/lib/stdopen.c
@@ -1,7 +1,6 @@
/* 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
it under the terms of the GNU General Public License as published by
diff --git a/lib/xattr-at.c b/lib/xattr-at.c
index 3bba552f..89cfad42 100644
--- a/lib/xattr-at.c
+++ b/lib/xattr-at.c
@@ -1,7 +1,7 @@
/* openat-style fd-relative functions for operating with 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
it under the terms of the GNU General Public License as published by
diff --git a/lib/xattr-at.h b/lib/xattr-at.h
index 09a63d07..c278fb7f 100644
--- a/lib/xattr-at.h
+++ b/lib/xattr-at.h
@@ -1,7 +1,7 @@
/* Prototypes for openat-style fd-relative functions for operating with
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
it under the terms of the GNU General Public License as published by