X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Frot13%2Frot13.factor;fp=extra%2Frot13%2Frot13.factor;h=443d9d59d80c4ed845c2fdd377a2501b447defce;hp=b364f4530d4f0d3f9aa405fb03b7d17cc7883577;hb=25236d56df9b39c607a6af75d4e16273201031bd;hpb=bad642188a0f79c0b57503f6f1afd2e6135d8f35 diff --git a/extra/rot13/rot13.factor b/extra/rot13/rot13.factor index b364f4530d..443d9d59d8 100644 --- a/extra/rot13/rot13.factor +++ b/extra/rot13/rot13.factor @@ -1,5 +1,5 @@ ! Copyright (C) 2006 Daniel Ehrenberg -! See http://factorcode.org/license.txt for BSD license. +! See https://factorcode.org/license.txt for BSD license. USING: kernel math sequences io combinators ascii ; IN: rot13