From 2387969da1a5c2a77d1a2bfe97a02d7f27ae2482 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Thu, 10 Mar 2011 23:29:04 +0900 Subject: [PATCH 1/3] fry: copyright header cleanup --- basis/fry/fry.factor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/basis/fry/fry.factor b/basis/fry/fry.factor index e58253692f..bf69f440bd 100644 --- a/basis/fry/fry.factor +++ b/basis/fry/fry.factor @@ -1,4 +1,5 @@ -! (c)2009 Slava Pestov, Eduardo Cavazos, Joe Groff bsd license +! Copyright (C) 2009 Slava Pestov, Eduardo Cavazos, Joe Groff. +! See http://factorcode.org/license.txt for BSD license. USING: accessors combinators kernel locals.backend math parser quotations sequences sets splitting words ; IN: fry @@ -78,7 +79,7 @@ INSTANCE: fried-callable fried ] if-empty ; : prune-curries ( seq -- seq' ) - dup [ empty? not ] find + dup [ empty? not ] find [ [ 1 + tail ] dip but-last prefix ] [ 2drop { } ] if* ; From f306f71288fdf7e7cbdc1aaaf0f0cd016dc015c4 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Mon, 4 Apr 2011 11:06:46 +0900 Subject: [PATCH 2/3] fry: normalize copyright header in test file --- basis/fry/fry-tests.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basis/fry/fry-tests.factor b/basis/fry/fry-tests.factor index b341c462be..48e267bc52 100644 --- a/basis/fry/fry-tests.factor +++ b/basis/fry/fry-tests.factor @@ -1,4 +1,5 @@ -! (c)2009 Slava Pestov, Eduardo Cavazos, Joe Groff bsd license +! Copyright (C) 2009 Slava Pestov, Eduardo Cavazos, Joe Groff. +! See http://factorcode.org/license.txt for BSD license. USING: fry tools.test math prettyprint kernel io arrays sequences eval accessors ; IN: fry.tests From 6fe6afd52a1b76222029d595375b0a4efa7c62f9 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Mon, 4 Apr 2011 13:26:39 +0900 Subject: [PATCH 3/3] build-support/factor.sh: update help information --- build-support/factor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/factor.sh b/build-support/factor.sh index 52a989b78d..8045a5fe7e 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -551,7 +551,7 @@ install_build_system_port() { } usage() { - $ECHO "usage: $0 install|install-x11|install-macosx|self-update|quick-update|update|bootstrap|dlls|net-bootstrap|make-target|report [optional-target]" + $ECHO "usage: $0 install|install-x11|install-macosx|self-update|quick-update|update|bootstrap|net-bootstrap|make-target|report [optional-target]" $ECHO "If you are behind a firewall, invoke as:" $ECHO "env GIT_PROTOCOL=http $0 " $ECHO ""