about summary refs log tree commit diff
path: root/grp
diff options
context:
space:
mode:
Diffstat (limited to 'grp')
-rw-r--r--grp/Makefile2
-rw-r--r--grp/fgetgrent.c2
-rw-r--r--grp/fgetgrent_r.c2
-rw-r--r--grp/getgrent.c2
-rw-r--r--grp/getgrent_r.c2
-rw-r--r--grp/getgrgid.c2
-rw-r--r--grp/getgrgid_r.c2
-rw-r--r--grp/getgrnam.c2
-rw-r--r--grp/getgrnam_r.c2
-rw-r--r--grp/grp-merge.c2
-rw-r--r--grp/grp-merge.h2
-rw-r--r--grp/grp.h2
-rw-r--r--grp/initgroups.c2
-rw-r--r--grp/putgrent.c2
-rw-r--r--grp/setgroups.c2
-rw-r--r--grp/tst-putgrent.c2
-rw-r--r--grp/tst_fgetgrent.c2
-rw-r--r--grp/tst_fgetgrent.sh2
18 files changed, 18 insertions, 18 deletions
diff --git a/grp/Makefile b/grp/Makefile
index 94297bb734..9477cc67de 100644
--- a/grp/Makefile
+++ b/grp/Makefile
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #	Sub-makefile for grp portion of the library.
diff --git a/grp/fgetgrent.c b/grp/fgetgrent.c
index 68f7b6fc42..42a654e428 100644
--- a/grp/fgetgrent.c
+++ b/grp/fgetgrent.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <grp.h>
diff --git a/grp/fgetgrent_r.c b/grp/fgetgrent_r.c
index f701f5fd2f..1c037cfac6 100644
--- a/grp/fgetgrent_r.c
+++ b/grp/fgetgrent_r.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <ctype.h>
 #include <errno.h>
diff --git a/grp/getgrent.c b/grp/getgrent.c
index 57b23d8b1b..12ee06ea26 100644
--- a/grp/getgrent.c
+++ b/grp/getgrent.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <grp.h>
 
diff --git a/grp/getgrent_r.c b/grp/getgrent_r.c
index d80d489192..3318bfb488 100644
--- a/grp/getgrent_r.c
+++ b/grp/getgrent_r.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <grp.h>
 
diff --git a/grp/getgrgid.c b/grp/getgrgid.c
index b23f431935..cdd095e5d6 100644
--- a/grp/getgrgid.c
+++ b/grp/getgrgid.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <grp.h>
 
diff --git a/grp/getgrgid_r.c b/grp/getgrgid_r.c
index eb0e53bca8..0d3a9f7810 100644
--- a/grp/getgrgid_r.c
+++ b/grp/getgrgid_r.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <grp.h>
 
diff --git a/grp/getgrnam.c b/grp/getgrnam.c
index 03a9a6a0eb..45d75b4680 100644
--- a/grp/getgrnam.c
+++ b/grp/getgrnam.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <grp.h>
 
diff --git a/grp/getgrnam_r.c b/grp/getgrnam_r.c
index 28614a8065..8469ccb34c 100644
--- a/grp/getgrnam_r.c
+++ b/grp/getgrnam_r.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <grp.h>
 
diff --git a/grp/grp-merge.c b/grp/grp-merge.c
index 8227d52ea5..34c4469148 100644
--- a/grp/grp-merge.c
+++ b/grp/grp-merge.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdlib.h>
diff --git a/grp/grp-merge.h b/grp/grp-merge.h
index d483ea2bf1..dc7836567c 100644
--- a/grp/grp-merge.h
+++ b/grp/grp-merge.h
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _GRP_MERGE_H
 #define _GRP_MERGE_H 1
diff --git a/grp/grp.h b/grp/grp.h
index 0663c8f83c..3f559188b7 100644
--- a/grp/grp.h
+++ b/grp/grp.h
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *	POSIX Standard: 9.2.1 Group Database Access	<grp.h>
diff --git a/grp/initgroups.c b/grp/initgroups.c
index a22f33c934..426a7d9d73 100644
--- a/grp/initgroups.c
+++ b/grp/initgroups.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <assert.h>
 #include <errno.h>
diff --git a/grp/putgrent.c b/grp/putgrent.c
index 60d45a2d6c..33c8dd7e09 100644
--- a/grp/putgrent.c
+++ b/grp/putgrent.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <nss.h>
diff --git a/grp/setgroups.c b/grp/setgroups.c
index b89eda1c18..e07fa66da4 100644
--- a/grp/setgroups.c
+++ b/grp/setgroups.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
diff --git a/grp/tst-putgrent.c b/grp/tst-putgrent.c
index e0a226256a..0e16884db6 100644
--- a/grp/tst-putgrent.c
+++ b/grp/tst-putgrent.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <grp.h>
diff --git a/grp/tst_fgetgrent.c b/grp/tst_fgetgrent.c
index abab04e08c..d52b5fe34c 100644
--- a/grp/tst_fgetgrent.c
+++ b/grp/tst_fgetgrent.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <grp.h>
 #include <stdio.h>
diff --git a/grp/tst_fgetgrent.sh b/grp/tst_fgetgrent.sh
index 315d58521b..78570854c5 100644
--- a/grp/tst_fgetgrent.sh
+++ b/grp/tst_fgetgrent.sh
@@ -15,7 +15,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 set -e