summaryrefslogtreecommitdiffstats
path: root/libgnu/argp-fmtstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgnu/argp-fmtstream.c')
-rw-r--r--libgnu/argp-fmtstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgnu/argp-fmtstream.c b/libgnu/argp-fmtstream.c
index fe0d608a..13c6bf98 100644
--- a/libgnu/argp-fmtstream.c
+++ b/libgnu/argp-fmtstream.c
@@ -1,5 +1,5 @@
/* Word-wrapping and line-truncating streams
- Copyright (C) 1997-2017 Free Software Foundation, Inc.
+ Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.
@@ -14,7 +14,7 @@
GNU General Public License for more details.
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 <https://www.gnu.org/licenses/>. */
/* This package emulates glibc 'line_wrap_stream' semantics for systems that
don't have that. */