2010-09-03 15:09:26 +02:00
|
|
|
Index: frontends/tasm/tasm.c
|
2012-08-11 20:58:43 +02:00
|
|
|
===================================================================
|
|
|
|
--- frontends/tasm/tasm.c.orig
|
2010-10-27 18:43:56 +02:00
|
|
|
+++ frontends/tasm/tasm.c
|
2012-08-11 20:58:43 +02:00
|
|
|
@@ -224,7 +224,6 @@ static opt_option options[] =
|
2010-09-03 15:09:26 +02:00
|
|
|
/* version message */
|
|
|
|
/*@observer@*/ static const char *version_msg[] = {
|
2012-08-11 20:58:43 +02:00
|
|
|
PACKAGE_STRING,
|
2010-09-03 15:09:26 +02:00
|
|
|
- "Compiled on " __DATE__ ".",
|
2010-10-27 18:43:56 +02:00
|
|
|
"Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
|
2010-09-03 15:09:26 +02:00
|
|
|
"Run yasm --license for licensing overview and summary."
|
|
|
|
};
|
2012-08-11 20:58:43 +02:00
|
|
|
Index: frontends/yasm/yasm.c
|
|
|
|
===================================================================
|
|
|
|
--- frontends/yasm/yasm.c.orig
|
2010-10-27 18:43:56 +02:00
|
|
|
+++ frontends/yasm/yasm.c
|
2012-08-11 20:58:43 +02:00
|
|
|
@@ -213,7 +213,6 @@ static opt_option options[] =
|
2010-09-03 15:09:26 +02:00
|
|
|
/* version message */
|
|
|
|
/*@observer@*/ static const char *version_msg[] = {
|
2012-08-11 20:58:43 +02:00
|
|
|
PACKAGE_STRING,
|
2010-09-03 15:09:26 +02:00
|
|
|
- "Compiled on " __DATE__ ".",
|
2012-08-11 20:58:43 +02:00
|
|
|
"Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.",
|
2010-09-03 15:09:26 +02:00
|
|
|
"Run yasm --license for licensing overview and summary."
|
|
|
|
};
|