summaryrefslogtreecommitdiff
path: root/lib/bitset
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-09-22 23:23:20 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-09-22 23:25:29 -0700
commit9e78024bad107fe786cc3e5e328a475921ea0873 (patch)
tree15cecf41e2eb10fdca8b44a78379cea6c20a87f1 /lib/bitset
parentcb5185a539e681cbe26a6ee0de6f0f214d0ca5c0 (diff)
downloadgnulib-9e78024bad107fe786cc3e5e328a475921ea0873.tar.gz
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.
Diffstat (limited to 'lib/bitset')
-rw-r--r--lib/bitset/array.c2
-rw-r--r--lib/bitset/array.h2
-rw-r--r--lib/bitset/base.h2
-rw-r--r--lib/bitset/list.c2
-rw-r--r--lib/bitset/list.h2
-rw-r--r--lib/bitset/stats.c2
-rw-r--r--lib/bitset/stats.h2
-rw-r--r--lib/bitset/table.c2
-rw-r--r--lib/bitset/table.h2
-rw-r--r--lib/bitset/vector.c2
-rw-r--r--lib/bitset/vector.h2
11 files changed, 11 insertions, 11 deletions
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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* 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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#ifndef _BITSET_VECTOR_H
#define _BITSET_VECTOR_H