]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/tetromino/tetromino.factor
Switch to https urls
[factor.git] / extra / tetris / tetromino / tetromino.factor
index 8ef06eb173cd74d91091c64c3fbcfe20f591e86c..3bfc0dc0f3fa87764234baaf3de57052a6b24c68 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2006, 2007, 2008 Alex Chapman
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 
 USING: colors math namespaces random sequences ;