Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-05-21 22:59:42 +0400
committerKent Mein <mein@cs.umn.edu>2003-05-21 22:59:42 +0400
commit64f0bdd9546df2662824c8a54a96db7a9bff1110 (patch)
tree58894b9ddb95e1832f4ac9514eabeec8bf0d86cd /doc
parent19e892b2d99def07a0806acbdf15476c804cc556 (diff)
Moved the misc txt files into the doc dir...
I wasn't sure maybe the two license files should be put in the root dir instead.... I also reformated the bf-members.txt file a little to nuke extra spaces and newlines (as well as updated my entry to include my name instead of just sirdude... It looks like there are some special chars in it that someone should fixup, not sure what they are suppose to be though) Kent
Diffstat (limited to 'doc')
-rw-r--r--doc/BL-license.txt48
-rw-r--r--doc/GPL-license.txt340
-rw-r--r--doc/bf-members.txt1392
3 files changed, 1780 insertions, 0 deletions
diff --git a/doc/BL-license.txt b/doc/BL-license.txt
new file mode 100644
index 00000000000..606d3ef6cef
--- /dev/null
+++ b/doc/BL-license.txt
@@ -0,0 +1,48 @@
+Blender License 1.0 (the "BL", see http://www.blender.org/BL/ ).
+
+Copyright (C) 2002 Blender Foundation. All Rights Reserved.
+
+For teams that don't want to operate under the GPL, we're also offering
+this "non-GPL" Blender License option. This means that you can download
+the latest sources and tools via FTP or CVS from our site and sign an
+additional agreement with the Blender Foundation, so you can keep your
+source modifications confidential. Contact the Blender Foundation via
+email at license@blender.org so we can discuss how we handle the
+practical matters.
+
+A signed agreement allows you to do business with proprietary code, make
+special derived versions, sell executables, projects or services,
+provided that:
+
+1. The BL-ed code remains copyrighted by the original owners, and cannot
+be transferred to other parties
+
+2. The BL-ed code cannot be published or re-distributed in any way, and
+only be available for the internal staff that works directly on the
+software itself. Employees of partners with which you co-develop on the
+projects that include BL-ed code are considered 'internal staff' also.
+
+3. The BL-ed code can be used (sold, distributed) in parts or in its
+whole only as an executable or as a compiled library/module and its
+header files.
+
+4. The usage of the name Blender or the Blender logo is not included in
+this license. Instead 'including Blender Foundation release X' (or
+similar) can be used, with 'X' the version number of the initial Blender
+Foundation release which you started with.
+
+5. Note that this BL has no authority over some of the external
+libraries licenses which Blender links with.
+
+Additionally you get :
+
+1. The right to use Blender Foundation source updates for a 1 year
+period.
+
+2. Support. Details to be determined by the additional agreement.
+
+You are invited to donate your proprietary changes back to the open
+source community after a reasonable time period. You are of course free
+to choose not to do this.
+
+End of BL terms and conditions.
diff --git a/doc/GPL-license.txt b/doc/GPL-license.txt
new file mode 100644
index 00000000000..14db8fc79db
--- /dev/null
+++ b/doc/GPL-license.txt
@@ -0,0 +1,340 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ <signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General
+Public License instead of this License.
diff --git a/doc/bf-members.txt b/doc/bf-members.txt
new file mode 100644
index 00000000000..7ff891c15ce
--- /dev/null
+++ b/doc/bf-members.txt
@@ -0,0 +1,1392 @@
+Blender Foundation Members
+
+Special thanks to the following people, who have supported the Blender Foundation
+by donating at least USD 50 to pay for opening the Blender sources:
+(in chronological order):
+
+Bradley Keyes
+Robert Knop
+Thomas Brown
+Adam Goodenough
+Steven Tally
+Jason Tally
+Alan Taylor
+Pascal COMPAGNON
+Christopher Koppler
+Matthew P. Carter
+Gideon Vaala
+F.O. Bossert
+Frank Mayhar
+Peter Volgyesi
+Mark E. Nelmes
+Peter Lammers
+Craig Maloney
+daniel e vertseegh
+Freek Zijlmans
+Anthony Ogden
+Anders Dys
+Gerald Saunders
+Fernando Cordas
+Joshua Smith
+Max R. Huskins
+imarend
+Olaf Arnold
+Eric Van Hensbergen
+Christian Reichlin
+brian moore
+Anthony Walker
+Carsten Hšfer
+Raymond Fordham
+David Megginson
+Jason Schmidt
+Christopher Walden
+Robert van Straten
+Daniel Schwartz
+ekzakt
+Jellybean
+Streit Eric
+Bob Ippolito
+Keith Frederick
+Ryan Heimbuch
+Martin Hess
+Shigeo Yoshida
+Rens Houben
+Jun IIO
+Derek Gladding
+Adam Wendt
+Habib Loew
+Jani Turkia
+Warren Landon
+Chip Lynch
+Hans Ruedisueli
+Keith Jones
+Eugenio Mario Longo
+Philippe Tanguay
+nekurai
+Ricardo Kustner
+Peter Van Loock
+Jun-ichi OKAMURA
+alain dejoux
+dario trombino
+Kenneth Johansson
+Felix Schwarz
+Eugenio Diaz
+Aoki Katsutoshi
+Norman J. Harman Jr.
+Ralf Habel
+Ken Payne
+DEBEUX Sylvain
+Douglas Philips
+Lai Che Hung
+Johan Bolmsjš
+Aaron Mitchell
+Teinye Horsfall
+Martin Marbach
+Jason Poole
+Cesar Delgado
+Gareth Clay
+Paul Wasserman
+Joeri Sebrechts
+Johannes Lehtinen
+Marcio L. Teixeira
+James A. Peltier
+George E. Nimmer III
+Matthew Fite
+Ken Sedgwick
+Gary Baltzell
+lukas schroeder
+Dan Lyke
+Mark Thorpe
+A.D. Arul Nirai Selvan
+Herbert Pštzl
+Andy Payne
+LAFFITTE Benoit (KenjForce)
+James Ertle
+Tom Turelinckx
+Rigo Ketelings
+Bryan Green
+Suzuki Akihiro
+Mason Staugler
+Guillaume Randon
+francois Gombault
+Harald Thelen
+Graziano Roccon
+Jonathan DuBois
+Jason Luros
+Drew M. Snyder
+Jesse DeFer
+Michael Keith
+Gaetano Tinat
+Ferris McCormick
+Sherman Boyd
+Thomas C Anth Jr
+Joseph Catto
+Damian Soto
+John Walsh
+Stephen Rosman
+Ross Hopkins
+Robert Wenzlaff
+Joe Galat
+LinuxFrench.NET
+Thomas Erichsen
+Gary E. Deschaines
+Denis McCarthy
+Michael Dowman
+John (J5) Palmieri
+alphawolf
+Peter Paul Fink
+Charles F. McKnight
+Avi Schwartz
+Jim Witte
+Jens Ansorg
+William Bate
+Ron Romano
+Marc Schraffenberger
+Steve Thompson
+Martin Whitaker
+Kendall Dugger
+Brice Due
+Simon Vogl
+Bernd Koestler
+clŽment CORDIER
+CreationAnimation.com
+Pete Carss
+HERSEN Antoine
+Charles R. Tersteeg
+James T Burnett
+Shawn Legrand
+David Choice
+patrick amaru
+David Eck
+Gabriel Welsche
+Henning von Zitzewitz
+Chris Impink
+Den Giles
+Jon Cisewski
+Ricki Myers
+Luis Collado
+Robert G. Watkins
+Rainer Perl
+YAGI, Toshiki
+Bruno Nitrosso
+Athalyba / Blender Brasil
+Dave Whittington
+Darryl Luscombe
+Benjamin A Moore
+Andreas Kollegger
+Stamatis Logos
+Ray Kelm
+Albrecht Jacobs
+Mirko Horstmann
+Ranjit Mathew
+Jaron Blackburn
+Antonio Hui
+Scott Moore
+CSN media
+Scott Carle
+Ted Milker
+Lars Brinkhoff
+Louise Edwards
+Alex Ruano
+Art Rozenbaum
+Manuel Hossfeld
+Brandon Ehle
+Lou Bruce
+ROMASZEWSKI
+cadic jean-yves
+Ralf Pietersz
+KAZY
+serge Jadot
+HervŽ LOUINET
+Tom Houtman
+Magnus Kššhler
+Martin Sinnaeve
+Kevin Yank
+Tomoichi Iriyama
+THIBAULT
+Dr Steven J. Baines
+Hans-Peter Berger
+Jeffrey D. Holland
+Philip XP Talbot
+Peter Haight
+Krister Bruhwel
+the Smoos
+Hohenegger Michael
+Alejandro Gabriel y Galan
+Boyer
+Alwin Eilers
+Tyberghein Jorrit
+Jaroslav Benkovsky
+Gianluigi Belli
+Naoki Abe
+NOTTE Jean-Pierre
+Jack Way
+Bjšrn Westlin
+Mitch Magee
+wizoptic
+Jake Edge
+David Hoover
+Xabier Go–i
+Daniel Fort
+Erik Noteboom
+Pavel Vostatek
+Javier Belanche Alonso
+Jeffrey Blank
+Nathan Ryan
+Peter Wrangell
+Josef Sie§
+Timm Krumnack
+Steve Martin
+Shigeru Matsumoto
+Marko Kohtala
+Aleix Conchillo
+Curtis Smith
+Tatjana Svizensky
+Matt Graham
+Karo Launonen
+Nikolaj Brandt Jensen
+Jean-Michel Smith
+Nathan Clegg
+Joaquim Carvalho
+Bomholt
+Martin Imobersteg
+Jordan
+Justin Warwick
+barussaud
+Eric Molbert
+Ben Berck
+Jacco van Beek
+Dominic Agoro-Ombaka
+Colin Foster
+Sascha Adler
+Stuart Duncan
+Brendon Smith
+SŽbastien COLLETTE
+Clemens Auer
+Kay Fricke
+Fabian Fagerholm
+Norman Lin
+Aaron Digulla
+Camilo Moreno
+Detlev Reppin
+Denis NICOLAS
+Armin Antons
+Darren Heighington
+Mario Latronico
+Frank Meier
+Joerg Frochte
+Matthew Ingle
+Anters
+Bjoern C. Schaefer
+STEMax
+Jeff Cox
+Trevor Ratliff
+Matt Henley
+Franois VALETTE
+Rob Saunders
+Mike Luethi
+Rami Aubourg-Kaires
+Matthew Thomas
+Allan Jacobsen
+Adam Lowe
+David Hostetler
+Lo•c Vigneras
+Dan Reiland
+Pedro D’az del Arco
+Pierre Beyssac
+Chris Davey
+YOSHIAKI Nishino
+Cyber Perk
+Fabrizio Cali
+Harunobu Yoda
+Gerrit Jan Baarda
+LarstiQ
+Ico Doornekamp
+Emiel den Biesen
+Willem Zwarthoed
+Carl Giesberts
+Buzz
+lieve vanderschaeve
+Margreet de Brie
+hans verwaal
+Saskia van Dijk
+Martin Gosch
+Alexander Konopka
+Thomas Gebert
+Gerard de Vries
+Hans Lambermont
+Kim Beumer
+Kay Thust
+Alexander Jung
+Tony Corlett
+Olivier Thouverey
+Hideo Nomoto
+Giel Peters
+Ray Poynter
+Edoardo Galvagno
+Pim Feijen
+Hua-lun Li
+William Reynish
+Bryan Carpenter
+Jim Scott
+NGUYEN Fabien
+Dave Stone
+Andy Kugyelka
+Andrew Ross
+MerieJean-Christophe
+Marko Mestrovic
+Jack
+Lars Gunnar West
+Wile E. Coyote
+Rick Clark
+Carlos A. Duque
+Franck Barnier
+Matt Shirley
+Viktor Zacek
+Peter Williamson
+Chema Celorio
+Paul Cleveland
+Guo-Rong Koh
+Andrew Potter
+Daniel Smeltzer
+Cativo
+Dmitri Bichko
+Jeremy Brinkley
+Stephen Saville
+Michael Proto
+Kurt Korbatits
+Ruan Muller
+Mike Beggs
+Beat Schiess
+Sven Marcel Buchholz
+Enrique Monfort
+Simon Posnjak
+Steven Ahkim
+theGyre
+William Marble
+Allen Smith
+Joshua SS Miller
+Mike Edwards (PinkFreud)
+Mark D. Butala
+Auriea Harvey&Michael Samyn
+Randy Newman
+Leslie Spring
+Marc Schefer
+Dean Edmonds
+David Whitehouse
+Tim Humphrey
+Phillip Richdale
+Jason McHugh
+Claudio de Sario
+Artur Kedzierski
+Richard Garcia
+Isaac Rivas Alvarez
+Kiernan Holland
+Holger Malessa
+Masanori Okuda
+Andrea Maracci
+Kai-Peter BŠckman
+Gregg Patton
+Luis M Ibarra
+Julian Green
+Christian Bender
+Mark Winkelman
+Ebbe L. Nielsen
+Carlos Orozco
+magnetHead
+KrŸckel Oliver
+Thomas Ingham
+Wes Devauld
+Uwe Steinmann
+Jesus Gonzalez
+DenMeridiS
+Marc Hofer
+Marko Mestrovic
+Leslie Owen Everett
+Knut Bueltemann
+Eric Garaventa
+Wolfram Schwenzer
+Edwin Brouwer
+mauro ujetto
+Franck Vibert
+Daniel Pacheco
+Justin Shumaker
+Steve Wallace
+Forensic Engineering Inc.
+Steve Mackay
+NDNWarrior
+Christopher Gray
+Darius Clarke (Socinian)
+Jean-SŽbastien SEVESTRE
+Douglas Fellows
+Craig Symons
+Quincin Gonjon
+Brian B. Kelley
+Kie Brooks
+Scott Whitney
+kwbrads
+Keijiro Takahashi
+Geno Ruffalo
+Zzeb
+Peter Dohnt
+Jeff E Schram
+ernst bunders
+Nobutoshi Shigemori
+Mariano Aured
+Rab Gordon
+Kurt Maurer
+Ron Cavagnaro (doogs)
+Johan Bjorklund
+Cyril M. Hansen
+JOSEPH GRACI
+Rafael Rubio
+fabrice meynard
+Emilio Aguirre
+Mark Lewis
+Markus Q. Roberts
+Christoher Bartak
+Peter Truog
+Eric Dynowski
+Philipp GŸhring
+Pierre-Yves RANNO
+Jason Nollan (Cluh)
+Launay Jean-Claude
+Wayne Buckhanan
+Jan Magne Landsvik
+Douglas Dragan Njegovan
+Brian David Hale
+Randal Walser
+Matthew A. Nicholson
+Thomas
+Phillip Kinsley
+Jerome Zago
+David Rosky
+TROJANI Cedric
+David Polston
+Patrick Mullen
+Tetsuya Okuno
+Bodo JŠger
+Leon Brooks
+Cedric Adjih
+Michael L. Fisher
+Dan Tomalesky
+Sky Schulz
+Scott Brickert
+James Purdon
+Miles Langham
+N Yiannakoulias
+Stephen Swaney
+www.artwave.nl
+Take Vos
+sspickle
+Denis Oliver Kropp
+Gustavo
+rodgers whittington jr
+George Dvorak
+Norman J Davis, Jr.
+Javier Velazquez
+John Tougas
+John Howland
+Steve Organek
+Jano Lukac
+David Cardon
+Mick Balaban
+Michael Kaufman
+Viper Expo
+Chassoulier
+Sjoerd Zaalberg van Zelst
+B. Douglas Hilton
+Benoit CANTAGREL
+Kai Fischer
+Mark Osborne
+Michael Hollenbeck
+iconjunky
+luca de giorgi
+Jonathan Mullen
+Javier Fernandez-Ivern
+Reuben Burgess
+Olivier Scalbert
+claudio luis Rogers
+Jeremy Peterson
+Mark Streutker
+Lourens Veen
+Neil Davis
+John McGurk
+Stephen Teegarden
+Dave LeCompte
+Michael Lang
+Mortal_Enemy
+Arigo Stanescu
+Vincent Stoessel
+Adrian Virnig
+Chris Dixon
+Travis Cole
+MŒrten MŒrtensson
+Evan Scott
+Mark Coletti
+Ken Burke
+Karl Holland
+ScRaze
+Wilco Wilbrink
+chris montijn
+Michael Wagenmann
+Viktor Pracht
+henrik wilming
+Jim Evins
+Christophe Massaloux
+Marc Sommer
+Luc Stepniewski
+Eric M. Clark
+Iain Russell
+Thomas Bleicher
+Anthony Zishka
+Jefferson Dubrule
+Esa PiirilŠ
+Bill Thiede
+William Anderson
+Alexander Kittel
+Joe Tennies
+Sam Cable
+Christian Peper
+Joshua Frederick
+Steve Sutton
+Pete Toscano
+Michael Zucchi
+Peter Degenhardt
+Horizont Entertainment
+Olivier Bornet
+Richard D. Laudenslager
+sha
+John DiLauro
+John Miller
+Frederic Crozat
+Matt Welland
+Paul CalcŽ
+Joe Prochilo
+Justin Shafer
+Joe Croft
+Detlef Mueller
+Raschbacher Thomas
+Alain Gallo
+Phuoc Ngo
+Krabat
+Derek Harmison
+SŽbastien Devine
+Kenneth P. Stox
+Wade Felde
+Kai Groshert
+Michael Soibelman
+janine dalisda-davis
+Philippe Raxhon
+Daniel Sheridan
+Michael Pressler
+Daniel Lundqvist
+Tim Oertel
+James Ahlschwede
+William Henstrom
+PETIT-PHAR Patrice
+Marc-Aurele DARCHE
+Wei-ju Wu
+Robert Wilson
+Gerald Severs
+Alejandro Conty Estevez
+Tetsuya Yatagai
+David Dolder
+Luigi Cristiano
+Posse Press / Romain Canonge
+Vania Smrkovski
+Bartosch Pixa
+Dr. Jens Rosenboom
+Gunnar Stahl
+Robert Kroeger
+Martin Forisch
+Guillermina Manon
+Randal D. Adams
+Kevin Reagh (kevin3D)
+Wolfgang KŸhn
+BEAUSOLEIL Arnaud
+Stan Jakubek
+Klaus Brand
+Holger Mueller
+Fankhauser
+Jon McCallum
+Rob Olsen
+Joel Davis
+Kenneth Bledsoe
+James F. Campanella
+Jens Kilian
+wim hendrix
+Karri Kaksonen
+Luis Roldan
+Jason L. Shiffer
+Jacco Marks
+Dale Schoeck
+Agustin Catalan
+A. T. Meinen
+Kamiel Wanrooij
+Samuel Seay
+Mike Schaudies
+Robert Sherwood
+Fernando Villalon Panzano
+Jšrg Roschke
+Carl Symons
+Peter Pichler
+Alan Heckart
+seth nagy
+pelletier
+Jeff Kowalczyk
+LIONEL ALLORGE
+Bhishma Patel
+Richard Rowell
+Barbara Seaton
+Aschwin van der Woude
+William J Black
+Kars Meyboom
+Glen Nakamura
+Jim Belcher
+Tim Scott
+mea van amstel
+Robert-Reinder Nederhoed
+Neil Hunt
+WizardNx
+Brad Choate
+scott schoen
+Dan Merillat
+Martin Krueger
+Samuel Greenfeld
+Damon Tkoch
+Colin Millar
+Mike Roseman
+Patrick Trussell
+Hans-Peter Bock
+Daniel Haertle
+Wiremu Te Kani
+Joep Mathijssen
+LATRY
+Witold Hazuka
+geoff marshall
+dave howard
+Jan Zielinski
+Fernando Buelna Sanchez
+Timo Mihaljov
+Allard Willem van den Brul
+T.J.T van Kooten
+Thijs van der Vossen
+Antonio de Santis
+Jama Poulsen
+Robert Emanuele
+Timothy Lord
+Tom Parker
+Jarrod Willard
+Leon Merts
+Tom Dow
+Eric Anholt
+mercier
+Marc van Kempen
+wim van hoydonck
+Joe Hacobian
+Jose Luis Fresquet Febrer
+toni calmardo
+Sam Littlewood
+Charles Wardlaw
+Javier Rodriguez
+Michael C. Schwab
+Corey Bell
+Emmanuel Preveraud de La Boutresse
+Davide Desogus
+Larry Phillips
+Marko Teiste
+John Roesink
+Legrand Johan
+Jeff Boody
+James Turner
+Peter Petrakis
+Ravi Ravindran
+dickie
+Rene Geerlings
+Richard Braakman
+Arthur Frenslich
+Carsten Schmidt
+Ronny Martin
+Erwin Kuiper
+Lopez-Garcia, Juan-Carlos
+Rau, Bernhard
+Stephen Uithoven
+Ken Beyer
+Matjaz Jakopec
+Eckhard M. JŠger
+Mike Siebach
+John Harger
+Justin W. Carper
+Markus Weber
+Elena Grandi
+Arndt Heuvel
+Miguel Cancela Da Fonseca
+Kirk Lancaster
+Phillip Elliott
+Chris Halsall
+Andre Voitel
+benjamin scheers
+Robinder S. Bains
+David Brunton
+David Brown
+Craig Duncan
+du Song
+Ben Wart
+Eryk Kedzierski
+Ronald Hayden
+Raymond de Vries
+David Johnson
+Kenichi Fujihiro
+WANG
+Chris Weber
+Christian Lehmann
+DENDIEVEL Stephane
+Bryan Jaycox
+Karl Bartel
+Ralph Howes
+Matthew J. Stott
+Omar Priego
+ke Westerstršm
+Imago Viva
+James E Hill
+Rune Myrland
+James Hill
+Nick
+Ramiro Santos
+Giuseppe Chiesa
+Philippe Ney
+Tom Woodyard
+Jim Gray
+Jim Newman
+Robert I Black III
+Peter Marouelli
+Ian Roberts
+Guy Van Rentergem
+Jose Luis Perez Rubio
+Gabriel Mainberger
+Klein Poelhuis
+Luke Sargeant
+Edomaur
+robert stok
+Karl J. Smith
+Harry Splinter
+Paul Boese
+Dave Mata
+piet visser
+Nicolas Christin
+Erik Zidowecki
+Markus Michael Egger
+Edward R. Helwig
+Alyx Flannery
+raphael betemps
+Masahiro Takahata
+Claude Bilat
+Mario Palomo
+Neipi
+Grethus Bode
+Jan MŸller
+Mark Pearson
+Stanislav Osicka
+DataCare Solutions AG
+Russell Elliott
+Antonio Campos
+bordeaux samuel
+Herman Vereycken
+Sergio Avila
+George Dobrozemsky
+Ocie Mitchell
+Ryuuji Kusajima
+Nick Austin
+Edward Wei
+Gregg Tavares
+Aaron Bredon
+Hideki Suzuki
+josef radinger
+Robert Friemer
+Jšrg Zastrau
+Burton Bicksler
+Kimmo Mšsš
+Robert F Johnson
+Mark Johnson
+Avi Bercovich
+Mike Armitage
+Roy Jones
+Kathleen Sinnott
+Per-Erik Westerberg
+Reid Ellis
+Phillip J. Birmingham
+Ken Jordan
+Duffaud
+Marco Ardito
+Simon Suter
+Tobias Huelsdau
+Winfried EnglŠnder
+Stephen Groundwater
+Joel Ray Holveck
+Mag. Tibor Rudas
+Hartmut Wolf
+Douglas Jones
+brett hartshorn
+Beat MŠgert
+Javon Prince
+bri
+James Klicman
+Harvey Fong
+jeroen v.d. Meulen
+Wim Vandersmissen
+Carlos Moreno Rodr’guez
+Trausti Kristjansson
+Larry Snyder
+olivier
+jip
+Thomas Hintz
+Daan van der Munnik
+gideon
+jared
+Erick I. Jimenez Alvarado
+John Martinez
+Daniel Stephens
+Alaric Haag
+Michael Edwards
+Sam Tregillus
+Joe Pribele
+Jeffry Archambeault
+robert schiffers
+shane smith
+elout de kok
+Felix Esser
+Dietrich Lange
+Richard Clark
+errol garner
+Jose M Cerqueira Esteves
+Jeroen Janssen
+Sven Meyer
+Mike Bayer
+Arash Vahdat
+Bernd Hoppe
+Tobias Geiger
+Ronnie Stevens
+W. van Ophoven
+Artem Baguinski
+Peter Morse
+Nicholas Phillips
+Leo Mannhart
+philippe eygonnet
+Hans Klerk
+wes uchida
+Guido Winkelmann
+Doug Ferguson
+Robert Lindsay
+John Lovgren
+Rogers Cadenhead
+Philippe Crassous
+Dirk Krause
+lexpattison
+Fred Roberts
+Njin-Zu Chen
+GUILLON Marc
+Felix Klock
+Ernesto Salas Rodr’guez
+Pavel Roskin
+Jaap
+Stefan Maass
+Adam Bower
+Gary Thomas
+Chris Gottbrath
+seyssel claude
+Chris Winberry
+Chip Collier
+Balint Reczey
+Nuno Sucena Almeida
+Landon Bradshaw
+Chua Mei Ling
+JC Hythloday
+Dustin Knie
+artshow
+Ralf Gauglitz
+Ted Schundler
+Bernard Hurley
+delerue
+Dirk Behrens
+Doc Holiday
+Wouter Kerkhoven
+Andreas BŸttner
+James Black
+Nicholas Ward
+David Oberbeck
+The Shizit
+Erich Moog
+James Amendolagine
+Alex Penner
+Dieter Finkenzeller
+giol franco
+Tobias Regenbrecht
+Ryan Dewalt
+Spencer Cathey
+Benoit SERRA
+System Impuls
+Jason Tranter
+macherb
+LCC Consulting AG
+Ivan So
+Cori Verschoor
+Henauer Pascal
+Chris Bilderback
+Eddie Sheffield
+DEHEN Pierre
+henk van den toorn
+Ian Whitworth
+Ruud H.G. van Tol
+Pierre Lo Cicero
+Srinivas Digumarty
+digitalvelocity¨
+Alan J Booth
+Tony OBrien
+Douglas Toltzman
+Christophe BOUCHET
+Paul Robertson
+SCHNEIDER Philippe
+Jason Cunliffe
+Dick Damian
+Charles Hakari
+jeff knowlton
+Kevyn Shortell
+robin
+Craig Spitzer
+Jeffrey Van Ness
+Lucas Vergnettes
+Wolfgang Michaelis
+Luis JimŽnez Linares
+Julian Eden
+Ms Lilo von Hanffstengel
+Kurt B. Kaiser
+Mark Ping
+CombŽe
+Diego Matho
+MELIN Philippe
+Damian Sobieralski
+Luigino Masarati
+Leonard Wikberg III
+Tom Howsman
+Christopher R Marquard
+Claus Munk
+Chris D'Iorio
+Graphics Solutions Pty Ltd
+Bernd Stein
+Jose Angel Vallejo Pinto
+Matthew William Turner
+Kelly A. Flinn
+Hai T. Nguyen
+Tim Formica
+Kevin Purrington
+Andreas Lindenblatt
+Brian Musker
+Diego Silvio Novo
+Close Pierre-Yves
+Wayne Pierce
+Hattan Lee
+Didier PEYRET
+Jacquelin GAZEAU
+Kenneth Balmer
+Robert Hwang
+Gaertner, Klaus
+Peter Gumieniak
+Simon Pigot
+Ian Thompson
+Jason Southwell
+Stephan
+Robert Kuehn
+IUT Mesures Physiques:gilbert Garnier CAEN France
+Nigel I Phillip
+powermacg4
+Joan Touzet
+Mike Mormando
+katsuhiko ebisawa
+Baheux Tony
+Randi Joseph
+Rick Comeau
+michiel van der kley
+Thijs Seelen
+Robert Roos
+ton
+david seccombe
+Joshua Eckert
+Joshua Newman
+Paolo Sammicheli
+Gentilini Bruno
+Martin Herren
+STRAPPAZON Mathias
+Steven Gibbs
+Florian Kruesch
+Wesley Blijlevens
+Fabianne Balvedi
+Colin Henry
+Mark Deepak Puttnam
+LE GOULVEN
+evolutie
+Stephane Portha
+Robert Gentner
+David B. Camhy
+RenŽ Foucart
+Coyok Drio
+Mark Ng
+klein michael
+Antonin Kral
+Edward Jomisko
+Wouter de Mik
+Matteo De Simone
+Gal Barak
+Thomas Dyar
+Nathan Allworth
+Dean Giberson
+Larry Cummings
+Eric Augustine
+IngieBee
+Michael Velikanje
+Andre M. Czausov
+H@dj
+Thorsten Burghaus
+Renzo Lauper
+Martin White
+Ferdinand Strixner
+Neil Mannall
+Maxime Wacker
+Gal Buki
+Rene Christen
+Andreas Neukoetter
+DAVID JOHNSON
+John Walton
+Volker Mische
+Michel Vilain
+Luigi/Blender Brasil
+Clifton A. Cross
+Kent B. Mein (SirDude)
+Anne Postma
+Matt Runion
+Bob Tackett
+stanislas nanchen
+Jorge Monteiro
+S68
+Ville Kaajakari
+Adrien Rebollo
+Al Curatolo
+Frank Rutten
+Dierk Dohmann
+Roel Spruit
+Rob Coldwell
+Yann Vernier
+Haunt_House (PH)
+Ravinder Singh Bhara
+Erik Augustijns
+Ryan Earle Freckleton
+Andreas Sturm
+matt mullin
+MOREAUX Denis
+Brendan Stromberger
+Hideki Saito
+Christian Ullrich
+Courty Didier
+Steve Newton
+Brecht Van Lommel
+Jasper Op de Coul
+Stuart MacKinnon
+Dietrich Dietz - the IMaGiNation project (IMGN)
+Tina Hirsch
+John R Thorp
+FrŽdŽric Bouvier
+LINETTE
+Felix Rabe
+Chay Adamou
+nick harron
+stephen john ford
+Kino
+Daniel Sjšlie
+Matthias Derer
+Alain VALLETON
+Kervin Pierre
+Mike Laughton
+Frank van Puffelen
+Andreas Dluzewski
+Christofer Edvardsen
+Maciek Szczyglowski
+Rakesh Ravuri
+Robert Schouwenburg
+Bob Bayens
+Devas73
+Mika Saari
+Robert Ives
+Adam McBride
+IAN ROSS
+Uriah Liggett
+stefan fischer
+Didac Miro
+Tim Barlow
+G. T. Blackwell
+Tim Weaver
+Dalet
+Erwin Vervacke
+Benjamin Eduardo Rodriguez Berumen
+Ozono Multimedia s.l.l.
+James Kersey
+Michael DeLuca
+Mark Swann
+Andreas Altenburger
+John Smith
+Simon de Haan
+David Gregory
+Harald Krummeck
+E Warren McNee
+Marc-Andre Levesque
+Satoshi Yamasaki
+Rolf-Dieter Klein
+J. Deetman
+Helge Walter
+Roland StrŒlberg
+Nicolas Morenas (Caronte)
+Simon Clarke
+Maigrot Michel
+Rod Robinson
+Kevin Cozens
+Germ‡n Alonso (taz)
+Martin Stegeman
+Henrik Jordfald Olsen
+Mitchell Skinner
+Michael Lei
+Spiridon G. Kontarakis
+Bas Denissen
+Loic Dachary
+Michael Rutter
+Thorsten SchlŸter
+hijothema
+Andreas Hauser
+Holger Haase
+Danilo Duina
+Matthias Thurau
+Flavio Curti
+Ian Beardslee
+Cristina Lozano Ballester
+Jason Roberson
+Victor Lim
+andreas palsson
+Richard Charvat
+James Ezell
+Florian Eggenberger
+John J. Marshall
+Paul Lunneberg
+Peter Wolkerstorfer
+Gerhard Siegesmund
+Nat Budin
+NDNChief
+Dave Leeak
+Michael Siebecker
+Jan Walter
+John Aughey
+Corey Rice
+Darren F. Coolen
+tony principali
+Joe Kimmes
+Pekka Karvonen
+Rick Kimball
+Christopher Capoccia
+Bertram Zeller
+Vanpoucke Alexandre
+Bassam Kurdali
+Michael Baker
+Michael Schwemmle
+Ford "fullback" Roberts
+Lama Angelo
+Kevin Roeder
+oliv
+pinhead_66
+Zach Millis
+Ryan C. Stallings
+Adam LaJeunesse
+Satish Goda
+Erik Haagsman
+Lorenzo Moro
+Nathan Letwory
+stephan f. haupt
+Alex Papadopoulos
+Gianluigi Berrone
+andrea casentini
+David Randall Simpson
+Jason Oppel
+Mark Bloomfield
+Alexander Ehrath
+Owen Swerkstrom
+Aurelio Caliaro
+Karsten Dambekalns
+Eddy MOUSSA
+Bernd Roetter
+Roland Hess
+Luis Eduardo P. Gervasio
+Pierre-Luc Robert (bedsitter)
+Andreu Cuartiella
+Nathan Vegdahl
+Scott Ross
+Jacob Kafka
+Mario Bolte
+Wolfgang Draxinger
+Starr Kline
+John Lullie
+Chiffi Cosimo
+Morgan McMillian
+Stefan HŸbner
+Loic de MONTAIGNAC
+AndrŽs Castillo
+Francesco Anselmo
+Ingo Guenther
+James C. Davis, Jr.
+Claudio Andaur
+Caleb Williams
+Orest Dubay
+Adam Casto
+David
+Joost Burger
+Ken Hahn
+Mark Herring
+Stig Oeveraas
+Robert Rainthorpe
+Martin Middleton
+Simon Sedgwick
+Joseph Firestine
+Miguel Melo
+Wooster Dennis
+Gary Lucas
+Johannes Schwarz
+Mark Dalton
+Mike Norton
+Michael Schardt
+jean-michel soler
+Chris Bracewell
+Ross Dawson
+Tim De Graeve
+Adam Wiseman
+Luiz Olsson Barbosa
+Donna Carey
+Auke van Balen
+Mike Birdsong
+Martin Curran
+Shawn M. Murray
+Roy Simmons
+Malik
+Teguh Pangestu
+Mats Holmberg
+Julien Jehannet
+Michael A. Nelson
+Axel Cushing
+erik vogan
+Datenflug GmbH
+KC Roeyer
+Ryan J. Parker
+Robert E. Meuse
+Alex Heizer
+Netsail Ltd / Mats Holmberg
+Jonathan Lawman
+Seikoh Hokama
+Perry Faulkner
+Will Hanson
+Lyubomir Pavlov Kovachev
+Ennio Quattrini
+Marcelo "xfer" Alves
+Joseph Winston IV
+Jorge Otero Rueda
+Timothy Murakami
+Matthew Johnson
+Erik Rombouts
+Petr Vlk
+Thomas Dammann
+Henrik Turkerud
+Erlend Hamberg
+Arnaud Lebegue
+Kevin O'Brien
+Michael Buettner
+Engel A. Sanchez
+Alexander Hilgert
+FAUGE Thierry
+Wulf Huesken
+John M. Adams
+Dell'Aiera Pol
+Waylena McCully
+Russell Smith
+Luke Titley
+marinus meijers
+Henry Kaminski
+Alistair Riddoch
+Daniel NŸmm
+Matthew Meadows
+Bjoern Paschen
+Paul Fredrickson
+Gavin Baker
+Jan Illetschko
+Aaron C. McLeod
+Thomas Muldowney
+Cheyenne Cloud, LLC
+Helmut A. Goettl
+Martin A. Boegelund
+Beno”t Cousson
+Scott Brooks
+Ferlet Patrice
+Aaron Porterfield
+Ivan Florentin
+Scott Isaacson
+Rui Paulo Sanguinheira Diogo
+Jason Saville
+Active-Websight GbR
+Bryon Roche
+Gustavo Mu–oz
+Christopher Gillanders
+Phil Frost Tate
+Gilles Gonon
+Kay
+James C. Franklin
+Luis Enrique Caama–o Navas
+Alexander "estartu" Felder
+Marc Ledermann
+vrijschrift.org
+Holger Weihe
+Peter Cammaert
+Andres Meyer
+Tony Arnett
+Adam Hughes
+Tony Farley
+Dmitriy Teresh
+Maickel Swart
+Peter den Bak
+Steve Bennett
+Romain Rubi
+John Bolt
+Michael Gaston
+Philip Brown
+Wasi
+Mike Hirst
+Lloyd J Robinson, Jr
+Charles Rinker
+Nick Vogtmann
+Frank van Beek
+Bruce Mitchener
+ROBERTO A. RUIZ VIAL
+Maurizio Sibaud
+Ron Bolger
+Nathan Parton
+Andrew Fry
+VINCENT StŽphane
+Yan Yan
+Justin L Graham
+Wade Beasley
+Salvador Mata Rodriguez
+Jan Tiemersma
+Luis A. R. Fernandez
+Jacob Moy
+Stefano Francesi
+Jochen Hanne
+David Stephenson
+Brent O'Dell
+Mike Kasprzak
+Tom Thompson
+David Fung
+Radoslav Dejanovic
+James H. Cloos, Jr.
+Karl Erlandsen (LethalSideParting)
+Kari Pulli