]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/gl/gl.factor
Switch to https urls
[factor.git] / extra / tetris / gl / gl.factor
index e0565c8aa01702d79d58da4dc31b8d49c5bd941e..6dd61832c9f1022cf2387c8e4e3641f2158d91d9 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: accessors arrays colors combinators kernel math opengl
 opengl.gl sequences tetris.game tetris.piece ;