summaryrefslogtreecommitdiffstats
path: root/libgnu/sysexits.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgnu/sysexits.in.h')
-rw-r--r--libgnu/sysexits.in.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgnu/sysexits.in.h b/libgnu/sysexits.in.h
index e631b9c8..9ea88be2 100644
--- a/libgnu/sysexits.in.h
+++ b/libgnu/sysexits.in.h
@@ -1,5 +1,5 @@
/* exit() exit codes for some BSD system programs.
- Copyright (C) 2003, 2006-2017 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2006-2018 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -12,7 +12,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 Simon Josefsson based on sysexits(3) man page */
@@ -27,7 +27,7 @@
/* IRIX 6.5 has an <unistd.h> that defines a macro EX_OK with a nonzero
value. Override it. See
- <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00361.html> */
+ <https://lists.gnu.org/r/bug-gnulib/2007-03/msg00361.html> */
# ifdef __sgi
# include <unistd.h>
# undef EX_OK