diff options
Diffstat (limited to 'dirent')
-rw-r--r-- | dirent/Makefile | 2 | ||||
-rw-r--r-- | dirent/alphasort.c | 2 | ||||
-rw-r--r-- | dirent/alphasort64.c | 2 | ||||
-rw-r--r-- | dirent/closedir.c | 2 | ||||
-rw-r--r-- | dirent/dirent.h | 2 | ||||
-rw-r--r-- | dirent/dirfd.c | 2 | ||||
-rw-r--r-- | dirent/fdopendir.c | 2 | ||||
-rw-r--r-- | dirent/getdents.c | 2 | ||||
-rw-r--r-- | dirent/getdents64.c | 2 | ||||
-rw-r--r-- | dirent/list.c | 2 | ||||
-rw-r--r-- | dirent/opendir-tst1.c | 2 | ||||
-rw-r--r-- | dirent/opendir.c | 2 | ||||
-rw-r--r-- | dirent/readdir.c | 2 | ||||
-rw-r--r-- | dirent/readdir64.c | 2 | ||||
-rw-r--r-- | dirent/readdir64_r.c | 2 | ||||
-rw-r--r-- | dirent/readdir_r.c | 2 | ||||
-rw-r--r-- | dirent/rewinddir.c | 2 | ||||
-rw-r--r-- | dirent/scandir-cancel.c | 2 | ||||
-rw-r--r-- | dirent/scandir-tail-common.c | 2 | ||||
-rw-r--r-- | dirent/scandir-tail.c | 2 | ||||
-rw-r--r-- | dirent/scandir.c | 2 | ||||
-rw-r--r-- | dirent/scandir64-tail.c | 2 | ||||
-rw-r--r-- | dirent/scandir64.c | 2 | ||||
-rw-r--r-- | dirent/scandirat.c | 2 | ||||
-rw-r--r-- | dirent/scandirat64.c | 2 | ||||
-rw-r--r-- | dirent/seekdir.c | 2 | ||||
-rw-r--r-- | dirent/telldir.c | 2 | ||||
-rw-r--r-- | dirent/tst-scandir.c | 2 | ||||
-rw-r--r-- | dirent/versionsort.c | 2 | ||||
-rw-r--r-- | dirent/versionsort64.c | 2 |
30 files changed, 30 insertions, 30 deletions
diff --git a/dirent/Makefile b/dirent/Makefile index 144e448b3d..4683b57c02 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 818a8ec62f..6e7383f66f 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 567d647e07..da1ef28029 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 e37c566aa6..2a07f5d359 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 d4650db17e..3f5a64f7ee 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 bd8c1dc6b8..294854b839 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 2c1a37a18e..0f66018cf9 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 e7e95e2445..c9ef1d6449 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 02af6ac216..54267bd6fa 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 f1ecee5eee..a6122ebec0 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 044be66bea..44fe4e22ea 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 3533310a4a..abedeaac56 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 d06138e229..4346718edb 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 2d9c3ef15d..6524e10727 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 e8a0f9ac2e..4df20f1748 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 a0bd8df641..1d325512aa 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 cffa7fae88..f6c952dc8f 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 3c137d9af9..f56ec163bc 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 f00e3473fe..7fa330503a 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 f0505dd9f9..6c47ce939f 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 5a13550fff..390d54f885 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 5bdfe2c3e4..0ba2c34daf 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 f19dc5ed10..bf0fbf8989 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 056bf1612c..97ffe6b8d4 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 eb81840402..d37ce3decd 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 f3530993b8..fafc8ce61c 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 85a373252f..f47d27d3fe 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 b8d85d8ae0..b15f97ece9 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 9c91f69380..dd601b75c5 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 8e394b2a25..2c49325127 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> |