From: Nathael Pajani Date: Sun, 15 Apr 2012 21:30:57 +0000 (+0200) Subject: Adding author and licence information X-Git-Tag: v1.0~46 X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=b14f4d51feff62a829961ca263fc9997af9c5546;p=soft%2Ftools%2Flpctools Adding author and licence information --- diff --git a/isp_commands.c b/isp_commands.c index cf14ded..1892ace 100644 --- a/isp_commands.c +++ b/isp_commands.c @@ -2,6 +2,12 @@ * * LPC1114 ISP Commands * + * + * Written by Nathael Pajani + * + * This programm is released under the terms of the GNU GPLv3 licence + * as can be found on the GNU website : + * *********************************************************************/ diff --git a/isp_commands.h b/isp_commands.h index 2c36df6..f214159 100644 --- a/isp_commands.h +++ b/isp_commands.h @@ -2,6 +2,12 @@ * * LPC1114 ISP Commands * + * + * Written by Nathael Pajani + * + * This programm is released under the terms of the GNU GPLv3 licence + * as can be found on the GNU website : + * *********************************************************************/ /* List of commands to be supported : diff --git a/isp_main.c b/isp_main.c index 7e296fa..0b9ae27 100644 --- a/isp_main.c +++ b/isp_main.c @@ -2,6 +2,12 @@ * * LPC1114 ISP * + * + * Written by Nathael Pajani + * + * This programm is released under the terms of the GNU GPLv3 licence + * as can be found on the GNU website : + * *********************************************************************/ diff --git a/isp_utils.c b/isp_utils.c index 8a01b67..d44ec1f 100644 --- a/isp_utils.c +++ b/isp_utils.c @@ -2,6 +2,12 @@ * * LPC1114 ISP - Utility functions * + * + * Written by Nathael Pajani + * + * This programm is released under the terms of the GNU GPLv3 licence + * as can be found on the GNU website : + * *********************************************************************/ diff --git a/isp_utils.h b/isp_utils.h index 5bf4a95..86c5a89 100644 --- a/isp_utils.h +++ b/isp_utils.h @@ -1,3 +1,16 @@ +/********************************************************************* + * + * LPC1114 ISP - Utility functions + * + * + * Written by Nathael Pajani + * + * This programm is released under the terms of the GNU GPLv3 licence + * as can be found on the GNU website : + * + *********************************************************************/ + + #ifndef ISP_UTILS_H #define ISP_UTILS_H