Update copyright dates.

svn path=/trunk/yasm/; revision=2059
This commit is contained in:
Peter Johnson 2008-04-12 01:17:00 +00:00
parent 73ce31d01d
commit ef8479870e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Yasm is Copyright (c) 2001-2007 Peter Johnson and other Yasm developers.
Yasm is Copyright (c) 2001-2008 Peter Johnson and other Yasm developers.
Yasm developers and/or contributors include:
Peter Johnson

View file

@ -194,7 +194,7 @@ static opt_option options[] =
/*@observer@*/ static const char *version_msg[] = {
PACKAGE_NAME " " PACKAGE_INTVER "." PACKAGE_BUILD,
"Compiled on " __DATE__ ".",
"Copyright (c) 2001-2007 Peter Johnson and other Yasm developers.",
"Copyright (c) 2001-2008 Peter Johnson and other Yasm developers.",
"Run yasm --license for licensing overview and summary."
};