]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/errors/errors-tests.factor
calendar.format: make duration>human-readable more human readable
[factor.git] / basis / windows / errors / errors-tests.factor
index 9ec63d41e0833e3391a82ab57885c3509677c8c5..8401983440775690a5e0608496c7174b8a3bedfd 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: tools.test windows.errors strings ;
 
 { t } [ 0 n>win32-error-string string? ] unit-test