]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/prettyprint/prettyprint.factor
Switch to https urls
[factor.git] / basis / regexp / prettyprint / prettyprint.factor
index fd7def208db70f00fcea9e5fe249ed592cef98c8..58bf9909e3bdd75afee53c2fe7d4c72246f94b6f 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2009 Doug Coleman, Daniel Ehrenberg.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors kernel make prettyprint.backend
 prettyprint.custom regexp regexp.parser splitting ;