diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-12 10:43:07 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-12 10:43:07 +0000 |
commit | 6a46f0025a4d44ca2c747745f542e8f475dd9b28 (patch) | |
tree | af025c5d73268a0cb615b5d61be32e1c32fa6c59 /LUFA/ManPages | |
parent | 04774208b6d4131466a2b5e44af314252ab1734e (diff) | |
download | lufa-6a46f0025a4d44ca2c747745f542e8f475dd9b28.tar.gz lufa-6a46f0025a4d44ca2c747745f542e8f475dd9b28.tar.bz2 lufa-6a46f0025a4d44ca2c747745f542e8f475dd9b28.zip |
Add beginnings of a RNDIS Ethernet Host demo.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/Donating.txt | 6 | ||||
-rw-r--r-- | LUFA/ManPages/Licence.txt | 3 | ||||
-rw-r--r-- | LUFA/ManPages/VIDAndPIDValues.txt | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/LUFA/ManPages/Donating.txt b/LUFA/ManPages/Donating.txt index 17e44c3b2..a09707820 100644 --- a/LUFA/ManPages/Donating.txt +++ b/LUFA/ManPages/Donating.txt @@ -14,7 +14,11 @@ * and supporter. Please consider donating a small amount to support this and my future Open Source projects - All
* donations are <i>greatly</i> appreciated.
*
- * <img src='http://www.pledgie.com/campaigns/6927.png?skin_name=chrome' border='0'></img>
+ * Note that commercial entities can remove the attribution portion of the LUFA licence by a one-time fee - see
+ * \ref Page_Licence for more details (<b>Note: Please do NOT pay this in advance through the donation link below -
+ * contact author for payment details.</b>).
+ *
+ * \image html "http://www.pledgie.com/campaigns/6927.png?skin_name=chrome"
* <a href='http://www.pledgie.com/campaigns/6927'>Donate to this project via PayPal</a> - Thanks in Advance!
*/
\ No newline at end of file diff --git a/LUFA/ManPages/Licence.txt b/LUFA/ManPages/Licence.txt index 36f0267f1..e10c79210 100644 --- a/LUFA/ManPages/Licence.txt +++ b/LUFA/ManPages/Licence.txt @@ -13,7 +13,8 @@ * 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 organisation. Please
- * contact the author for more information.
+ * contact the author for more information (<b>Note: Please do NOT pay this in advance through the
+ * donation link shown on \ref Page_Donating - contact author for payment details.</b>).
*
* \verbatim
* Permission to use, copy, modify, and distribute this software
diff --git a/LUFA/ManPages/VIDAndPIDValues.txt b/LUFA/ManPages/VIDAndPIDValues.txt index f1d66d2fb..1a101a893 100644 --- a/LUFA/ManPages/VIDAndPIDValues.txt +++ b/LUFA/ManPages/VIDAndPIDValues.txt @@ -11,7 +11,7 @@ * are used within the LUFA demos, and thus may be re-used by derivations of each demo. Free PID values may be
* used by future LUFA demo projects.
*
- * <b>These VID/PID values should not be used in commercial designs under any circumstances.>/b> Private projects
+ * <b>These VID/PID values should not be used in commercial designs under any circumstances.</b> Private projects
* may use the following values freely, but must accept any collisions due to other LUFA derived private projects
* sharing identical values. It is suggested that private projects using interfaces compatible with existing
* demos share the save VID/PID value.
|