Added incomplete MIDIToneGenerator project.
[pub/USBasp.git] / LUFA / ManPages / Licence.txt
1 /** \file
2 *
3 * This file contains special DoxyGen information for the generation of the main page and other special
4 * documentation pages. It is not a project source file.
5 */
6
7 /**
8 * \page Page_Licence Source Code Licence
9 *
10 * The LUFA library is currently released under the MIT licence, included below.
11 *
12 * Commercial entities can opt out of the public disclosure clause in this license
13 * for a one-time US$1500 payment. This provides a non-exclusive modified MIT licensed which
14 * allows for the free use of the LUFA library, bootloaders and (where the sole copyright
15 * is attributed to Dean Camera) demos without public disclosure within an organisation. Please
16 * contact the author for more information (<b>Note: Please do NOT pay this in advance through the
17 * donation link shown on \ref Page_Donating - contact author for payment details.</b>).
18 *
19 * \verbatim
20 * Permission to use, copy, modify, and distribute this software
21 * and its documentation for any purpose is hereby granted without
22 * fee, provided that the above copyright notice appear in all
23 * copies and that both that the copyright notice and this
24 * permission notice and warranty disclaimer appear in supporting
25 * documentation, and that the name of the author not be used in
26 * advertising or publicity pertaining to distribution of the
27 * software without specific, written prior permission.
28 *
29 * The author disclaim all warranties with regard to this
30 * software, including all implied warranties of merchantability
31 * and fitness. In no event shall the author be liable for any
32 * special, indirect or consequential damages or any damages
33 * whatsoever resulting from loss of use, data or profits, whether
34 * in an action of contract, negligence or other tortious action,
35 * arising out of or in connection with the use or performance of
36 * this software.
37 * \endverbatim
38 */