summaryrefslogtreecommitdiffstats
path: root/libgnu/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgnu/strsep.c')
-rw-r--r--libgnu/strsep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgnu/strsep.c b/libgnu/strsep.c
index 609494c2..7618142b 100644
--- a/libgnu/strsep.c
+++ b/libgnu/strsep.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2007, 2009-2017 Free Software Foundation, Inc.
+/* Copyright (C) 2004, 2007, 2009-2018 Free Software Foundation, Inc.
Written by Yoann Vandoorselaere <yoann@prelude-ids.org>.
@@ -13,7 +13,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/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>