]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/compiler/assignment/assignment.factor
Switch to https urls
[factor.git] / extra / smalltalk / compiler / assignment / assignment.factor
index 99d8d6b6b37b669ef4acffec4603832edbde106f..ef69352c4ff30aea07d011240ffe1ffe19ba3d10 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 kernel sequences sets smalltalk.ast ;
 IN: smalltalk.compiler.assignment