]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sorting/sorting.factor
factor: update http to https for licenses
[factor.git] / core / sorting / sorting.factor
index cc3cbfca432e1a8aee3302e9b08542bb71d52f18..949c306a67e79e18434170487b87ead97db9141e 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2005, 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs growable.private hashtables
 kernel kernel.private math math.order math.private sequences
 sequences.private vectors ;