aboutsummaryrefslogtreecommitdiff
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 94297bb..9477cc6 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 68f7b6f..42a654e 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 f701f5f..1c037cf 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 57b23d8..12ee06e 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 d80d489..3318bfb 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 b23f431..cdd095e 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 eb0e53b..0d3a9f7 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 03a9a6a..45d75b4 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 28614a8..8469ccb 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 8227d52..34c4469 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 d483ea2..dc78365 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 0663c8f..3f55918 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 a22f33c..426a7d9 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 60d45a2..33c8dd7 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 b89eda1..e07fa66 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 e0a2262..0e16884 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 abab04e..d52b5fe 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 315d585..7857085 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