Adding author and licence information
authorNathael Pajani <nathael.pajani@ed3l.fr>
Sun, 15 Apr 2012 21:30:57 +0000 (23:30 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Sun, 15 Apr 2012 21:30:57 +0000 (23:30 +0200)
isp_commands.c
isp_commands.h
isp_main.c
isp_utils.c
isp_utils.h

index cf14ded..1892ace 100644 (file)
@@ -2,6 +2,12 @@
  *
  *   LPC1114 ISP Commands
  *
+ *
+ * Written by Nathael Pajani <nathael.pajani@nathael.net>
+ * 
+ * This programm is released under the terms of the GNU GPLv3 licence
+ * as can be found on the GNU website : <http://www.gnu.org/licenses/>
+ *
  *********************************************************************/
 
 
index 2c36df6..f214159 100644 (file)
@@ -2,6 +2,12 @@
  *
  *   LPC1114 ISP Commands
  *
+ *
+ * Written by Nathael Pajani <nathael.pajani@nathael.net>
+ * 
+ * This programm is released under the terms of the GNU GPLv3 licence
+ * as can be found on the GNU website : <http://www.gnu.org/licenses/>
+ *
  *********************************************************************/
 
 /* List of commands to be supported :
index 7e296fa..0b9ae27 100644 (file)
@@ -2,6 +2,12 @@
  *
  *   LPC1114 ISP
  *
+ *
+ * Written by Nathael Pajani <nathael.pajani@nathael.net>
+ * 
+ * This programm is released under the terms of the GNU GPLv3 licence
+ * as can be found on the GNU website : <http://www.gnu.org/licenses/>
+ *
  *********************************************************************/
 
 
index 8a01b67..d44ec1f 100644 (file)
@@ -2,6 +2,12 @@
  *
  *   LPC1114 ISP - Utility functions
  *
+ *
+ * Written by Nathael Pajani <nathael.pajani@nathael.net>
+ * 
+ * This programm is released under the terms of the GNU GPLv3 licence
+ * as can be found on the GNU website : <http://www.gnu.org/licenses/>
+ *
  *********************************************************************/
 
 
index 5bf4a95..86c5a89 100644 (file)
@@ -1,3 +1,16 @@
+/*********************************************************************
+ *
+ *   LPC1114 ISP - Utility functions
+ *
+ *
+ * Written by Nathael Pajani <nathael.pajani@nathael.net>
+ * 
+ * This programm is released under the terms of the GNU GPLv3 licence
+ * as can be found on the GNU website : <http://www.gnu.org/licenses/>
+ *
+ *********************************************************************/
+
+
 #ifndef ISP_UTILS_H
 #define ISP_UTILS_H