blob: 80fd767292b1cdeda91522c887e8835bea48bd25 [file] [log] [blame]
Viet-Trung Luuf97ec842016-02-18 10:32:46 -08001--- 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 Luu4986f092016-02-18 11:23:11 -08007- "Compiled on " __DATE__ ".",
Viet-Trung Luuf97ec842016-02-18 10:32:46 -08008 "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 Luu4986f092016-02-18 11:23:11 -080017- "Compiled on " __DATE__ ".",
Viet-Trung Luuf97ec842016-02-18 10:32:46 -080018 "Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.",
19 "Run yasm --license for licensing overview and summary."
20 };