]> granicus.if.org Git - yasm/commitdiff
Update copyright date to 2007.
authorPeter Johnson <peter@tortall.net>
Thu, 8 Feb 2007 05:02:37 +0000 (05:02 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 8 Feb 2007 05:02:37 +0000 (05:02 -0000)
Sync list of contributors with wiki/YasmTeam.

svn path=/trunk/yasm/; revision=1760

COPYING
frontends/yasm/yasm.c

diff --git a/COPYING b/COPYING
index be3cec089f5afdff258b04144d540922feca5017..5e9221f9d0b5e7dee29ffa80d8fa6f769227bff0 100644 (file)
--- 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
index 56305dc1b0223bbb0cf8214645b70c065b7ab36c..b213415bff623e66d856d96e5b4632adf869b95d 100644 (file)
@@ -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."
 };