moccos mizuki / EthernetXpresso

Dependents:   XNetServicesMin

Files at this revision

API Documentation at this revision

Comitter:
moccos
Date:
Sun May 06 11:35:17 2012 +0000
Parent:
3:7ba8ebe32420
Commit message:

Changed in this revision

EthernetXpresso.h Show annotated file Show diff for this revision Revisions of this file
LPC1769Emac.h Show annotated file Show diff for this revision Revisions of this file
diff -r 7ba8ebe32420 -r 7c859e671f9c EthernetXpresso.h
--- a/EthernetXpresso.h	Sun May 06 11:14:17 2012 +0000
+++ b/EthernetXpresso.h	Sun May 06 11:35:17 2012 +0000
@@ -1,11 +1,32 @@
+/* mbed-like wrapper class for LPCXpresso LPC1769 ethernet functions
+ * Copyright (c) 2012 moccos
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
 #ifndef ETHERNET_XPRESSO_H
 #define ETHERNET_XPRESSO_H
 #include <stdint.h>
 #include "LPC1769Emac.h"
 
 /**
- * mbed-like wrapper class for LPCXpresso LPC1769.
- * @author @moccos
+ * mbed-like wrapper class for LPCXpresso LPC1769 ethernet functions.
+ * @author moccos <tt.izawa, gmail>
  */
 class EthernetXpresso {
 public:
diff -r 7ba8ebe32420 -r 7c859e671f9c LPC1769Emac.h
--- a/LPC1769Emac.h	Sun May 06 11:14:17 2012 +0000
+++ b/LPC1769Emac.h	Sun May 06 11:35:17 2012 +0000
@@ -1,3 +1,24 @@
+/* mbed-like wrapper class for LPCXpresso LPC1769 ethernet functions
+ * Copyright (c) 2012 moccos
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
 #ifndef LPC1769EMAC_H
 #define LPC1769EMAC_H
 #include <stdint.h>
@@ -5,7 +26,7 @@
 
 /**
  * LPCXpresso LPC1769 ethernet library.
- * @author @moccos
+ * @author moccos <tt.izawa, gmail>
  */
 class LPC1769Emac {
 public: