]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/tetris.factor
Switch to https urls
[factor.git] / extra / tetris / tetris.factor
index 38376124151a6bc0cbae2a74d1dfd89ce38440c2..74f3b2a4d5b2394859f09703e632b13615828afa 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 calendar kernel make math.parser sequences
 tetris.game tetris.gl timers ui ui.gadgets ui.gadgets.status-bar
 ui.gadgets.worlds ui.gestures ui.render ;