summaryrefslogtreecommitdiffstats
path: root/libgnu/strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgnu/strdup.c')
-rw-r--r--libgnu/strdup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgnu/strdup.c b/libgnu/strdup.c
index 0c096e33..ce43940b 100644
--- a/libgnu/strdup.c
+++ b/libgnu/strdup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996-1998, 2002-2004, 2006-2007, 2009-2017 Free Software
+/* Copyright (C) 1991, 1996-1998, 2002-2004, 2006-2007, 2009-2018 Free Software
Foundation, Inc.
This file is part of the GNU C Library.
@@ -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/>. */
+ with this program; if not, see <https://www.gnu.org/licenses/>. */
#ifndef _LIBC
# include <config.h>