]> gitweb.factorcode.org Git - factor.git/commitdiff
help.tutorial: updating to 2011.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 6 Jan 2011 02:37:32 +0000 (18:37 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 6 Jan 2011 02:37:32 +0000 (18:37 -0800)
basis/help/tutorial/tutorial.factor

index c4f332ed8ed8a604eb6f407d595edf26a389cd2e..c3924b9c8a7ec5403d19353545c6db4217865e71 100644 (file)
@@ -24,7 +24,7 @@ $nl
 ARTICLE: "first-program-logic" "Writing some logic in your first program"
 "Your " { $snippet "palindrome.factor" } " file should look like the following after the previous section:"
 { $code
-    "! Copyright (C) 2010 <your name here>"
+    "! Copyright (C) 2011 <your name here>"
     "! See http://factorcode.org/license.txt for BSD license."
     "USING: ;"
     "IN: palindrome"