Viet-Trung Luu | f97ec84 | 2016-02-18 10:32:46 -0800 | [diff] [blame] | 1 | --- frontends/tasm/tasm.c |
| 2 | +++ frontends/tasm/tasm.c |
| 3 | @@ -224,7 +224,9 @@ |
| 4 | /* version message */ |
| 5 | /*@observer@*/ static const char *version_msg[] = { |
| 6 | PACKAGE_STRING, |
Viet-Trung Luu | 4986f09 | 2016-02-18 11:23:11 -0800 | [diff] [blame] | 7 | - "Compiled on " __DATE__ ".", |
Viet-Trung Luu | f97ec84 | 2016-02-18 10:32:46 -0800 | [diff] [blame] | 8 | "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.", |
| 9 | "Run yasm --license for licensing overview and summary." |
| 10 | }; |
| 11 | --- frontends/yasm/yasm.c |
| 12 | +++ frontends/yasm/yasm.c |
| 13 | @@ -213,7 +213,9 @@ |
| 14 | /* version message */ |
| 15 | /*@observer@*/ static const char *version_msg[] = { |
| 16 | PACKAGE_STRING, |
Viet-Trung Luu | 4986f09 | 2016-02-18 11:23:11 -0800 | [diff] [blame] | 17 | - "Compiled on " __DATE__ ".", |
Viet-Trung Luu | f97ec84 | 2016-02-18 10:32:46 -0800 | [diff] [blame] | 18 | "Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.", |
| 19 | "Run yasm --license for licensing overview and summary." |
| 20 | }; |