diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-18 11:35:04 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-18 11:35:04 +0000 |
commit | e9029d49d5455ec146d2e87436d43d747d6c657a (patch) | |
tree | 42b1785f6f849079a14d3b1f41b45d75ec16aceb /LUFA/ManPages/LicenseInfo.txt | |
parent | 3aa8a69246942c27a389950caad0374ffb3e6056 (diff) | |
download | lufa-e9029d49d5455ec146d2e87436d43d747d6c657a.tar.gz lufa-e9029d49d5455ec146d2e87436d43d747d6c657a.tar.bz2 lufa-e9029d49d5455ec146d2e87436d43d747d6c657a.zip |
Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.
Diffstat (limited to 'LUFA/ManPages/LicenseInfo.txt')
-rw-r--r-- | LUFA/ManPages/LicenseInfo.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/LUFA/ManPages/LicenseInfo.txt b/LUFA/ManPages/LicenseInfo.txt deleted file mode 100644 index 447bec68c..000000000 --- a/LUFA/ManPages/LicenseInfo.txt +++ /dev/null @@ -1,22 +0,0 @@ -/** \file - * - * This file contains special DoxyGen information for the generation of the main page and other special - * documentation pages. It is not a project source file. - */ - -/** - * \page Page_LicenseInfo Source Code License - * - * The LUFA library is currently released under the MIT license, included below. - * - * Commercial entities can opt out of the public disclosure clause in this license - * for a one-time US$1500 payment. This provides a non-exclusive modified MIT licensed which - * allows for the free use of the LUFA library, bootloaders and (where the sole copyright - * is attributed to Dean Camera) demos without public disclosure within an organization, in - * addition to three free hours of consultation with the library author, and priority support. - * Please visit the Commercial License link on \ref Page_Resources for more information on - * ordering a commercial license for your company. - * - * \verbinclude License.txt - */ - |