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 edf298e777..8787cd3bfc 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 46c206c8eb..4e0b98bf1d 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 19a663f048..70a411758f 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 8f080f0b60..e05bb9d8cf 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 e3ac1e58db..7fdfb17707 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 c7ff58cafe..fa7ac5cc25 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 936e5942b8..de778baf78 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 c1998083e6..f9c6935cde 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 46a06dbba3..587e90e79e 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 2cb02edc61..1853634d9b 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 53e6b7d887..3bc77910d3 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 69464834d0..666a9d1210 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> |