- * Originally based on the AT90USBKEY from Atmel, it is an open-source USB library for the USB-enabled AVR\r
- * microcontrollers, released under the MIT license. It now supports a large number of USB AVR models and boards.\r
+ * <b>LUFA is donationware. For author and donation information, see \ref Page_Donating.</b>\r
+ *\r
+ * LUFA is an open-source USB library for the USB-enabled AVR microcontrollers, released under the MIT license (see \ref Page_LicenceInfo).\r
+ * It supports a large number of USB AVR models and boards (see \ref Page_DeviceSupport). It is designed to provide an easy to use,\r
+ * feature rich framework for the development of USB peripherals and hosts.\r
+ *\r
+ * LUFA focuses on the microcontroller side of USB development only; it includes no PC host USB driver development facilities - other projects\r
+ * such as the Windows Driver Development Kit, Windows USB Device Mode Framework and libusb may be of interest for developing custom OS drivers.\r
+ * While custom USB devices can be made with LUFA using such tools, the included demos all use the inbuilt OS drivers for each USB class for\r
+ * simplicity.\r