From 658a49d02dc6e67a0ecae2c4cd1212dfd4a9e186 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 28 Jul 2009 14:38:10 -0500 Subject: [PATCH] i just cut and pasted --- basis/byte-arrays/hex/authors.txt | 3 ++- basis/byte-arrays/hex/hex-docs.factor | 2 ++ basis/byte-arrays/hex/hex.factor | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/basis/byte-arrays/hex/authors.txt b/basis/byte-arrays/hex/authors.txt index f13c9c1e77..8f20b8c31e 100644 --- a/basis/byte-arrays/hex/authors.txt +++ b/basis/byte-arrays/hex/authors.txt @@ -1 +1,2 @@ -Joe Groff +Maxim Savchenko +Slava Pestov diff --git a/basis/byte-arrays/hex/hex-docs.factor b/basis/byte-arrays/hex/hex-docs.factor index 8c60dc2646..8a2b842fc9 100644 --- a/basis/byte-arrays/hex/hex-docs.factor +++ b/basis/byte-arrays/hex/hex-docs.factor @@ -1,3 +1,5 @@ +! Copyright (C) 2009 Maxim Savchenko, Slava Pestov. +! See http://factorcode.org/license.txt for BSD license. IN: byte-arrays.hex USING: byte-arrays help.markup help.syntax ; diff --git a/basis/byte-arrays/hex/hex.factor b/basis/byte-arrays/hex/hex.factor index 054c35dcfa..f1b9a52303 100644 --- a/basis/byte-arrays/hex/hex.factor +++ b/basis/byte-arrays/hex/hex.factor @@ -1,4 +1,4 @@ -! Copyright (C) 2009 Joe Groff. +! Copyright (C) 2009 Maxim Savchenko, Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: grouping lexer ascii parser sequences kernel math.parser ; IN: byte-arrays.hex