2014-10-17 13:47:46 +02:00
|
|
|
Index: yasm-1.3.0/frontends/tasm/tasm.c
|
2012-08-11 20:58:43 +02:00
|
|
|
===================================================================
|
2014-10-17 13:47:46 +02:00
|
|
|
--- yasm-1.3.0.orig/frontends/tasm/tasm.c
|
|
|
|
+++ yasm-1.3.0/frontends/tasm/tasm.c
|
|
|
|
@@ -228,7 +228,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."
|
|
|
|
};
|
2014-10-17 13:47:46 +02:00
|
|
|
Index: yasm-1.3.0/frontends/vsyasm/vsyasm.c
|
2012-08-11 20:58:43 +02:00
|
|
|
===================================================================
|
2014-10-17 13:47:46 +02:00
|
|
|
--- yasm-1.3.0.orig/frontends/vsyasm/vsyasm.c
|
|
|
|
+++ yasm-1.3.0/frontends/vsyasm/vsyasm.c
|
|
|
|
@@ -220,7 +220,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__ ".",
|
2014-10-17 13:47:46 +02:00
|
|
|
"Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
|
|
|
|
"Run yasm --license for licensing overview and summary."
|
|
|
|
};
|
|
|
|
Index: yasm-1.3.0/frontends/yasm/yasm.c
|
|
|
|
===================================================================
|
|
|
|
--- yasm-1.3.0.orig/frontends/yasm/yasm.c
|
|
|
|
+++ yasm-1.3.0/frontends/yasm/yasm.c
|
|
|
|
@@ -217,7 +217,6 @@ static opt_option options[] =
|
|
|
|
/* version message */
|
|
|
|
/*@observer@*/ static const char *version_msg[] = {
|
|
|
|
PACKAGE_STRING,
|
|
|
|
- "Compiled on " __DATE__ ".",
|
|
|
|
"Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.",
|
2010-09-03 15:09:26 +02:00
|
|
|
"Run yasm --license for licensing overview and summary."
|
|
|
|
};
|