From 4003fa1bc0c69cf7cc08119b7452e3b8c68829cb Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Thu, 8 Apr 2010 06:10:16 +0000 Subject: [PATCH] Update frontend --version copyright dates. svn path=/trunk/yasm/; revision=2317 --- frontends/tasm/tasm.c | 2 +- frontends/yasm/yasm.c | 2 +- 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." }; -- 2.40.0