]> gitweb.factorcode.org Git - factor.git/commitdiff
help.tutorial: update copyright in example.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 00:55:44 +0000 (16:55 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 00:55:44 +0000 (16:55 -0800)
basis/help/tutorial/tutorial.factor

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