]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/endian/endian.factor
Switch to https urls
[factor.git] / basis / endian / endian.factor
index 7038f9c54882a6f3f29c5cdf1ce1ad28cde46917..7bf5de95de24658d4b6e817a003ae10f60d5937f 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: alien.c-types alien.data byte-arrays combinators
 combinators.smart grouping hints kernel math math.bitwise
 ranges namespaces sequences sequences.generalizations ;