From f306f71288fdf7e7cbdc1aaaf0f0cd016dc015c4 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Mon, 4 Apr 2011 11:06:46 +0900 Subject: [PATCH] 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