mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Merge [2058] and [2059] from trunk.
svn path=/branches/yasm-0.7.x/; revision=2060
This commit is contained in:
parent
b2d86721c8
commit
ea23c1e2b9
3 changed files with 3 additions and 3 deletions
2
COPYING
2
COPYING
|
|
@ -1,4 +1,4 @@
|
|||
Yasm is Copyright (c) 2001-2007 Peter Johnson and other Yasm developers.
|
||||
Yasm is Copyright (c) 2001-2008 Peter Johnson and other Yasm developers.
|
||||
|
||||
Yasm developers and/or contributors include:
|
||||
Peter Johnson
|
||||
|
|
|
|||
2
HACKING
2
HACKING
|
|
@ -66,7 +66,7 @@ requires in a packaged distribution. Programs required:
|
|||
* m4
|
||||
* gettext
|
||||
* make (GNU preferred)
|
||||
* bison
|
||||
* Python
|
||||
* gcc
|
||||
|
||||
To rebuild the manpages from the DocBook XML files, the program "xmlto" and
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ static opt_option options[] =
|
|||
/*@observer@*/ static const char *version_msg[] = {
|
||||
PACKAGE_NAME " " PACKAGE_INTVER "." PACKAGE_BUILD,
|
||||
"Compiled on " __DATE__ ".",
|
||||
"Copyright (c) 2001-2007 Peter Johnson and other Yasm developers.",
|
||||
"Copyright (c) 2001-2008 Peter Johnson and other Yasm developers.",
|
||||
"Run yasm --license for licensing overview and summary."
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue