summaryrefslogtreecommitdiffstats
path: root/libgnu/strndup.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgnu/strndup.c')
-rw-r--r--libgnu/strndup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgnu/strndup.c b/libgnu/strndup.c
index 546e58cb..b5c18dda 100644
--- a/libgnu/strndup.c
+++ b/libgnu/strndup.c
@@ -1,6 +1,6 @@
/* A replacement function, for systems that lack strndup.
- Copyright (C) 1996-1998, 2001-2003, 2005-2007, 2009-2017 Free Software
+ Copyright (C) 1996-1998, 2001-2003, 2005-2007, 2009-2018 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
@@ -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/>. */
#include <config.h>