]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/gdiplus/gdiplus.factor
Switch to https urls
[factor.git] / basis / windows / gdiplus / gdiplus.factor
index 607daa704da12be6015ccfb6b04aed3a75d6aa38..4acee1d7a4be39d1626df00ca113b9058f4e3f03 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2010 Joe Groff.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: alien.c-types alien.data alien.destructors alien.syntax
 classes.struct init kernel literals math namespaces windows.com
 windows.com.syntax windows.kernel32 windows.ole32 windows.types ;