summaryrefslogtreecommitdiff
path: root/rdoff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-07-06 11:09:11 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-07-06 11:09:11 -0700
commit8ee2e244eb2d55f64b297efd13eed9137cb4ee43 (patch)
tree5c9ea8ab6edbf0b0adf227a8f9429431547f006c /rdoff
parent0bc3bf61dbf1c774a71965b7cc8f145d359d25b2 (diff)
downloadnasm-8ee2e244eb2d55f64b297efd13eed9137cb4ee43.tar.gz
NASM: relicense under the 2-clause BSD license
*To the best of my knowledge*, we now have authorization from everyone who has significantly contributed to NASM in the past. As such, change the license to the 2-clause BSD license. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'rdoff')
-rw-r--r--rdoff/rdlar.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/rdoff/rdlar.c b/rdoff/rdlar.c
index c63ad3a8..98b0f8f6 100644
--- a/rdoff/rdlar.c
+++ b/rdoff/rdlar.c
@@ -93,10 +93,7 @@ static void int32_ttolocal(int32_t *l)
*/
void show_version(void)
{
- puts("New RDOFF2 librarian/archiver, version " PROGRAM_VERSION "\n"
- "Copyright (c) 2002 RET & COM Research.\n"
- "This program is free software and distributed under GPL (version 2 or later);\n"
- "see http://www.gnu.org/copyleft/gpl.html for details.");
+ puts("New RDOFF2 librarian/archiver, version " PROGRAM_VERSION);
}
/*