Bump copyright dates for 2014.

This commit is contained in:
Peter Johnson 2014-08-10 00:51:51 -07:00
parent 822bdfb4a8
commit f701862b1b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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