]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/eval/eval.factor
Switch to https urls
[factor.git] / extra / smalltalk / eval / eval.factor
index 545c1d933c20f786c0b2a9230bbe724a3365f5b1..739815f23af29d0945d9e3a621cf8a5bd53524a6 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: compiler.units io.encodings.utf8 io.files
 smalltalk.compiler smalltalk.parser ;
 IN: smalltalk.eval