]>
Commit | Line | Data |
---|---|---|
4514447c FM |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: copyright.h | |
0f660b35 | 3 | // Purpose: Copyright and license page of the Doxygen manual |
4514447c | 4 | // Author: wxWidgets team |
526954c5 | 5 | // Licence: wxWindows licence |
4514447c FM |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
880efa2a | 8 | /** |
4514447c | 9 | |
29f86fc1 | 10 | @page page_copyright Copyrights and Licenses |
4514447c | 11 | |
e7054054 | 12 | Copyright (c) 1992-2012 Julian Smart, Robert Roebling, Vadim Zeitlin and other |
928f1a07 | 13 | members of the wxWidgets team |
4514447c | 14 | |
928f1a07 | 15 | Portions (c) 1996 Artificial Intelligence Applications Institute |
4514447c | 16 | |
526954c5 | 17 | Please also see the wxWindows licence files (preamble.txt, lgpl.txt, gpl.txt, |
928f1a07 | 18 | licence.txt, licendoc.txt) for conditions of software and documentation use. |
3fdcd5d5 | 19 | Note that we use the old name wxWindows in the licence, pending |
928f1a07 | 20 | recognition of the new name by OSI. |
4514447c | 21 | |
928f1a07 FM |
22 | @li @subpage page_copyright_wxlicense |
23 | @li @subpage page_copyright_gnulicense | |
a8900da7 | 24 | @li @subpage page_copyright_xserver |
4514447c | 25 | |
4514447c | 26 | |
3fdcd5d5 | 27 | @page page_copyright_wxlicense wxWindows Library Licence |
4514447c | 28 | |
29f86fc1 | 29 | @verbinclude "licence.txt" |
4514447c FM |
30 | |
31 | ||
29f86fc1 | 32 | @page page_copyright_gnulicense GNU Library General Public License |
4514447c | 33 | |
29f86fc1 | 34 | @verbinclude "lgpl.txt" |
4514447c | 35 | |
a8900da7 SC |
36 | @page page_copyright_xserver The Open Group and DEC License |
37 | ||
38 | @verbinclude "xserver.txt" | |
39 | ||
4514447c | 40 | */ |