]> gitweb.factorcode.org Git - factor.git/blobdiff - core/lexer/lexer.factor
Switch to https urls
[factor.git] / core / lexer / lexer.factor
index 438ab1ac186b640c2e7d26c24c1014a8d407d53a..57f88b525b3f6380e6fa692176f539fc92e4dfb1 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2010 Slava Pestov, Joe Groff.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays classes combinators continuations io
 kernel math math.parser namespaces sequences source-files.errors
 strings vectors ;