From c12412ba29cfa988d8a2352bab1d1a040523451d Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Sat, 15 Jan 2011 12:50:47 +0900 Subject: [PATCH] help.tutorial: updating to 2011 --- basis/help/tutorial/tutorial.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/tutorial/tutorial.factor b/basis/help/tutorial/tutorial.factor index c3924b9c8a..ce9c4b4676 100644 --- a/basis/help/tutorial/tutorial.factor +++ b/basis/help/tutorial/tutorial.factor @@ -60,7 +60,7 @@ $nl ARTICLE: "first-program-test" "Testing your first program" "Your " { $snippet "palindrome.factor" } " file should look like the following after the previous section:" { $code - "! Copyright (C) 2009 " + "! Copyright (C) 2011 " "! See http://factorcode.org/license.txt for BSD license." "USING: kernel sequences ;" "IN: palindrome"