]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/tsearch.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / misc / tsearch.c
index edf0fec9712a8c9647324f43b65dc11b26aed53a..5f0dc771923533cf287033611ce3308849afe6ed 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/>.  */
 
 /* Tree search for red/black trees.
    The algorithm for adding nodes is taken from one of the many "Algorithms"