]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ip-parser/ip-parser.factor
Switch to https urls
[factor.git] / basis / ip-parser / ip-parser.factor
index d08477d5f9f62baf7e27fe6223ee11ea70a20fdb..d7d8e68ef58a3f01bb3bcebaf46783ee3b456775 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2012-2014 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 USING: byte-arrays combinators combinators.short-circuit kernel
 math math.bitwise math.parser sequences splitting ;