diff options
Diffstat (limited to 'gshadow')
-rw-r--r-- | gshadow/Makefile | 2 | ||||
-rw-r--r-- | gshadow/fgetsgent.c | 2 | ||||
-rw-r--r-- | gshadow/fgetsgent_r.c | 2 | ||||
-rw-r--r-- | gshadow/getsgent.c | 2 | ||||
-rw-r--r-- | gshadow/getsgent_r.c | 2 | ||||
-rw-r--r-- | gshadow/getsgnam.c | 2 | ||||
-rw-r--r-- | gshadow/getsgnam_r.c | 2 | ||||
-rw-r--r-- | gshadow/gshadow.h | 2 | ||||
-rw-r--r-- | gshadow/putsgent.c | 2 | ||||
-rw-r--r-- | gshadow/sgetsgent.c | 2 | ||||
-rw-r--r-- | gshadow/sgetsgent_r.c | 2 | ||||
-rw-r--r-- | gshadow/tst-putsgent.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/gshadow/Makefile b/gshadow/Makefile index edf298e..8787cd3 100644 --- a/gshadow/Makefile +++ b/gshadow/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/>. # # Makefile for gshadow. diff --git a/gshadow/fgetsgent.c b/gshadow/fgetsgent.c index 46c206c..4e0b98b 100644 --- a/gshadow/fgetsgent.c +++ b/gshadow/fgetsgent.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 <libc-lock.h> diff --git a/gshadow/fgetsgent_r.c b/gshadow/fgetsgent_r.c index 19a663f..70a4117 100644 --- a/gshadow/fgetsgent_r.c +++ b/gshadow/fgetsgent_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/gshadow/getsgent.c b/gshadow/getsgent.c index 8f080f0..e05bb9d 100644 --- a/gshadow/getsgent.c +++ b/gshadow/getsgent.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 <gshadow.h> diff --git a/gshadow/getsgent_r.c b/gshadow/getsgent_r.c index e3ac1e5..7fdfb17 100644 --- a/gshadow/getsgent_r.c +++ b/gshadow/getsgent_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 <gshadow.h> diff --git a/gshadow/getsgnam.c b/gshadow/getsgnam.c index c7ff58c..fa7ac5c 100644 --- a/gshadow/getsgnam.c +++ b/gshadow/getsgnam.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 <gshadow.h> diff --git a/gshadow/getsgnam_r.c b/gshadow/getsgnam_r.c index 936e594..de778ba 100644 --- a/gshadow/getsgnam_r.c +++ b/gshadow/getsgnam_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 <gshadow.h> diff --git a/gshadow/gshadow.h b/gshadow/gshadow.h index c199808..f9c6935 100644 --- a/gshadow/gshadow.h +++ b/gshadow/gshadow.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/>. */ /* Declaration of types and functions for shadow group suite. */ diff --git a/gshadow/putsgent.c b/gshadow/putsgent.c index 46a06db..587e90e 100644 --- a/gshadow/putsgent.c +++ b/gshadow/putsgent.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 <stdbool.h> diff --git a/gshadow/sgetsgent.c b/gshadow/sgetsgent.c index 2cb02ed..1853634 100644 --- a/gshadow/sgetsgent.c +++ b/gshadow/sgetsgent.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 <libc-lock.h> diff --git a/gshadow/sgetsgent_r.c b/gshadow/sgetsgent_r.c index 53e6b7d..3bc7791 100644 --- a/gshadow/sgetsgent_r.c +++ b/gshadow/sgetsgent_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/gshadow/tst-putsgent.c b/gshadow/tst-putsgent.c index 6946483..666a9d1 100644 --- a/gshadow/tst-putsgent.c +++ b/gshadow/tst-putsgent.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 <gshadow.h> |