]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/tst-atexit.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / stdlib / tst-atexit.c
index ac4db781c3dad63f394e7bb7c94979a123c3b711..cb0535cfd412f91f28190dbe65c63a6e53b2b63a 100644 (file)
@@ -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/>.  */
 
 #define ATEXIT(fn) atexit (fn)
 #define EXIT(x) exit (x)