summaryrefslogtreecommitdiffstats
path: root/libgnu/realloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgnu/realloc.c')
-rw-r--r--libgnu/realloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgnu/realloc.c b/libgnu/realloc.c
index 526b4879..7620b6a9 100644
--- a/libgnu/realloc.c
+++ b/libgnu/realloc.c
@@ -1,6 +1,6 @@
/* realloc() function that is glibc compatible.
- Copyright (C) 1997, 2003-2004, 2006-2007, 2009-2017 Free Software
+ Copyright (C) 1997, 2003-2004, 2006-2007, 2009-2018 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
@@ -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/>. */
/* written by Jim Meyering and Bruno Haible */