]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tools/uniq/uniq.factor
Switch to https urls
[factor.git] / extra / tools / uniq / uniq.factor
index f2c5cb6192a7deecb89d3a4f5f67cf2ce083c4de..b65633e793bdb3c93d9c6a69421ce17ced1f8446 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2011 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: command-line io io.encodings.utf8 io.files kernel
 namespaces sets sequences ;