]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/effects/blur/blur.factor
Switch to https urls
[factor.git] / extra / gpu / effects / blur / blur.factor
index 3394be77f292c9c0a5b057788027be281a08bdee..fbbc2bf9f0a3cdc5e5f02946f9e34bbb54f2be13 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2010 Erik Charlebois.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: destructors gpu.render gpu.shaders gpu.state gpu.textures
 gpu.util images kernel math math.rectangles sequences ;
 IN: gpu.effects.blur