summaryrefslogtreecommitdiffstats
path: root/libgnu/qsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgnu/qsort.c')
-rw-r--r--libgnu/qsort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgnu/qsort.c b/libgnu/qsort.c
index 8cfe67f9..5d70e471 100644
--- a/libgnu/qsort.c
+++ b/libgnu/qsort.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2017 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Douglas C. Schmidt (schmidt@ics.uci.edu).
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* If you consider tuning this algorithm, you should consult first:
Engineering a sort function; Jon Bentley and M. Douglas McIlroy;