]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - crypt/md5-crypt.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / crypt / md5-crypt.c
index 3cf02ff74c80b825aaea75fa6f5d9d13cd5862e9..5044b0c2720cbd1d67f3e699eb29ebfbc4091371 100644 (file)
@@ -1,6 +1,6 @@
 /* One way encryption based on MD5 sum.
    Compatible with the behavior of MD5 crypt introduced in FreeBSD 2.0.
-   Copyright (C) 1996-2018 Free Software Foundation, Inc.
+   Copyright (C) 1996-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
@@ -16,7 +16,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 <assert.h>
 #include <errno.h>