]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/opengl/textures/textures-tests.factor
Switch to https urls
[factor.git] / basis / opengl / textures / textures-tests.factor
index 6fe209fdf51f6dd451192d216378f188fb3b3147..d80fa70fe7752fc6669084888cffbf6b45206dc6 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 images kernel literals opengl.gl
 opengl.textures opengl.textures.private sequences tools.test ;