diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-07-07 11:55:23 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-07 11:55:23 -0400 |
commit | 60b30c036397cb5627fa374bb930794b225daa29 (patch) | |
tree | e156c2d6b27f01db6985f2cc560c9c345d48fdac /LUFA/DoxygenPages/Donating.txt | |
download | firmware-60b30c036397cb5627fa374bb930794b225daa29.tar.gz firmware-60b30c036397cb5627fa374bb930794b225daa29.tar.bz2 firmware-60b30c036397cb5627fa374bb930794b225daa29.zip |
Squashed 'lib/lufa/' content from commit 385d40300
git-subtree-dir: lib/lufa
git-subtree-split: 385d4030035dbaf41591309dbde47653bd03841b
Diffstat (limited to 'LUFA/DoxygenPages/Donating.txt')
-rw-r--r-- | LUFA/DoxygenPages/Donating.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/Donating.txt b/LUFA/DoxygenPages/Donating.txt new file mode 100644 index 000000000..68228ac94 --- /dev/null +++ b/LUFA/DoxygenPages/Donating.txt @@ -0,0 +1,25 @@ +/** \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_Donating Donating to Support This Project + * + * \image html Images/Author.jpg "Dean Camera, LUFA Developer" + * + * I am a software developer working on LUFA in my spare time. The development and support of this library requires + * much effort from myself, as I am the sole developer, maintainer and supporter. Please consider donating a small + * amount to support this and my future Open Source projects - All donations are <i>greatly</i> appreciated. + * + * Note that commercial entities can remove the attribution portion of the LUFA license by a one-time fee - see + * \ref Page_LicenseInfo for more details (<b>Note: Please do NOT pay this in advance through the donation link below - + * contact author for payment details.</b>). + * + * \htmlonly + * \image html "http://www.pledgie.com/campaigns/6927.png" + * \endhtmlonly + * <a href="http://www.lufa-lib.org/donate">Donate to this project via PayPal</a> - Thanks in Advance! + */ + |