From: Peter Johnson Date: Thu, 8 Feb 2007 05:02:37 +0000 (-0000) Subject: Update copyright date to 2007. X-Git-Tag: v0.6.0~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11caf966d922dc2a0005d957451128759f8555c7;p=yasm Update copyright date to 2007. Sync list of contributors with wiki/YasmTeam. svn path=/trunk/yasm/; revision=1760 --- diff --git a/COPYING b/COPYING index be3cec08..5e9221f9 100644 --- a/COPYING +++ b/COPYING @@ -1,10 +1,15 @@ -Yasm is Copyright (c) 2001-2006 Peter Johnson and other Yasm developers. +Yasm is Copyright (c) 2001-2007 Peter Johnson and other Yasm developers. Yasm developers and/or contributors include: Peter Johnson Michael Urman - Stanislav Karchebny - Brian Gladman + Brian Gladman (VC8 build files, other fixes) + Stanislav Karchebny (options parser) + Mathieu Monnier (SSE4 instruction patches) + Anonymous "NASM64" developer (NASM preprocessor fixes) + Stephen Polkowski (x86 instruction patches) + Henryk Richter (Mach-O object format) + Ben Skeggs (patches, bug reports) ----------------------------------- Yasm licensing overview and summary diff --git a/frontends/yasm/yasm.c b/frontends/yasm/yasm.c index 56305dc1..b213415b 100644 --- a/frontends/yasm/yasm.c +++ b/frontends/yasm/yasm.c @@ -180,7 +180,7 @@ static opt_option options[] = /*@observer@*/ static const char *version_msg[] = { PACKAGE_NAME " " PACKAGE_INTVER "." PACKAGE_BUILD, "Compiled on " __DATE__ ".", - "Copyright (c) 2001-2006 Peter Johnson and other Yasm developers.", + "Copyright (c) 2001-2007 Peter Johnson and other Yasm developers.", "Run yasm --license for licensing overview and summary." };