summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2013-04-30 20:23:06 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2013-04-30 20:23:06 +0000
commite6b2676b2fd6533a40465bdc6897f164ac1f3a62 (patch)
treee1fb6ca1793ffa1a645166abf6f470c1568b42ba /FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c
parent10da65e0d89ad60ece89c8019faac6f8b3e79467 (diff)
downloadfreertos-e6b2676b2fd6533a40465bdc6897f164ac1f3a62.tar.gz
Clarify license blurb at the top of the FreeRTOS+UDP and FreeRTOS+CLI source files.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1878 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c')
-rw-r--r--FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c32
1 files changed, 17 insertions, 15 deletions
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c
index 31da9f301..4318ab301 100644
--- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c
+++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c
@@ -1,25 +1,27 @@
/*
* FreeRTOS+UDP V1.0.0 (C) 2013 Real Time Engineers ltd.
*
- * FreeRTOS+UDP is an add-on component to FreeRTOS. It is not, in itself, part
- * of the FreeRTOS kernel. FreeRTOS+UDP is licensed separately from FreeRTOS,
- * and uses a different license to FreeRTOS. FreeRTOS+UDP uses a dual license
- * model, information on which is provided below:
+ * This file is part of the FreeRTOS+UDP distribution. The FreeRTOS+UDP license
+ * terms are different to the FreeRTOS license terms.
+ *
+ * FreeRTOS+UDP uses a dual license model that allows the software to be used
+ * under a pure GPL open source license (as opposed to the modified GPL license
+ * under which FreeRTOS is distributed) or a commercial license. Details of
+ * both license options follow:
*
* - Open source licensing -
- * FreeRTOS+UDP is a free download and may be used, modified and distributed
- * without charge provided the user adheres to version two of the GNU General
- * Public license (GPL) and does not remove the copyright notice or this text.
- * The GPL V2 text is available on the gnu.org web site, and on the following
- * URL: http://www.FreeRTOS.org/gpl-2.0.txt
+ * FreeRTOS+UDP is a free download and may be used, modified, evaluated and
+ * distributed without charge provided the user adheres to version two of the
+ * GNU General Public License (GPL) and does not remove the copyright notice or
+ * this text. The GPL V2 text is available on the gnu.org web site, and on the
+ * following URL: http://www.FreeRTOS.org/gpl-2.0.txt.
*
* - Commercial licensing -
- * Businesses and individuals who wish to incorporate FreeRTOS+UDP into
- * proprietary software for redistribution in any form must first obtain a
- * (very) low cost commercial license - and in-so-doing support the maintenance,
- * support and further development of the FreeRTOS+UDP product. Commercial
- * licenses can be obtained from http://shop.freertos.org and do not require any
- * source files to be changed.
+ * Businesses and individuals that for commercial or other reasons cannot comply
+ * with the terms of the GPL V2 license must obtain a commercial license before
+ * incorporating FreeRTOS+UDP into proprietary software for distribution in any
+ * form. Commercial licenses can be purchased from http://shop.freertos.org/udp
+ * and do not require any source files to be changed.
*
* FreeRTOS+UDP is distributed in the hope that it will be useful. You cannot
* use FreeRTOS+UDP unless you agree that you use the software 'as is'.