]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/buffers/buffers.factor
Switch to https urls
[factor.git] / basis / io / buffers / buffers.factor
index 16fd7439764ace84345803d425a51e23c9f600cf..31e86187b86f0cd69a514f2472e62ddf35c11a9d 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2004, 2005 Mackenzie Straight.
 ! Copyright (C) 2006, 2010 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors alien alien.accessors alien.data byte-arrays
 combinators destructors kernel libc math math.order math.private
 sequences sequences.private typed ;