]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/qsort.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / stdlib / qsort.c
index 17c42b3112710cc928cc232667586baee2cd7577..d225832125ef8a8a2928210575b1acc17b4e0f93 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/>.  */
 
 /* If you consider tuning this algorithm, you should consult first:
    Engineering a sort function; Jon Bentley and M. Douglas McIlroy;