From b14f4d51feff62a829961ca263fc9997af9c5546 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Sun, 15 Apr 2012 23:30:57 +0200 Subject: [PATCH] Adding author and licence information --- isp_commands.c | 6 ++++++ isp_commands.h | 6 ++++++ isp_main.c | 6 ++++++ isp_utils.c | 6 ++++++ isp_utils.h | 13 +++++++++++++ 5 files changed, 37 insertions(+) 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 -- 2.43.0