Get rid of 20 year old information (it isn't that impressive that we offer to provide wxWidgets on a CD-ROM any more) and drastically compress the introduction page while, hopefully, making it more readable and useful for people new to wxWidgets. Update the main page to provide a short documentation walk-through and to organize the different links in order of their usefulness instead of whatever was used before (random?). Also add links to the alphabetical list of classes which is very useful but is not immediately apparent in the Doxygen menus. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
110 lines
4.5 KiB
C
110 lines
4.5 KiB
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: copyright.h
|
|
// Purpose: Copyright and license page of the Doxygen manual
|
|
// Author: wxWidgets team
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
/**
|
|
|
|
@page page_copyright Copyrights and Licenses
|
|
|
|
@section section_copyright wxWidgets Copyrights and Licenses
|
|
|
|
Copyright (c) 1992-2013 Julian Smart, Vadim Zeitlin, Stefan Csomor, Robert
|
|
Roebling, and other members of the wxWidgets team, please see the
|
|
acknowledgements section below.
|
|
|
|
Portions (c) 1996 Artificial Intelligence Applications Institute
|
|
|
|
Please also see the wxWindows licence files (preamble.txt, lgpl.txt, gpl.txt,
|
|
licence.txt, licendoc.txt) for conditions of software and documentation use.
|
|
Note that we use the old name wxWindows in the licence, pending
|
|
recognition of the new name by OSI.
|
|
|
|
@li @subpage page_copyright_wxlicense
|
|
@li @subpage page_copyright_gnulicense
|
|
@li @subpage page_copyright_xserver
|
|
|
|
|
|
@section section_acknowledgements Acknowledgements
|
|
|
|
The following is the list of the core, active developers of wxWidgets which keep
|
|
it running and have provided an invaluable, extensive and high-quality amount of
|
|
changes over the many of years of wxWidgets' life:
|
|
|
|
@li Julian Smart
|
|
@li Vadim Zeitlin
|
|
@li Robert Roebling
|
|
@li Robin Dunn
|
|
@li Stefan Csomor
|
|
@li Vaclav Slavik
|
|
@li Paul Cornett
|
|
@li Wlodzimierz `ABX' Skiba
|
|
@li Chris Elliott
|
|
@li David Elliott
|
|
@li Kevin Hock
|
|
@li Stefan Neis
|
|
@li Michael Wetherell
|
|
|
|
We would particularly like to thank the following peoples for their contributions
|
|
to wxWidgets, and the many others who have been involved in the project over the years.
|
|
Apologies for any unintentional omissions from this alphabetic list:
|
|
|
|
Yiorgos Adamopoulos, Jamshid Afshar, Alejandro Aguilar-Sierra, AIAI,
|
|
Patrick Albert, Karsten Ballueder, Mattia Barbon, Michael Bedward,
|
|
Kai Bendorf, Yura Bidus, Keith Gary Boyce, Chris Breeze, Pete Britton,
|
|
Ian Brown, C. Buckley, Marco Cavallini, Dmitri Chubraev, Robin Corbet, Cecil Coupe,
|
|
Andrew Davison, Gilles Depeyrot, Neil Dudman, Hermann Dunkel, Jos van Eijndhoven,
|
|
Tom Felici, Thomas Fettig, Matthew Flatt, Pasquale Foggia, Josep Fortiana, Todd Fries,
|
|
Dominic Gallagher, Guillermo Rodriguez Garcia, Wolfram Gloger, Norbert Grotz,
|
|
Stefan Gunter, Bill Hale, Patrick Halke, Stefan Hammes, Guillaume Helle,
|
|
Harco de Hilster, Cord Hockemeyer, Markus Holzem, Olaf Klein, Leif Jensen,
|
|
Bart Jourquin, Guilhem Lavaux, Ron Lee, Jan Lessner, Nicholas Liebmann,
|
|
Torsten Liermann, Per Lindqvist, Francesco Montorsi, Thomas Runge, Tatu Männistö,
|
|
Scott Maxwell, Thomas Myers, Oliver Niedung, Ryan Norton, Hernan Otero,
|
|
Ian Perrigo, Timothy Peters, Giordano Pezzoli, Harri Pasanen, Thomaso Paoletti,
|
|
Garrett Potts, Marcel Rasche, Dino Scaringella, Jobst Schmalenbach, Arthur Seaton,
|
|
Paul Shirley, Stein Somers, Petr Smilauer, Neil Smith, Kari Systä, George Tasker,
|
|
Arthur Tetzlaff-Deas, Jonathan Tonberg, Jyrki Tuomi, Janos Vegh, Andrea Venturoli,
|
|
David Webster, Otto Wyss, Xiaokun Zhu, Edward Zimmermann.
|
|
|
|
Many thanks also to AIAI for being willing to release the original version of
|
|
wxWidgets into the public domain, and to our patient partners.
|
|
|
|
`Graphplace', the basis for the wxGraphLayout library, is copyright Dr. Jos
|
|
T.J. van Eijndhoven of Eindhoven University of Technology. The code has
|
|
been used in wxGraphLayout (not in wxWidgets anymore) with his permission.
|
|
|
|
We also acknowledge the author of XFIG, the excellent Unix drawing tool,
|
|
from the source of which we have borrowed some spline drawing code.
|
|
His copyright is included below.
|
|
|
|
<em>
|
|
XFig2.1 is copyright (c) 1985 by Supoj Sutanthavibul. Permission to
|
|
use, copy, modify, distribute, and sell this software and its
|
|
documentation for any purpose is hereby granted without fee, provided
|
|
that the above copyright notice appear in all copies and that both that
|
|
copyright notice and this permission notice appear in supporting
|
|
documentation, and that the name of M.I.T. not be used in advertising or
|
|
publicity pertaining to distribution of the software without specific,
|
|
written prior permission. M.I.T. makes no representations about the
|
|
suitability of this software for any purpose. It is provided ``as is''
|
|
without express or implied warranty.
|
|
</em>
|
|
|
|
@page page_copyright_wxlicense wxWindows Library Licence
|
|
|
|
@verbinclude "licence.txt"
|
|
|
|
|
|
@page page_copyright_gnulicense GNU Library General Public License
|
|
|
|
@verbinclude "lgpl.txt"
|
|
|
|
@page page_copyright_xserver The Open Group and DEC License
|
|
|
|
@verbinclude "xserver.txt"
|
|
|
|
*/
|