]> gitweb.factorcode.org Git - factor.git/commitdiff
help.tutorial: updating to 2011
authorKeita Haga <keitahaga@mail.com>
Sat, 15 Jan 2011 03:50:47 +0000 (12:50 +0900)
committerKeita Haga <keitahaga@mail.com>
Sat, 15 Jan 2011 03:52:14 +0000 (12:52 +0900)
basis/help/tutorial/tutorial.factor

index c3924b9c8a7ec5403d19353545c6db4217865e71..ce9c4b4676ccbf3012e1030a70bd9210ffca7e9c 100644 (file)
@@ -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 <your name here>"
+    "! Copyright (C) 2011 <your name here>"
     "! See http://factorcode.org/license.txt for BSD license."
     "USING: kernel sequences ;"
     "IN: palindrome"