aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Version.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-03-29 07:49:58 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-03-29 07:49:58 +0000
commite3c05a0a2b386ee8e0d521a857d6d9fe3cbd4023 (patch)
treed0c369cd182543f6a2344cb16bafb9be2d985665 /LUFA/Version.h
parent7fe23eda38775f324418c8690fe3f4334db7f801 (diff)
Add file-level brief documentation.
Remove accidentally duplicated model-specific peripheral driver files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1180 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Version.h')
-rw-r--r--LUFA/Version.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/LUFA/Version.h b/LUFA/Version.h
index 2eb3b334..f36e25d8 100644
--- a/LUFA/Version.h
+++ b/LUFA/Version.h
@@ -9,13 +9,14 @@
/*
Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
- Permission to use, copy, modify, distribute, and sell this software
- and its documentation for any purpose is hereby granted without fee,
- provided that the above copyright notice appear in all copies and that
- both that the copyright notice and this permission notice and warranty
- disclaimer appear in supporting documentation, and that the name of the
- author not be used in advertising or publicity pertaining to distribution
- of the software without specific, written prior permission.
+ Permission to use, copy, modify, distribute, and sell this
+ software and its documentation for any purpose is hereby granted
+ without fee, provided that the above copyright notice appear in
+ all copies and that both that the copyright notice and this
+ permission notice and warranty disclaimer appear in supporting
+ documentation, and that the name of the author not be used in
+ advertising or publicity pertaining to distribution of the
+ software without specific, written prior permission.
The author disclaim all warranties with regard to this
software, including all implied warranties of merchantability
@@ -29,6 +30,8 @@
/** \file
*
+ * \brief LUFA library version constants.
+ *
* Version constants for informational purposes and version-specific macro creation. This header file contains the
* current LUFA version number in several forms, for use in the user-application (for example, for printing out
* whilst debugging, or for testing for version compatibility).