summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2010-04-08 06:13:03 +0000
committerPeter Johnson <peter@tortall.net>2010-04-08 06:13:03 +0000
commit21889fc92df46a9d39a82d1f428ed29c16124e4f (patch)
treeef38339927e23c5a18f4d0ddb4b42b6cc2fea04f
parent08829eb4e4a71e5e7c011015fe4379fea4daf6fa (diff)
downloadyasm-21889fc92df46a9d39a82d1f428ed29c16124e4f.tar.gz
Merge [2317] from trunk.
svn path=/branches/yasm-1.0/; revision=2318
-rw-r--r--frontends/tasm/tasm.c2
-rw-r--r--frontends/yasm/yasm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontends/tasm/tasm.c b/frontends/tasm/tasm.c
index 70f9573a..400e1baf 100644
--- a/frontends/tasm/tasm.c
+++ b/frontends/tasm/tasm.c
@@ -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."
};
diff --git a/frontends/yasm/yasm.c b/frontends/yasm/yasm.c
index 05d0dfe7..ca049756 100644
--- a/frontends/yasm/yasm.c
+++ b/frontends/yasm/yasm.c
@@ -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."
};