Minor updates to the Benito programmer - remove redundant PORT register manipulations.
[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.
17 *
18 * \verbatim
19 * Permission to use, copy, modify, and distribute this software
20 * and its documentation for any purpose and without fee is hereby
21 * granted, provided that the above copyright notice appear in all
22 * copies and that both that the copyright notice and this
23 * permission notice and warranty disclaimer appear in supporting
24 * documentation, and that the name of the author not be used in
25 * advertising or publicity pertaining to distribution of the
26 * software without specific, written prior permission.
27 *
28 * The author disclaim all warranties with regard to this
29 * software, including all implied warranties of merchantability
30 * and fitness. In no event shall the author be liable for any
31 * special, indirect or consequential damages or any damages
32 * whatsoever resulting from loss of use, data or profits, whether
33 * in an action of contract, negligence or other tortious action,
34 * arising out of or in connection with the use or performance of
35 * this software.
36 * \endverbatim
37 */