diff --git a/basis/help/tutorial/tutorial.factor b/basis/help/tutorial/tutorial.factor index c4f332ed8e..c3924b9c8a 100644 --- a/basis/help/tutorial/tutorial.factor +++ b/basis/help/tutorial/tutorial.factor @@ -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 " + "! Copyright (C) 2011 " "! See http://factorcode.org/license.txt for BSD license." "USING: ;" "IN: palindrome"