summaryrefslogtreecommitdiff
path: root/malloc/tst-interpose-static-nothread.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/tst-interpose-static-nothread.c')
-rw-r--r--malloc/tst-interpose-static-nothread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/malloc/tst-interpose-static-nothread.c b/malloc/tst-interpose-static-nothread.c
index 84b21572b5..a08d0c0d89 100644
--- a/malloc/tst-interpose-static-nothread.c
+++ b/malloc/tst-interpose-static-nothread.c
@@ -1,5 +1,5 @@
/* Malloc interposition test, static version without threads.
- Copyright (C) 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2016-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -14,6 +14,6 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; see the file COPYING.LIB. If
- not, see <http://www.gnu.org/licenses/>. */
+ not, see <https://www.gnu.org/licenses/>. */
#include "tst-interpose-nothread.c"