aboutsummaryrefslogtreecommitdiff
path: root/dirent
diff options
context:
space:
mode:
Diffstat (limited to 'dirent')
-rw-r--r--dirent/Makefile2
-rw-r--r--dirent/alphasort.c2
-rw-r--r--dirent/alphasort64.c2
-rw-r--r--dirent/closedir.c2
-rw-r--r--dirent/dirent.h2
-rw-r--r--dirent/dirfd.c2
-rw-r--r--dirent/fdopendir.c2
-rw-r--r--dirent/getdents.c2
-rw-r--r--dirent/getdents64.c2
-rw-r--r--dirent/list.c2
-rw-r--r--dirent/opendir-tst1.c2
-rw-r--r--dirent/opendir.c2
-rw-r--r--dirent/readdir.c2
-rw-r--r--dirent/readdir64.c2
-rw-r--r--dirent/readdir64_r.c2
-rw-r--r--dirent/readdir_r.c2
-rw-r--r--dirent/rewinddir.c2
-rw-r--r--dirent/scandir-cancel.c2
-rw-r--r--dirent/scandir-tail-common.c2
-rw-r--r--dirent/scandir-tail.c2
-rw-r--r--dirent/scandir.c2
-rw-r--r--dirent/scandir64-tail.c2
-rw-r--r--dirent/scandir64.c2
-rw-r--r--dirent/scandirat.c2
-rw-r--r--dirent/scandirat64.c2
-rw-r--r--dirent/seekdir.c2
-rw-r--r--dirent/telldir.c2
-rw-r--r--dirent/tst-scandir.c2
-rw-r--r--dirent/versionsort.c2
-rw-r--r--dirent/versionsort64.c2
30 files changed, 30 insertions, 30 deletions
diff --git a/dirent/Makefile b/dirent/Makefile
index 144e448..4683b57 100644
--- a/dirent/Makefile
+++ b/dirent/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 dirent portion of the library.
diff --git a/dirent/alphasort.c b/dirent/alphasort.c
index 818a8ec..6e7383f 100644
--- a/dirent/alphasort.c
+++ b/dirent/alphasort.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 <dirent.h>
diff --git a/dirent/alphasort64.c b/dirent/alphasort64.c
index 567d647..da1ef28 100644
--- a/dirent/alphasort64.c
+++ b/dirent/alphasort64.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/>. */
#define alphasort __no_alphasort_decl
#include <dirent.h>
diff --git a/dirent/closedir.c b/dirent/closedir.c
index e37c566..2a07f5d 100644
--- a/dirent/closedir.c
+++ b/dirent/closedir.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 <stddef.h>
diff --git a/dirent/dirent.h b/dirent/dirent.h
index d4650db..3f5a64f 100644
--- a/dirent/dirent.h
+++ b/dirent/dirent.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: 5.1.2 Directory Operations <dirent.h>
diff --git a/dirent/dirfd.c b/dirent/dirfd.c
index bd8c1dc..294854b 100644
--- a/dirent/dirfd.c
+++ b/dirent/dirfd.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 <dirent.h>
#include <dirstream.h>
diff --git a/dirent/fdopendir.c b/dirent/fdopendir.c
index 2c1a37a..0f66018 100644
--- a/dirent/fdopendir.c
+++ b/dirent/fdopendir.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 <stddef.h>
diff --git a/dirent/getdents.c b/dirent/getdents.c
index e7e95e2..c9ef1d6 100644
--- a/dirent/getdents.c
+++ b/dirent/getdents.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 <stddef.h>
#include <errno.h>
diff --git a/dirent/getdents64.c b/dirent/getdents64.c
index 02af6ac..54267bd 100644
--- a/dirent/getdents64.c
+++ b/dirent/getdents64.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 <stddef.h>
#include <errno.h>
diff --git a/dirent/list.c b/dirent/list.c
index f1ecee5..a6122eb 100644
--- a/dirent/list.c
+++ b/dirent/list.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 <stddef.h>
diff --git a/dirent/opendir-tst1.c b/dirent/opendir-tst1.c
index 044be66..44fe4e2 100644
--- a/dirent/opendir-tst1.c
+++ b/dirent/opendir-tst1.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 <dirent.h>
#include <errno.h>
diff --git a/dirent/opendir.c b/dirent/opendir.c
index 3533310..abedeaa 100644
--- a/dirent/opendir.c
+++ b/dirent/opendir.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 <stddef.h>
diff --git a/dirent/readdir.c b/dirent/readdir.c
index d06138e..4346718 100644
--- a/dirent/readdir.c
+++ b/dirent/readdir.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 <stddef.h>
diff --git a/dirent/readdir64.c b/dirent/readdir64.c
index 2d9c3ef..6524e10 100644
--- a/dirent/readdir64.c
+++ b/dirent/readdir64.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 <stddef.h>
diff --git a/dirent/readdir64_r.c b/dirent/readdir64_r.c
index e8a0f9a..4df20f1 100644
--- a/dirent/readdir64_r.c
+++ b/dirent/readdir64_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 <errno.h>
#include <stddef.h>
diff --git a/dirent/readdir_r.c b/dirent/readdir_r.c
index a0bd8df..1d32551 100644
--- a/dirent/readdir_r.c
+++ b/dirent/readdir_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 <errno.h>
#include <stddef.h>
diff --git a/dirent/rewinddir.c b/dirent/rewinddir.c
index cffa7fa..f6c952d 100644
--- a/dirent/rewinddir.c
+++ b/dirent/rewinddir.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 <stddef.h>
diff --git a/dirent/scandir-cancel.c b/dirent/scandir-cancel.c
index 3c137d9..f56ec16 100644
--- a/dirent/scandir-cancel.c
+++ b/dirent/scandir-cancel.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 <dirent.h>
diff --git a/dirent/scandir-tail-common.c b/dirent/scandir-tail-common.c
index f00e347..7fa3305 100644
--- a/dirent/scandir-tail-common.c
+++ b/dirent/scandir-tail-common.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 <string.h>
#include <errno.h>
diff --git a/dirent/scandir-tail.c b/dirent/scandir-tail.c
index f0505dd..6c47ce9 100644
--- a/dirent/scandir-tail.c
+++ b/dirent/scandir-tail.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 <dirent.h>
diff --git a/dirent/scandir.c b/dirent/scandir.c
index 5a13550..390d54f 100644
--- a/dirent/scandir.c
+++ b/dirent/scandir.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 <dirent.h>
diff --git a/dirent/scandir64-tail.c b/dirent/scandir64-tail.c
index 5bdfe2c..0ba2c34 100644
--- a/dirent/scandir64-tail.c
+++ b/dirent/scandir64-tail.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 <dirent.h>
diff --git a/dirent/scandir64.c b/dirent/scandir64.c
index f19dc5e..bf0fbf8 100644
--- a/dirent/scandir64.c
+++ b/dirent/scandir64.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/>. */
#define scandir __no_scandir_decl
#include <dirent.h>
diff --git a/dirent/scandirat.c b/dirent/scandirat.c
index 056bf16..97ffe6b 100644
--- a/dirent/scandirat.c
+++ b/dirent/scandirat.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 <dirent.h>
diff --git a/dirent/scandirat64.c b/dirent/scandirat64.c
index eb81840..d37ce3d 100644
--- a/dirent/scandirat64.c
+++ b/dirent/scandirat64.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/>. */
#define scandirat __no_scandirat_decl
#include <dirent.h>
diff --git a/dirent/seekdir.c b/dirent/seekdir.c
index f353099..fafc8ce 100644
--- a/dirent/seekdir.c
+++ b/dirent/seekdir.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 <sys/types.h>
#include <errno.h>
diff --git a/dirent/telldir.c b/dirent/telldir.c
index 85a3732..f47d27d 100644
--- a/dirent/telldir.c
+++ b/dirent/telldir.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/dirent/tst-scandir.c b/dirent/tst-scandir.c
index b8d85d8..b15f97e 100644
--- a/dirent/tst-scandir.c
+++ b/dirent/tst-scandir.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 <stdbool.h>
#include <dirent.h>
diff --git a/dirent/versionsort.c b/dirent/versionsort.c
index 9c91f69..dd601b7 100644
--- a/dirent/versionsort.c
+++ b/dirent/versionsort.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 <dirent.h>
diff --git a/dirent/versionsort64.c b/dirent/versionsort64.c
index 8e394b2..2c49325 100644
--- a/dirent/versionsort64.c
+++ b/dirent/versionsort64.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/>. */
#define versionsort __no_versionsort_decl
#include <dirent.h>