diff options
Diffstat (limited to 'timezone')
-rw-r--r-- | timezone/Makefile | 2 | ||||
-rw-r--r-- | timezone/tst-timezone.c | 2 | ||||
-rw-r--r-- | timezone/tst-tzset.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/timezone/Makefile b/timezone/Makefile index 493deca790..e149459cb3 100644 --- a/timezone/Makefile +++ b/timezone/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 timezone information diff --git a/timezone/tst-timezone.c b/timezone/tst-timezone.c index c4d6880256..79b38f9abf 100644 --- a/timezone/tst-timezone.c +++ b/timezone/tst-timezone.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 <time.h> #include <stdio.h> diff --git a/timezone/tst-tzset.c b/timezone/tst-tzset.c index 2498aec9f9..299db6f1fa 100644 --- a/timezone/tst-tzset.c +++ b/timezone/tst-tzset.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 _GNU_SOURCE 1 |