]> granicus.if.org Git - yasm/commitdiff
Update frontend --version copyright dates.
authorPeter Johnson <peter@tortall.net>
Thu, 8 Apr 2010 06:10:16 +0000 (06:10 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 8 Apr 2010 06:10:16 +0000 (06:10 -0000)
svn path=/trunk/yasm/; revision=2317

frontends/tasm/tasm.c
frontends/yasm/yasm.c

index 70f9573a5a20fbba5968ca18d06b77ba26c8c3a4..400e1baf7cd497d9d3352167f61e367e3100b50d 100644 (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."
 };
 
index 05d0dfe7de03e446298a791dd13adccfd2b957a2..ca04975639f0a7c518a2974fc392f97bdb3430a0 100644 (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."
 };