summaryrefslogtreecommitdiff
path: root/nptl/tst-rwlock11.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-rwlock11.c')
-rw-r--r--nptl/tst-rwlock11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-rwlock11.c b/nptl/tst-rwlock11.c
index ba818c6921..123d133ff4 100644
--- a/nptl/tst-rwlock11.c
+++ b/nptl/tst-rwlock11.c
@@ -1,5 +1,5 @@
/* Test program for timedout read/write lock functions.
- Copyright (C) 2003-2018 Free Software Foundation, Inc.
+ Copyright (C) 2003-2019 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
@@ -14,7 +14,7 @@
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/>. */
#define KIND PTHREAD_RWLOCK_PREFER_READER_NP
#include "tst-rwlock9.c"