summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-01-29 13:45:28 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-01-29 13:48:43 -0800
commitb4582f1918ee3ae2a797276b4b56500702aa8fc8 (patch)
treec7a0c6125517096eb1c31df094ba398e6ff357f9 /lib
parent77a8b84fc8bbe39dc231a1f657fd56a50fac5855 (diff)
downloadbison-b4582f1918ee3ae2a797276b4b56500702aa8fc8.tar.gz
Update URLs to prefer https: to http:
Also, fix a few http: URLs that were no longer working.
Diffstat (limited to 'lib')
-rw-r--r--lib/get-errno.c2
-rw-r--r--lib/get-errno.h2
-rw-r--r--lib/local.mk2
-rw-r--r--lib/main.c2
-rw-r--r--lib/timevar.def2
-rw-r--r--lib/yyerror.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/get-errno.c b/lib/get-errno.c
index 1db3800e..5be2b68b 100644
--- a/lib/get-errno.c
+++ b/lib/get-errno.c
@@ -14,7 +14,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 Paul Eggert. */
diff --git a/lib/get-errno.h b/lib/get-errno.h
index af761764..378e44e9 100644
--- a/lib/get-errno.h
+++ b/lib/get-errno.h
@@ -14,7 +14,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/>. */
extern int get_errno (void);
extern void set_errno (int);
diff --git a/lib/local.mk b/lib/local.mk
index db0b9489..792a2bf4 100644
--- a/lib/local.mk
+++ b/lib/local.mk
@@ -11,7 +11,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/>.
include lib/gnulib.mk
diff --git a/lib/main.c b/lib/main.c
index 84f84ca0..7895ab14 100644
--- a/lib/main.c
+++ b/lib/main.c
@@ -16,7 +16,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/>. */
#include <config.h>
#include <locale.h>
diff --git a/lib/timevar.def b/lib/timevar.def
index e24e7eab..ef7be200 100644
--- a/lib/timevar.def
+++ b/lib/timevar.def
@@ -19,7 +19,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/>. */
/* This file contains timing variable definitions, used by timevar.h
and timevar.c.
diff --git a/lib/yyerror.c b/lib/yyerror.c
index fe25d1fc..9551868c 100644
--- a/lib/yyerror.c
+++ b/lib/yyerror.c
@@ -16,7 +16,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/>. */
#include <config.h>