--- gforth/kernel/int.fs 2010/04/25 18:27:10 1.176 +++ gforth/kernel/int.fs 2010/12/31 18:09:02 1.177 @@ -1,6 +1,6 @@ \ definitions needed for interpreter only -\ Copyright (C) 1995-2000,2004,2005,2007,2009 Free Software Foundation, Inc. +\ Copyright (C) 1995-2000,2004,2005,2007,2009,2010 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -1040,7 +1040,7 @@ Defer mark-end : (bootmessage) ( -- ) ." Gforth " version-string type - ." , Copyright (C) 1995-2009 Free Software Foundation, Inc." cr + ." , Copyright (C) 1995-2009,2010 Free Software Foundation, Inc." cr ." Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'" [ has? os [IF] ] cr ." Type `bye' to exit"