]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/ast/ast.factor
Switch to https urls
[factor.git] / extra / smalltalk / ast / ast.factor
index 77ead89c18b41b301ca05c9c4daea671f103599e..5d0ea9f52101bf531305482a48268d1e238bbc11 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays combinators kernel sequences strings ;
 IN: smalltalk.ast