]> gitweb.factorcode.org Git - factor.git/commitdiff
Updating links to use https
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Aug 2023 23:38:21 +0000 (16:38 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Aug 2023 23:38:40 +0000 (16:38 -0700)
extra/brain-flak/brain-flak-docs.factor
extra/brain-flak/brain-flak-tests.factor
extra/brain-flak/brain-flak.factor
extra/chipmunk/demo/demo.factor
extra/chipmunk/ffi/ffi.factor
extra/macho/macho.factor
extra/raylib/raylib.factor
extra/readline/ffi/ffi.factor

index dda6f059c581218a2546031be806b4f608c5f579..fc2d8f88e97e6792ffaa2a2d465323955a35e491 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2023 Aleksander Sabak.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: help.markup help.syntax kernel sequences strings urls ;
 IN: brain-flak
 
index 31f2a6a042c430d022805cfefb72494f66c1f17b..55e9397cf526813b5b8aaf01ed638a1f3e332671 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2023 Aleksander Sabak.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors brain-flak combinators.short-circuit kernel
     strings tools.test ;
 IN: brain-flak.tests
index da804668834e35ecc82c60ff198b68b93ce56ed3..717fb30aa615eda270fd76d653c279d85248dad3 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2023 Aleksander Sabak.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors assocs combinators combinators.short-circuit
 kernel math sequences sets splitting strings.parser vectors ;
 IN: brain-flak
index 132229b1bc4140711a4f870d20d0dfb17d246c58..85f11c3bd99d36ed78111ec7743b6d1ccebdf8f0 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: accessors alien alien.c-types alien.data chipmunk.ffi
 classes.struct game.loop game.worlds kernel literals locals
 math method-chains opengl.gl random sequences specialized-arrays
index 27ee16b8ce87154cb45f5da16d78a4dd74da9ab8..f9357bcbd37d2d6512a485c6656ddd38fc123a9b 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: accessors alien alien.c-types alien.data alien.libraries
 alien.syntax classes.struct combinators combinators.short-circuit
 kernel math math.order sequences typed specialized-arrays system ;
index 1f0732b380e8c14ee5e0009fe30af66e019837cc..94864865cf725f00e170f68ca80cc459eb7022d9 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: accessors alien alien.c-types alien.data alien.strings
 alien.syntax classes classes.struct combinators
 combinators.short-circuit io.encodings.ascii io.encodings.string
index 787b5b6b68b5f01e60b8b47183a56a9962995be7..192c49f45a2ed2e2f70405f6cb6c15ec765c4074 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2019 Jack Lucas
-! See http:! factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 ! These should be complete bindings to the Raylib library. (v4.0)
 ! Most of the comments are included from the original header
 ! for your convenience.
index fbbba58c7cd590c3501543951df1e86955bac925..f3b72ba2f10ed67c9f7d0d911a15f23d7ba443d2 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: accessors alien alien.c-types alien.libraries
 alien.syntax classes.struct combinators kernel libc math
 namespaces system unix.types ;