Update frontend --version copyright dates.

svn path=/trunk/yasm/; revision=2317
This commit is contained in:
Peter Johnson 2010-04-08 06:10:16 +00:00
parent 34379be2ad
commit 4003fa1bc0
2 changed files with 2 additions and 2 deletions

View file

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

View file

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