2008-02-21 16:11:25 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: copyright.h
|
2008-03-31 09:27:33 -04:00
|
|
|
// Purpose: Copyright and license page of the Doxygen manual
|
2008-02-21 16:11:25 -05:00
|
|
|
// Author: wxWidgets team
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Licence: wxWindows license
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2008-03-12 04:50:42 -04:00
|
|
|
/**
|
2008-02-21 16:11:25 -05:00
|
|
|
|
2008-04-02 01:29:12 -04:00
|
|
|
@page page_copyright Copyrights and Licenses
|
2008-02-21 16:11:25 -05:00
|
|
|
|
2008-03-22 13:49:09 -04:00
|
|
|
Copyright (c) 1992-2008 Julian Smart, Robert Roebling, Vadim Zeitlin and other
|
|
|
|
members of the wxWidgets team
|
2008-02-21 16:11:25 -05:00
|
|
|
|
2008-03-22 13:49:09 -04:00
|
|
|
Portions (c) 1996 Artificial Intelligence Applications Institute
|
2008-02-21 16:11:25 -05:00
|
|
|
|
2008-03-22 13:49:09 -04:00
|
|
|
Please also see the wxWindows license 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 license, pending
|
|
|
|
recognition of the new name by OSI.
|
2008-02-21 16:11:25 -05:00
|
|
|
|
2008-03-22 13:49:09 -04:00
|
|
|
@li @subpage page_copyright_wxlicense
|
|
|
|
@li @subpage page_copyright_gnulicense
|
2008-02-21 16:11:25 -05:00
|
|
|
|
|
|
|
|
2008-04-02 01:29:12 -04:00
|
|
|
@page page_copyright_wxlicense wxWindows Library License
|
2008-02-21 16:11:25 -05:00
|
|
|
|
2008-04-02 01:29:12 -04:00
|
|
|
@verbinclude "licence.txt"
|
2008-02-21 16:11:25 -05:00
|
|
|
|
|
|
|
|
2008-04-02 01:29:12 -04:00
|
|
|
@page page_copyright_gnulicense GNU Library General Public License
|
2008-02-21 16:11:25 -05:00
|
|
|
|
2008-04-02 01:29:12 -04:00
|
|
|
@verbinclude "lgpl.txt"
|
2008-02-21 16:11:25 -05:00
|
|
|
|
|
|
|
*/
|
|
|
|
|