]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/simple-tokenizer/simple-tokenizer.factor
Switch to https urls
[factor.git] / basis / simple-tokenizer / simple-tokenizer.factor
index 544052bce702fa0169f8364e75c91d940d852fac..be111698bcda3734256743dd36fc5063a5a88c68 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2010 Slava Pestov
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: peg.ebnf multiline strings ;
 IN: simple-tokenizer