From 9e78024bad107fe786cc3e5e328a475921ea0873 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 22 Sep 2019 23:23:20 -0700 Subject: Update some URLs This is a clerical change that mostly changes http: to https: in URLs where either will work. It also updates some URLs that have moved, removes some URLs that no longer work, and fixes related text. --- lib/bitset/array.c | 2 +- lib/bitset/array.h | 2 +- lib/bitset/base.h | 2 +- lib/bitset/list.c | 2 +- lib/bitset/list.h | 2 +- lib/bitset/stats.c | 2 +- lib/bitset/stats.h | 2 +- lib/bitset/table.c | 2 +- lib/bitset/table.h | 2 +- lib/bitset/vector.c | 2 +- lib/bitset/vector.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'lib/bitset') diff --git a/lib/bitset/array.c b/lib/bitset/array.c index fde9fa24f5..d46a73cde2 100644 --- a/lib/bitset/array.c +++ b/lib/bitset/array.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 . */ + along with this program. If not, see . */ #include diff --git a/lib/bitset/array.h b/lib/bitset/array.h index 6f49a2e047..5842387920 100644 --- a/lib/bitset/array.h +++ b/lib/bitset/array.h @@ -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 . */ + along with this program. If not, see . */ #ifndef _BITSET_ARRAY_H #define _BITSET_ARRAY_H diff --git a/lib/bitset/base.h b/lib/bitset/base.h index fe1b8fbe12..d1a15818d2 100644 --- a/lib/bitset/base.h +++ b/lib/bitset/base.h @@ -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 . */ + along with this program. If not, see . */ #ifndef _BITSET_BASE_H #define _BITSET_BASE_H diff --git a/lib/bitset/list.c b/lib/bitset/list.c index fe1b52869b..1a23fed075 100644 --- a/lib/bitset/list.c +++ b/lib/bitset/list.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 . */ + along with this program. If not, see . */ #include diff --git a/lib/bitset/list.h b/lib/bitset/list.h index a0fc09f8c6..b87e6f29a1 100644 --- a/lib/bitset/list.h +++ b/lib/bitset/list.h @@ -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 . */ + along with this program. If not, see . */ #ifndef _BITSET_LIST_H #define _BITSET_LIST_H diff --git a/lib/bitset/stats.c b/lib/bitset/stats.c index fd1ca5912a..45d67eee6c 100644 --- a/lib/bitset/stats.c +++ b/lib/bitset/stats.c @@ -15,7 +15,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 . */ + along with this program. If not, see . */ /* This file is a wrapper bitset implementation for the other bitset implementations. It provides bitset compatibility checking and diff --git a/lib/bitset/stats.h b/lib/bitset/stats.h index 95e64dc4e5..f5780456b7 100644 --- a/lib/bitset/stats.h +++ b/lib/bitset/stats.h @@ -15,7 +15,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 . */ + along with this program. If not, see . */ #ifndef _BITSET_STATS_H #define _BITSET_STATS_H diff --git a/lib/bitset/table.c b/lib/bitset/table.c index 7691d9805d..9142aa5f81 100644 --- a/lib/bitset/table.c +++ b/lib/bitset/table.c @@ -15,7 +15,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 . */ + along with this program. If not, see . */ #include diff --git a/lib/bitset/table.h b/lib/bitset/table.h index 6c781adde3..ebcb1c5850 100644 --- a/lib/bitset/table.h +++ b/lib/bitset/table.h @@ -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 . */ + along with this program. If not, see . */ #ifndef _BITSET_TABLE_H #define _BITSET_TABLE_H diff --git a/lib/bitset/vector.c b/lib/bitset/vector.c index ac9ba803b6..935e64482f 100644 --- a/lib/bitset/vector.c +++ b/lib/bitset/vector.c @@ -15,7 +15,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 . */ + along with this program. If not, see . */ #include diff --git a/lib/bitset/vector.h b/lib/bitset/vector.h index 1f5b94dea0..34fa49823e 100644 --- a/lib/bitset/vector.h +++ b/lib/bitset/vector.h @@ -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 . */ + along with this program. If not, see . */ #ifndef _BITSET_VECTOR_H #define _BITSET_VECTOR_H -- cgit v1.2.1