]>
Commit | Line | Data |
---|---|---|
4514447c FM |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: copyright.h | |
0f660b35 | 3 | // Purpose: Copyright and license page of the Doxygen manual |
4514447c FM |
4 | // Author: wxWidgets team |
5 | // RCS-ID: $Id$ | |
526954c5 | 6 | // Licence: wxWindows licence |
4514447c FM |
7 | ///////////////////////////////////////////////////////////////////////////// |
8 | ||
880efa2a | 9 | /** |
4514447c | 10 | |
29f86fc1 | 11 | @page page_copyright Copyrights and Licenses |
4514447c | 12 | |
928f1a07 FM |
13 | Copyright (c) 1992-2008 Julian Smart, Robert Roebling, Vadim Zeitlin and other |
14 | members of the wxWidgets team | |
4514447c | 15 | |
928f1a07 | 16 | Portions (c) 1996 Artificial Intelligence Applications Institute |
4514447c | 17 | |
526954c5 | 18 | Please also see the wxWindows licence files (preamble.txt, lgpl.txt, gpl.txt, |
928f1a07 FM |
19 | licence.txt, licendoc.txt) for conditions of software and documentation use. |
20 | Note that we use the old name wxWindows in the license, pending | |
21 | recognition of the new name by OSI. | |
4514447c | 22 | |
928f1a07 FM |
23 | @li @subpage page_copyright_wxlicense |
24 | @li @subpage page_copyright_gnulicense | |
4514447c | 25 | |
4514447c | 26 | |
29f86fc1 | 27 | @page page_copyright_wxlicense wxWindows Library License |
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 FM |
35 | |
36 | */ | |
37 |