Ensure LPC1768 demos are correct prior to V5.4.0 release.
diff --git a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index db01b96..71eee08 100644
--- a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/Makefile b/Demo/ARM7_AT91FR40008_GCC/Makefile
index d371944..6b4a828 100644
--- a/Demo/ARM7_AT91FR40008_GCC/Makefile
+++ b/Demo/ARM7_AT91FR40008_GCC/Makefile
@@ -1,36 +1,32 @@
 #/*

-#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

-#	This file is part of the FreeRTOS.org distribution.

+#	This file is part of the FreeRTOS distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify it

-#	under the terms of the GNU General Public License (version 2) as published

-#	by the Free Software Foundation and modified by the FreeRTOS exception.

+#	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+#	the terms of the GNU General Public License (version 2) as published by the 

+#	Free Software Foundation and modified by the FreeRTOS exception.

 #	**NOTE** The exception to the GPL is included to allow you to distribute a

-#	combined work that includes FreeRTOS.org without being obliged to provide

-#	the source code for any proprietary components.  Alternative commercial

-#	license and support terms are also available upon request.  See the 

-#	licensing section of http://www.FreeRTOS.org for full details.

+#	combined work that includes FreeRTOS without being obliged to provide the 

+#	source code for proprietary components outside of the FreeRTOS kernel.  

+#	Alternative commercial license and support terms are also available upon 

+#	request.  See the licensing section of http://www.FreeRTOS.org for full 

+#	license details.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 #	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 #	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 #	more details.

 #

 #	You should have received a copy of the GNU General Public License along

-#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+#	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 #	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

 #

 #	***************************************************************************

 #	*                                                                         *

-#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-#	*                                                                         *

-#	* This is a concise, step by step, 'hands on' guide that describes both   *

-#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-#	* explains numerous examples that are written using the FreeRTOS API.     *

-#	* Full source code for all the examples is provided in an accompanying    *

-#	* .zip file.                                                              *

+#	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+#	* See http://www.FreeRTOS.org/Documentation for details                   *

 #	*                                                                         *

 #	***************************************************************************

 #

diff --git a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
index 757fe1f..b48a02e 100644
--- a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/main.c b/Demo/ARM7_AT91FR40008_GCC/main.c
index 3e3b06e..398a999 100644
--- a/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index 422acb7..d75426c 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index 7c106bf..9338cf2 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index a11a9b2..1483dcd 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index 20a650b..2c953f7 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
index 77d5212..22f4fae 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/main.c b/Demo/ARM7_AT91SAM7S64_IAR/main.c
index 79a885f..62b3852 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index 75d1b42..a4b2253 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 1b6026a..63b2f60 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
index 7eee894..e0f79fc 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
@@ -1,36 +1,32 @@
 #/*

-#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

-#	This file is part of the FreeRTOS.org distribution.

+#	This file is part of the FreeRTOS distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify it

-#	under the terms of the GNU General Public License (version 2) as published

-#	by the Free Software Foundation and modified by the FreeRTOS exception.

+#	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+#	the terms of the GNU General Public License (version 2) as published by the 

+#	Free Software Foundation and modified by the FreeRTOS exception.

 #	**NOTE** The exception to the GPL is included to allow you to distribute a

-#	combined work that includes FreeRTOS.org without being obliged to provide

-#	the source code for any proprietary components.  Alternative commercial

-#	license and support terms are also available upon request.  See the 

-#	licensing section of http://www.FreeRTOS.org for full details.

+#	combined work that includes FreeRTOS without being obliged to provide the 

+#	source code for proprietary components outside of the FreeRTOS kernel.  

+#	Alternative commercial license and support terms are also available upon 

+#	request.  See the licensing section of http://www.FreeRTOS.org for full 

+#	license details.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 #	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 #	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 #	more details.

 #

 #	You should have received a copy of the GNU General Public License along

-#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+#	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 #	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

 #

 #	***************************************************************************

 #	*                                                                         *

-#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-#	*                                                                         *

-#	* This is a concise, step by step, 'hands on' guide that describes both   *

-#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-#	* explains numerous examples that are written using the FreeRTOS API.     *

-#	* Full source code for all the examples is provided in an accompanying    *

-#	* .zip file.                                                              *

+#	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+#	* See http://www.FreeRTOS.org/Documentation for details                   *

 #	*                                                                         *

 #	***************************************************************************

 #

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
index d476d9c..f3c0f33 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
index 0d3a202..4bd8ae7 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
index e95b8fb..70cd5e3 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
index c3f08ab..0179ca5 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
index fa9925e..176244b 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
index 2cbb8f3..349f1e0 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
index 6ed6a09..4021772 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
index b508352..dc04848 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
index 136afea..3a1d197 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index 46addaa..8ba8089 100644
--- a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2106_GCC/Makefile b/Demo/ARM7_LPC2106_GCC/Makefile
index a26260e..ff79fb7 100644
--- a/Demo/ARM7_LPC2106_GCC/Makefile
+++ b/Demo/ARM7_LPC2106_GCC/Makefile
@@ -1,36 +1,32 @@
 #/*

-#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

-#	This file is part of the FreeRTOS.org distribution.

+#	This file is part of the FreeRTOS distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify it

-#	under the terms of the GNU General Public License (version 2) as published

-#	by the Free Software Foundation and modified by the FreeRTOS exception.

+#	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+#	the terms of the GNU General Public License (version 2) as published by the 

+#	Free Software Foundation and modified by the FreeRTOS exception.

 #	**NOTE** The exception to the GPL is included to allow you to distribute a

-#	combined work that includes FreeRTOS.org without being obliged to provide

-#	the source code for any proprietary components.  Alternative commercial

-#	license and support terms are also available upon request.  See the 

-#	licensing section of http://www.FreeRTOS.org for full details.

+#	combined work that includes FreeRTOS without being obliged to provide the 

+#	source code for proprietary components outside of the FreeRTOS kernel.  

+#	Alternative commercial license and support terms are also available upon 

+#	request.  See the licensing section of http://www.FreeRTOS.org for full 

+#	license details.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 #	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 #	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 #	more details.

 #

 #	You should have received a copy of the GNU General Public License along

-#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+#	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 #	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

 #

 #	***************************************************************************

 #	*                                                                         *

-#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-#	*                                                                         *

-#	* This is a concise, step by step, 'hands on' guide that describes both   *

-#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-#	* explains numerous examples that are written using the FreeRTOS API.     *

-#	* Full source code for all the examples is provided in an accompanying    *

-#	* .zip file.                                                              *

+#	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+#	* See http://www.FreeRTOS.org/Documentation for details                   *

 #	*                                                                         *

 #	***************************************************************************

 #

diff --git a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
index 87fc401..b56b520 100644
--- a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2106_GCC/main.c b/Demo/ARM7_LPC2106_GCC/main.c
index 0627835..bc9a1cb 100644
--- a/Demo/ARM7_LPC2106_GCC/main.c
+++ b/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serial.c b/Demo/ARM7_LPC2106_GCC/serial/serial.c
index 721a5ab..0ce9b54 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
index ca6c9ae..c0f0d14 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index 979875e..f3cb185 100644
--- a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index dff4436..be33347 100644
--- a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2129_IAR/main.c b/Demo/ARM7_LPC2129_IAR/main.c
index bd16053..5e70c47 100644
--- a/Demo/ARM7_LPC2129_IAR/main.c
+++ b/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2129_IAR/serial/serial.c b/Demo/ARM7_LPC2129_IAR/serial/serial.c
index 68c2603..59673b4 100644
--- a/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index d171e46..c6a2051 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index 7aceaf8..8458ca8 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index 0deae03..193de74 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index f4633a1..f04b650 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
index 1a7c60c..aeb1c20 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index 978afe2..db122de 100644
--- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2138_Rowley/main.c b/Demo/ARM7_LPC2138_Rowley/main.c
index 9992928..7c03262 100644
--- a/Demo/ARM7_LPC2138_Rowley/main.c
+++ b/Demo/ARM7_LPC2138_Rowley/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2138_Rowley/mainISR.c b/Demo/ARM7_LPC2138_Rowley/mainISR.c
index f8ef923..1c1fce5 100644
--- a/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 5ec820c..ee44ea5 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
index d6a265c..bb9d7b5 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
@@ -1,36 +1,32 @@
 #/*

-#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

-#	This file is part of the FreeRTOS.org distribution.

+#	This file is part of the FreeRTOS distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify it

-#	under the terms of the GNU General Public License (version 2) as published

-#	by the Free Software Foundation and modified by the FreeRTOS exception.

+#	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+#	the terms of the GNU General Public License (version 2) as published by the 

+#	Free Software Foundation and modified by the FreeRTOS exception.

 #	**NOTE** The exception to the GPL is included to allow you to distribute a

-#	combined work that includes FreeRTOS.org without being obliged to provide

-#	the source code for any proprietary components.  Alternative commercial

-#	license and support terms are also available upon request.  See the 

-#	licensing section of http://www.FreeRTOS.org for full details.

+#	combined work that includes FreeRTOS without being obliged to provide the 

+#	source code for proprietary components outside of the FreeRTOS kernel.  

+#	Alternative commercial license and support terms are also available upon 

+#	request.  See the licensing section of http://www.FreeRTOS.org for full 

+#	license details.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 #	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 #	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 #	more details.

 #

 #	You should have received a copy of the GNU General Public License along

-#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+#	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 #	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

 #

 #	***************************************************************************

 #	*                                                                         *

-#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-#	*                                                                         *

-#	* This is a concise, step by step, 'hands on' guide that describes both   *

-#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-#	* explains numerous examples that are written using the FreeRTOS API.     *

-#	* Full source code for all the examples is provided in an accompanying    *

-#	* .zip file.                                                              *

+#	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+#	* See http://www.FreeRTOS.org/Documentation for details                   *

 #	*                                                                         *

 #	***************************************************************************

 #

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
index 1562bc5..435af45 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index 6d27f55..edb7949 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
index f8ccbeb..7566a4a 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index c25bfa3..7608d43 100644
--- a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index 1562bc5..435af45 100644
--- a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2368_Rowley/main.c b/Demo/ARM7_LPC2368_Rowley/main.c
index 85498b4..7691ca3 100644
--- a/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
index 834d8e5..42a454f 100644
--- a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
+++ b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index eb2251d..0b95bfa 100644
--- a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index d4ee529..c2c4a9e 100644
--- a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR71x_IAR/main.c b/Demo/ARM7_STR71x_IAR/main.c
index b08e8e7..78b377b 100644
--- a/Demo/ARM7_STR71x_IAR/main.c
+++ b/Demo/ARM7_STR71x_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR71x_IAR/serial/serial.c b/Demo/ARM7_STR71x_IAR/serial/serial.c
index 6097af5..3b82f93 100644
--- a/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
index e85d824..3dd321a 100644
--- a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index 6b5017c..aab4718 100644
--- a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR75x_GCC/main.c b/Demo/ARM7_STR75x_GCC/main.c
index 916204b..760014e 100644
--- a/Demo/ARM7_STR75x_GCC/main.c
+++ b/Demo/ARM7_STR75x_GCC/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR75x_GCC/serial/serial.c b/Demo/ARM7_STR75x_GCC/serial/serial.c
index b4de066..0a472cc 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serial.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
index cb9ddbd..fde177c 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serialISR.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index 1e10725..7436020 100644
--- a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index 6b5017c..aab4718 100644
--- a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR75x_IAR/main.c b/Demo/ARM7_STR75x_IAR/main.c
index 36aaf39..320df35 100644
--- a/Demo/ARM7_STR75x_IAR/main.c
+++ b/Demo/ARM7_STR75x_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM7_STR75x_IAR/serial/serial.c b/Demo/ARM7_STR75x_IAR/serial/serial.c
index 01a663a..26c112c 100644
--- a/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index 7623b45..9afbcc3 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index c87c571..4debd3a 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/main.c b/Demo/ARM9_AT91SAM9XE_IAR/main.c
index fe2133e..23fcfc9 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index c7857e1..3d6ce1a 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index 2178320..ba038d7 100644
--- a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
index a32f293..739d39d 100644
--- a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
index fb3800a..68e6a41 100644
--- a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
+++ b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
index bb00b46..97fae61 100644
--- a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
+++ b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
@@ -1,37 +1,33 @@
 

 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM9_STR91X_IAR/main.c b/Demo/ARM9_STR91X_IAR/main.c
index 1eecce7..332d2f7 100644
--- a/Demo/ARM9_STR91X_IAR/main.c
+++ b/Demo/ARM9_STR91X_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM9_STR91X_IAR/serial/serial.c b/Demo/ARM9_STR91X_IAR/serial/serial.c
index 1f91a39..b55368b 100644
--- a/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index 0a2b58e..b5474ce 100644
--- a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
+++ b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR32_UC3/main.c b/Demo/AVR32_UC3/main.c
index 320168f..aa987b6 100644
--- a/Demo/AVR32_UC3/main.c
+++ b/Demo/AVR32_UC3/main.c
@@ -30,38 +30,34 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index c846b0e..4a3a75e 100644
--- a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
index 893cdf4..37880b7 100644
--- a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_IAR/main.c b/Demo/AVR_ATMega323_IAR/main.c
index c66fb77..44108f4 100644
--- a/Demo/AVR_ATMega323_IAR/main.c
+++ b/Demo/AVR_ATMega323_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_IAR/regtest.c b/Demo/AVR_ATMega323_IAR/regtest.c
index afa7ffc..0cabfd7 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_IAR/regtest.h b/Demo/AVR_ATMega323_IAR/regtest.h
index 1f0dffe..9582c15 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_IAR/serial/serial.c b/Demo/AVR_ATMega323_IAR/serial/serial.c
index c75005c..5e85105 100644
--- a/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index 75fcdfc..71e7cd7 100644
--- a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
index 155e266..f005184 100644
--- a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_WinAVR/main.c b/Demo/AVR_ATMega323_WinAVR/main.c
index 91c5ad7..f0a3cb4 100644
--- a/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.c b/Demo/AVR_ATMega323_WinAVR/regtest.c
index caff5eb..a6fce38 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.h b/Demo/AVR_ATMega323_WinAVR/regtest.h
index 1f0dffe..9582c15 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index b1d81aa..e38f8b4 100644
--- a/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h b/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
index b078195..2927639 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
index 4921afc..3a14982 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h b/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
index 28a185b..2fa2de9 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/main.c b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
index 6d1a457..217b723 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/main.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
index f8fcd58..fcae67f 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index 9124758..db40f23 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
index 02f0190..09e8180 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
index 4b5c5f4..8d6c6b0 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index 6e7ed9c..92ba022 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index 02d22fd..7d535e3 100644
--- a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index c42a7e9..06cf30b 100644
--- a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_GCC/main.c b/Demo/CORTEX_LM3S102_GCC/main.c
index 02f0190..09e8180 100644
--- a/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
index 9124758..db40f23 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
index c05c132..fe06cf6 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
index 4b5c5f4..8d6c6b0 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
index 8c57526..f9766a9 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
index 6e32319..736a8db 100644
--- a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
index c42a7e9..06cf30b 100644
--- a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/main.c b/Demo/CORTEX_LM3S102_KEIL/main.c
index c05c132..fe06cf6 100644
--- a/Demo/CORTEX_LM3S102_KEIL/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index 02d22fd..7d535e3 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
index c42a7e9..06cf30b 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index 3756139..5f7396f 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index 2209655..01d1be4 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
index c42a7e9..06cf30b 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
index 5c8ada7..fffe778 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
index 7929450..fc69681 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
index 08474dd..dc2be90 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index 9a2c548..d103dbc 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index 0540b4d..ee00446 100644
--- a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index c42a7e9..06cf30b 100644
--- a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.c b/Demo/CORTEX_LM3S316_IAR/commstest.c
index 3332cf1..c5e1f14 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.h b/Demo/CORTEX_LM3S316_IAR/commstest.h
index 4d2eecc..17e7f11 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S316_IAR/main.c b/Demo/CORTEX_LM3S316_IAR/main.c
index 7c189e6..ca59bcc 100644
--- a/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index 6ad37c2..e5a5896 100644
--- a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S811_GCC/main.c b/Demo/CORTEX_LM3S811_GCC/main.c
index 5560119..c58f026 100644
--- a/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index bd9ad34..b9b7ce7 100644
--- a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S811_IAR/main.c b/Demo/CORTEX_LM3S811_IAR/main.c
index 22ad8e4..591c74a 100644
--- a/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
index ec4ba8c..794efac 100644
--- a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index 4710148..781c4bb 100644
--- a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
+++ b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/main.c b/Demo/CORTEX_LM3S811_KEIL/main.c
index 5d1d69f..0a5d872 100644
--- a/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
index d658b0d..171e99d 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
index 73005d9..aa81448 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
index 785cfff..2e6ccc8 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
index fa4107d..c2c4b4e 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
@@ -1,36 +1,32 @@
 #/*

-#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

-#	This file is part of the FreeRTOS.org distribution.

+#	This file is part of the FreeRTOS distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify it

-#	under the terms of the GNU General Public License (version 2) as published

-#	by the Free Software Foundation and modified by the FreeRTOS exception.

+#	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+#	the terms of the GNU General Public License (version 2) as published by the 

+#	Free Software Foundation and modified by the FreeRTOS exception.

 #	**NOTE** The exception to the GPL is included to allow you to distribute a

-#	combined work that includes FreeRTOS.org without being obliged to provide

-#	the source code for any proprietary components.  Alternative commercial

-#	license and support terms are also available upon request.  See the 

-#	licensing section of http://www.FreeRTOS.org for full details.

+#	combined work that includes FreeRTOS without being obliged to provide the 

+#	source code for proprietary components outside of the FreeRTOS kernel.  

+#	Alternative commercial license and support terms are also available upon 

+#	request.  See the licensing section of http://www.FreeRTOS.org for full 

+#	license details.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 #	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 #	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 #	more details.

 #

 #	You should have received a copy of the GNU General Public License along

-#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+#	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 #	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

 #

 #	***************************************************************************

 #	*                                                                         *

-#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-#	*                                                                         *

-#	* This is a concise, step by step, 'hands on' guide that describes both   *

-#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-#	* explains numerous examples that are written using the FreeRTOS API.     *

-#	* Full source code for all the examples is provided in an accompanying    *

-#	* .zip file.                                                              *

+#	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+#	* See http://www.FreeRTOS.org/Documentation for details                   *

 #	*                                                                         *

 #	***************************************************************************

 #

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
index 06c7beb..fee2b65 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
index aaea0a3..6f54be4 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
index 4bb3247..aecdb44 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
index bc917d0..3a3bcd6 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
index fdad783..576eae5 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
index 4206316..8a4ca27 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index 73005d9..aa81448 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index 785cfff..2e6ccc8 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
index 06c7beb..fee2b65 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index ec563cc..4749e1a 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index 7d06281..8b96984 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
index 9298b00..45ed928 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
index e5d14cd..f4082f2 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/.cproject b/Demo/CORTEX_LPC1768_GCC_RedSuite/.cproject
index 848eebd..b0c8bf1 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/.cproject
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/.cproject
@@ -73,7 +73,7 @@
 <tool id="com.crt.advproject.link.exe.debug.1514106711" name="MCU Linker" superClass="com.crt.advproject.link.exe.debug">

 <option id="com.crt.advproject.link.arch.420484637" name="Architecture" superClass="com.crt.advproject.link.arch" value="com.crt.advproject.link.target.cm3" valueType="enumerated"/>

 <option id="com.crt.advproject.link.thumb.1827721661" name="Thumb mode" superClass="com.crt.advproject.link.thumb" value="true" valueType="boolean"/>

-<option id="com.crt.advproject.link.script.285435470" name="Linker script" superClass="com.crt.advproject.link.script" value="&quot;rtosdemo_rdb1768_Debug.ld&quot; " valueType="string"/>

+<option id="com.crt.advproject.link.script.285435470" name="Linker script" superClass="com.crt.advproject.link.script" value="&quot;${workspace_loc:/RTOSDemo_RDB1768/src/rtosdemo_rdb1768_Debug.ld}&quot;" valueType="string"/>

 <option id="com.crt.advproject.link.manage.913993351" name="Manage linker script" superClass="com.crt.advproject.link.manage" value="false" valueType="boolean"/>

 <option id="gnu.c.link.option.nostdlibs.1027293252" name="No startup or default libs (-nostdlib)" superClass="gnu.c.link.option.nostdlibs" value="true" valueType="boolean"/>

 <option id="gnu.c.link.option.other.762506621" name="Other options (-Xlinker [option])" superClass="gnu.c.link.option.other" valueType="stringList">

@@ -448,6 +448,7 @@
 </storageModule>

 <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>

 <storageModule moduleId="org.eclipse.cdt.core.language.mapping"/>

+<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>

 </cconfiguration>

 <cconfiguration id="com.crt.advproject.config.exe.release.429003282">

 <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.crt.advproject.config.exe.release.429003282" moduleId="org.eclipse.cdt.core.settings" name="Release">

@@ -848,6 +849,7 @@
 </storageModule>

 <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>

 <storageModule moduleId="org.eclipse.cdt.core.language.mapping"/>

+<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>

 </cconfiguration>

 </storageModule>

 <storageModule moduleId="cdtBuildSystem" version="4.0.0">

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index 384a761..1458e9e 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
index f6298c5..60f4976 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
index 2fd4b28..1a57910 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/rtosdemo_rdb1768_Debug.ld b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/rtosdemo_rdb1768_Debug.ld
index b05cf72..b298633 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/rtosdemo_rdb1768_Debug.ld
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/rtosdemo_rdb1768_Debug.ld
@@ -5,8 +5,17 @@
  * (created from nxp_lpc13_c.ld (v2.0.11 (200907061347)) on Thu Jul 09 12:44:31 BST 2009)

 */

 

-INCLUDE "rtosdemo_rdb1768_Debug_lib.ld "
-INCLUDE "rtosdemo_rdb1768_Debug_mem.ld "

+GROUP(libgcc.a libc.a)
+

+MEMORY

+{

+     FLASH (rx) : ORIGIN = 0x0 LENGTH = 0x80000

+     SRAM (rwx) : ORIGIN = 0x10000000, LENGTH = 0x8000

+	 AHBSRAM0   : ORIGIN = 0x2007c000, LENGTH = 0x4000

+	 AHBSRAM1   : ORIGIN = 0x20080000, LENGTH = 0x4000

+}

+

+_vRamTop = 0x10000000 + 0x8000;

 

 ENTRY(ResetISR)

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/rtosdemo_rdb1768_Debug_lib.ld b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/rtosdemo_rdb1768_Debug_lib.ld
deleted file mode 100644
index aa6d699..0000000
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/rtosdemo_rdb1768_Debug_lib.ld
+++ /dev/null
@@ -1,8 +0,0 @@
-/*

- * GENERATED FILE - DO NOT EDIT

- * (C) Code Red Technologies Ltd, 2008-9

- * Generated linker script library include file for Newlib (none) 

- * (created from newlib_none_c.ld (v2.0.11 (200907061347)) on Thu Jul 09 13:02:36 BST 2009)

-*/

-

-GROUP(libgcc.a libc.a)

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/rtosdemo_rdb1768_Debug_mem.ld b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/rtosdemo_rdb1768_Debug_mem.ld
deleted file mode 100644
index 7c9bf63..0000000
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/rtosdemo_rdb1768_Debug_mem.ld
+++ /dev/null
@@ -1,16 +0,0 @@
-/*

- * GENERATED FILE - DO NOT EDIT

- * (C) Code Red Technologies Ltd, 2008-9

- * Generated linker script include file for 

- * (created from LinkMemoryTemplate (v2.0.11 (200907061347)) on Thu Jul 09 12:44:31 BST 2009)

-*/

-

-MEMORY

-{

-     FLASH (rx) : ORIGIN = 0x0 LENGTH = 0x80000

-     SRAM (rwx) : ORIGIN = 0x10000000, LENGTH = 0x8000

-	 AHBSRAM0   : ORIGIN = 0x2007c000, LENGTH = 0x4000

-	 AHBSRAM1   : ORIGIN = 0x20080000, LENGTH = 0x4000

-}

-

-_vRamTop = 0x10000000 + 0x8000;

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
index 768c8d4..eaeb08c 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
index e5274c9..6f56b92 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
index 8909f6d..1458e9e 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
index dc4fdd6..d0f6ba1 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c b/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
index 3439f72..77a99b7 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
index 2897325..d5ab7ea 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
index 768c8d4..eaeb08c 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
index 261baa5..ea9e43e 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index 22edf76..d58c26e 100644
--- a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index 7b439ef..1a09062 100644
--- a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_IAR/main.c b/Demo/CORTEX_STM32F103_IAR/main.c
index c18fa88..2f86b7f 100644
--- a/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index 4cc74e2..6d2e3d7 100644
--- a/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_IAR/timertest.c b/Demo/CORTEX_STM32F103_IAR/timertest.c
index d14b555..a17efb2 100644
--- a/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index 22edf76..d58c26e 100644
--- a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index 7b439ef..1a09062 100644
--- a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_Keil/main.c b/Demo/CORTEX_STM32F103_Keil/main.c
index c18fa88..2f86b7f 100644
--- a/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index 4cc74e2..6d2e3d7 100644
--- a/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_Keil/timertest.c b/Demo/CORTEX_STM32F103_Keil/timertest.c
index d14b555..a17efb2 100644
--- a/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
index 8192775..da02c1b 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
index b61b0ad..fe407ff 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index 55cf531..316e11d 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
index bbf331e..7228f34 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index d14b555..a17efb2 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
index 88e66a9..82656a2 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc
index cb5ff20..d4437fd 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
index c414442..65bc22e 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
index 9cfb017..9f603a5 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp b/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
index a5fb48b..118a0aa 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
index 063ec82..b420e3a 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
index a5fb48b..118a0aa 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
index 4796794..5611915 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
index 5312c17..f91dd91 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
index 5302383..a68b8bb 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
index a4b084e..73d3c32 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
index ea63b20..1dad2a0 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
index e307e50..e4fe18c 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
index 34bc442..521ce9b 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
index ac6b2b2..d9f8b45 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index 64ac812..ea35bd2 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
index d1ed07d..7baaa71 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
index f3124cb..232c61f 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index b9cd4cb..5d2f6e0 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index 646a342..3e7670b 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 61150e9..9d9a6ee 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index bae149c..f9f03b9 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
index bdbf4d2..e094377 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
index 8fe08d6..ec34358 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
index e006b11..efd2db8 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 69f9380..f5e6fef 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index dfdc83f..a54083d 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
index 276f182..1f4db7e 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index 0a5bd63..ce1bf5b 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index 3084190..b387074 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
index f3124cb..232c61f 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index 1e7b104..e2e2f7a 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 6d72627..82574a2 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index bae149c..f9f03b9 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
index 2423f6d..5792981 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
index 785cfff..2e6ccc8 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
index b06d56d..92020a4 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
index 36b0882..16fd667 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
index 2bce7a5..53ba6f2 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Full/BlockQ.c b/Demo/Common/Full/BlockQ.c
index a18dd74..2c4c8e5 100644
--- a/Demo/Common/Full/BlockQ.c
+++ b/Demo/Common/Full/BlockQ.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Full/PollQ.c b/Demo/Common/Full/PollQ.c
index afe0575..ecc71ea 100644
--- a/Demo/Common/Full/PollQ.c
+++ b/Demo/Common/Full/PollQ.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Full/comtest.c b/Demo/Common/Full/comtest.c
index 495dd48..d13b5f4 100644
--- a/Demo/Common/Full/comtest.c
+++ b/Demo/Common/Full/comtest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Full/death.c b/Demo/Common/Full/death.c
index 4c89810..1dfee1a 100644
--- a/Demo/Common/Full/death.c
+++ b/Demo/Common/Full/death.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Full/dynamic.c b/Demo/Common/Full/dynamic.c
index 229b8c5..826c879 100644
--- a/Demo/Common/Full/dynamic.c
+++ b/Demo/Common/Full/dynamic.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Full/events.c b/Demo/Common/Full/events.c
index 34a76f1..de9770d 100644
--- a/Demo/Common/Full/events.c
+++ b/Demo/Common/Full/events.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Full/flash.c b/Demo/Common/Full/flash.c
index 04b12e8..85a2720 100644
--- a/Demo/Common/Full/flash.c
+++ b/Demo/Common/Full/flash.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Full/flop.c b/Demo/Common/Full/flop.c
index f079ed8..c5e6da0 100644
--- a/Demo/Common/Full/flop.c
+++ b/Demo/Common/Full/flop.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Full/integer.c b/Demo/Common/Full/integer.c
index 4861798..5f85fbe 100644
--- a/Demo/Common/Full/integer.c
+++ b/Demo/Common/Full/integer.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Full/print.c b/Demo/Common/Full/print.c
index 4e689ae..9fbaedd 100644
--- a/Demo/Common/Full/print.c
+++ b/Demo/Common/Full/print.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Full/semtest.c b/Demo/Common/Full/semtest.c
index a68218d..39823e1 100644
--- a/Demo/Common/Full/semtest.c
+++ b/Demo/Common/Full/semtest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/AltBlckQ.c b/Demo/Common/Minimal/AltBlckQ.c
index 9928a0a..ff536d0 100644
--- a/Demo/Common/Minimal/AltBlckQ.c
+++ b/Demo/Common/Minimal/AltBlckQ.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/AltBlock.c b/Demo/Common/Minimal/AltBlock.c
index 0e841d4..8dc97e7 100644
--- a/Demo/Common/Minimal/AltBlock.c
+++ b/Demo/Common/Minimal/AltBlock.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/AltPollQ.c b/Demo/Common/Minimal/AltPollQ.c
index c6d1e6c..9b5c738 100644
--- a/Demo/Common/Minimal/AltPollQ.c
+++ b/Demo/Common/Minimal/AltPollQ.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/AltQTest.c b/Demo/Common/Minimal/AltQTest.c
index edc5705..acb1758 100644
--- a/Demo/Common/Minimal/AltQTest.c
+++ b/Demo/Common/Minimal/AltQTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/BlockQ.c b/Demo/Common/Minimal/BlockQ.c
index 1d3a515..59413d7 100644
--- a/Demo/Common/Minimal/BlockQ.c
+++ b/Demo/Common/Minimal/BlockQ.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/GenQTest.c b/Demo/Common/Minimal/GenQTest.c
index 34863ef..e166289 100644
--- a/Demo/Common/Minimal/GenQTest.c
+++ b/Demo/Common/Minimal/GenQTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/IntQueue.c b/Demo/Common/Minimal/IntQueue.c
index f1e7621..fc34be2 100644
--- a/Demo/Common/Minimal/IntQueue.c
+++ b/Demo/Common/Minimal/IntQueue.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/PollQ.c b/Demo/Common/Minimal/PollQ.c
index da103d2..daf12d4 100644
--- a/Demo/Common/Minimal/PollQ.c
+++ b/Demo/Common/Minimal/PollQ.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/QPeek.c b/Demo/Common/Minimal/QPeek.c
index f4ea4ad..ad9f5a3 100644
--- a/Demo/Common/Minimal/QPeek.c
+++ b/Demo/Common/Minimal/QPeek.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/blocktim.c b/Demo/Common/Minimal/blocktim.c
index 320f48a..08f7fdf 100644
--- a/Demo/Common/Minimal/blocktim.c
+++ b/Demo/Common/Minimal/blocktim.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/comtest.c b/Demo/Common/Minimal/comtest.c
index a958afa..5510651 100644
--- a/Demo/Common/Minimal/comtest.c
+++ b/Demo/Common/Minimal/comtest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/countsem.c b/Demo/Common/Minimal/countsem.c
index f0e7d9b..4ef258c 100644
--- a/Demo/Common/Minimal/countsem.c
+++ b/Demo/Common/Minimal/countsem.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/crflash.c b/Demo/Common/Minimal/crflash.c
index 88e68e2..996710c 100644
--- a/Demo/Common/Minimal/crflash.c
+++ b/Demo/Common/Minimal/crflash.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/crhook.c b/Demo/Common/Minimal/crhook.c
index c652f4f..fa106f9 100644
--- a/Demo/Common/Minimal/crhook.c
+++ b/Demo/Common/Minimal/crhook.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/death.c b/Demo/Common/Minimal/death.c
index 6743ca7..449d31e 100644
--- a/Demo/Common/Minimal/death.c
+++ b/Demo/Common/Minimal/death.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/dynamic.c b/Demo/Common/Minimal/dynamic.c
index 453a831..8d31af5 100644
--- a/Demo/Common/Minimal/dynamic.c
+++ b/Demo/Common/Minimal/dynamic.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/flash.c b/Demo/Common/Minimal/flash.c
index 61b0a89..e887c33 100644
--- a/Demo/Common/Minimal/flash.c
+++ b/Demo/Common/Minimal/flash.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/flop.c b/Demo/Common/Minimal/flop.c
index 5cfe68a..953c2cd 100644
--- a/Demo/Common/Minimal/flop.c
+++ b/Demo/Common/Minimal/flop.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/integer.c b/Demo/Common/Minimal/integer.c
index 96b7c6e..51f4ea5 100644
--- a/Demo/Common/Minimal/integer.c
+++ b/Demo/Common/Minimal/integer.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/recmutex.c b/Demo/Common/Minimal/recmutex.c
index a7f8a2e..78c3be6 100644
--- a/Demo/Common/Minimal/recmutex.c
+++ b/Demo/Common/Minimal/recmutex.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/Minimal/semtest.c b/Demo/Common/Minimal/semtest.c
index 98f6854..64be93a 100644
--- a/Demo/Common/Minimal/semtest.c
+++ b/Demo/Common/Minimal/semtest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/AltBlckQ.h b/Demo/Common/include/AltBlckQ.h
index d5df993..c01d715 100644
--- a/Demo/Common/include/AltBlckQ.h
+++ b/Demo/Common/include/AltBlckQ.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/AltBlock.h b/Demo/Common/include/AltBlock.h
index 1670e13..27a5d99 100644
--- a/Demo/Common/include/AltBlock.h
+++ b/Demo/Common/include/AltBlock.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/AltPollQ.h b/Demo/Common/include/AltPollQ.h
index 8c730d1..8039400 100644
--- a/Demo/Common/include/AltPollQ.h
+++ b/Demo/Common/include/AltPollQ.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/AltQTest.h b/Demo/Common/include/AltQTest.h
index c8b122a..e975e81 100644
--- a/Demo/Common/include/AltQTest.h
+++ b/Demo/Common/include/AltQTest.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/BlockQ.h b/Demo/Common/include/BlockQ.h
index 0a4afc8..d61494a 100644
--- a/Demo/Common/include/BlockQ.h
+++ b/Demo/Common/include/BlockQ.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/GenQTest.h b/Demo/Common/include/GenQTest.h
index 17c8d8f..21321b4 100644
--- a/Demo/Common/include/GenQTest.h
+++ b/Demo/Common/include/GenQTest.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/IntQueue.h b/Demo/Common/include/IntQueue.h
index 009479b..af11eae 100644
--- a/Demo/Common/include/IntQueue.h
+++ b/Demo/Common/include/IntQueue.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/PollQ.h b/Demo/Common/include/PollQ.h
index b344c16..7a1e427 100644
--- a/Demo/Common/include/PollQ.h
+++ b/Demo/Common/include/PollQ.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/QPeek.h b/Demo/Common/include/QPeek.h
index 45f6b29..dbaab95 100644
--- a/Demo/Common/include/QPeek.h
+++ b/Demo/Common/include/QPeek.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/blocktim.h b/Demo/Common/include/blocktim.h
index d7308b7..63cd08c 100644
--- a/Demo/Common/include/blocktim.h
+++ b/Demo/Common/include/blocktim.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/comtest.h b/Demo/Common/include/comtest.h
index 8bd76bd..3eb0195 100644
--- a/Demo/Common/include/comtest.h
+++ b/Demo/Common/include/comtest.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/comtest2.h b/Demo/Common/include/comtest2.h
index 0357b78..a3e8df0 100644
--- a/Demo/Common/include/comtest2.h
+++ b/Demo/Common/include/comtest2.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/countsem.h b/Demo/Common/include/countsem.h
index a76debc..4f448e0 100644
--- a/Demo/Common/include/countsem.h
+++ b/Demo/Common/include/countsem.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/crflash.h b/Demo/Common/include/crflash.h
index 1b69a1a..71aa1ef 100644
--- a/Demo/Common/include/crflash.h
+++ b/Demo/Common/include/crflash.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/crhook.h b/Demo/Common/include/crhook.h
index fa2fe35..5064fe1 100644
--- a/Demo/Common/include/crhook.h
+++ b/Demo/Common/include/crhook.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/death.h b/Demo/Common/include/death.h
index 288a26d..8b491d2 100644
--- a/Demo/Common/include/death.h
+++ b/Demo/Common/include/death.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/dynamic.h b/Demo/Common/include/dynamic.h
index a7f0d80..fd3559a 100644
--- a/Demo/Common/include/dynamic.h
+++ b/Demo/Common/include/dynamic.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/fileIO.h b/Demo/Common/include/fileIO.h
index 8d2066f..3b9027e 100644
--- a/Demo/Common/include/fileIO.h
+++ b/Demo/Common/include/fileIO.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/flash.h b/Demo/Common/include/flash.h
index 1269277..90c7a4d 100644
--- a/Demo/Common/include/flash.h
+++ b/Demo/Common/include/flash.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/flop.h b/Demo/Common/include/flop.h
index 89f3d86..1a85b98 100644
--- a/Demo/Common/include/flop.h
+++ b/Demo/Common/include/flop.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/integer.h b/Demo/Common/include/integer.h
index d8d05ff..5f84d7c 100644
--- a/Demo/Common/include/integer.h
+++ b/Demo/Common/include/integer.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/mevents.h b/Demo/Common/include/mevents.h
index 521a97d..b2850ce 100644
--- a/Demo/Common/include/mevents.h
+++ b/Demo/Common/include/mevents.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/partest.h b/Demo/Common/include/partest.h
index 848ed80..2ee4bf8 100644
--- a/Demo/Common/include/partest.h
+++ b/Demo/Common/include/partest.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/print.h b/Demo/Common/include/print.h
index a571306..5800d64 100644
--- a/Demo/Common/include/print.h
+++ b/Demo/Common/include/print.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/recmutex.h b/Demo/Common/include/recmutex.h
index e9d9f05..979f5ae 100644
--- a/Demo/Common/include/recmutex.h
+++ b/Demo/Common/include/recmutex.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/semtest.h b/Demo/Common/include/semtest.h
index 6884ec2..1a167d8 100644
--- a/Demo/Common/include/semtest.h
+++ b/Demo/Common/include/semtest.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Common/include/serial.h b/Demo/Common/include/serial.h
index 3f5e023..1f2b3e6 100644
--- a/Demo/Common/include/serial.h
+++ b/Demo/Common/include/serial.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Cygnal/FreeRTOSConfig.h b/Demo/Cygnal/FreeRTOSConfig.h
index d15a910..88a05f1 100644
--- a/Demo/Cygnal/FreeRTOSConfig.h
+++ b/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Cygnal/Makefile b/Demo/Cygnal/Makefile
index c77b268..50574a6 100644
--- a/Demo/Cygnal/Makefile
+++ b/Demo/Cygnal/Makefile
@@ -1,36 +1,32 @@
 #/*

-#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

-#	This file is part of the FreeRTOS.org distribution.

+#	This file is part of the FreeRTOS distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify it

-#	under the terms of the GNU General Public License (version 2) as published

-#	by the Free Software Foundation and modified by the FreeRTOS exception.

+#	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+#	the terms of the GNU General Public License (version 2) as published by the 

+#	Free Software Foundation and modified by the FreeRTOS exception.

 #	**NOTE** The exception to the GPL is included to allow you to distribute a

-#	combined work that includes FreeRTOS.org without being obliged to provide

-#	the source code for any proprietary components.  Alternative commercial

-#	license and support terms are also available upon request.  See the 

-#	licensing section of http://www.FreeRTOS.org for full details.

+#	combined work that includes FreeRTOS without being obliged to provide the 

+#	source code for proprietary components outside of the FreeRTOS kernel.  

+#	Alternative commercial license and support terms are also available upon 

+#	request.  See the licensing section of http://www.FreeRTOS.org for full 

+#	license details.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 #	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 #	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 #	more details.

 #

 #	You should have received a copy of the GNU General Public License along

-#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+#	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 #	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

 #

 #	***************************************************************************

 #	*                                                                         *

-#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-#	*                                                                         *

-#	* This is a concise, step by step, 'hands on' guide that describes both   *

-#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-#	* explains numerous examples that are written using the FreeRTOS API.     *

-#	* Full source code for all the examples is provided in an accompanying    *

-#	* .zip file.                                                              *

+#	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+#	* See http://www.FreeRTOS.org/Documentation for details                   *

 #	*                                                                         *

 #	***************************************************************************

 #

diff --git a/Demo/Cygnal/ParTest/ParTest.c b/Demo/Cygnal/ParTest/ParTest.c
index 9efe85b..68e1d3c 100644
--- a/Demo/Cygnal/ParTest/ParTest.c
+++ b/Demo/Cygnal/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Cygnal/main.c b/Demo/Cygnal/main.c
index 3196509..2170a48 100644
--- a/Demo/Cygnal/main.c
+++ b/Demo/Cygnal/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Cygnal/serial/serial.c b/Demo/Cygnal/serial/serial.c
index ed386e0..2aa40a9 100644
--- a/Demo/Cygnal/serial/serial.c
+++ b/Demo/Cygnal/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Flshlite/FRConfig.h b/Demo/Flshlite/FRConfig.h
index fdb12b9..afbfa4a 100644
--- a/Demo/Flshlite/FRConfig.h
+++ b/Demo/Flshlite/FRConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Flshlite/FileIO/fileIO.c b/Demo/Flshlite/FileIO/fileIO.c
index 9c5ec92..dfd5c1e 100644
--- a/Demo/Flshlite/FileIO/fileIO.c
+++ b/Demo/Flshlite/FileIO/fileIO.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Flshlite/FreeRTOSConfig.h b/Demo/Flshlite/FreeRTOSConfig.h
index 6fb9d74..b49da11 100644
--- a/Demo/Flshlite/FreeRTOSConfig.h
+++ b/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Flshlite/ParTest/ParTest.c b/Demo/Flshlite/ParTest/ParTest.c
index 4fc157f..c82d1c1 100644
--- a/Demo/Flshlite/ParTest/ParTest.c
+++ b/Demo/Flshlite/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Flshlite/main.c b/Demo/Flshlite/main.c
index 17b937d..b1bb7a3 100644
--- a/Demo/Flshlite/main.c
+++ b/Demo/Flshlite/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/Flshlite/serial/serial.c b/Demo/Flshlite/serial/serial.c
index 9ce8c4d..c584bf3 100644
--- a/Demo/Flshlite/serial/serial.c
+++ b/Demo/Flshlite/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index fb5a4d1..7e71aac 100644
--- a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index 23739f3..a555cc0 100644
--- a/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/H8S/RTOSDemo/main.c b/Demo/H8S/RTOSDemo/main.c
index 2b5eaf6..b9740ba 100644
--- a/Demo/H8S/RTOSDemo/main.c
+++ b/Demo/H8S/RTOSDemo/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/H8S/RTOSDemo/serial/serial.c b/Demo/H8S/RTOSDemo/serial/serial.c
index ee5a220..b6f85c1 100644
--- a/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index d74e02d..ada6b67 100644
--- a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index 6d74511..d3894f1 100644
--- a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_CodeWarrior_banked/main.c b/Demo/HCS12_CodeWarrior_banked/main.c
index fbac074..cc29ffc 100644
--- a/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,37 +1,33 @@
 

 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index c0b9b4c..9a02686 100644
--- a/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index 80ac7f8..1966ac3 100644
--- a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index 6d74511..d3894f1 100644
--- a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_CodeWarrior_small/main.c b/Demo/HCS12_CodeWarrior_small/main.c
index f394ba5..9589df5 100644
--- a/Demo/HCS12_CodeWarrior_small/main.c
+++ b/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_CodeWarrior_small/serial/serial.c b/Demo/HCS12_CodeWarrior_small/serial/serial.c
index c70b87f..1504237 100644
--- a/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index 76f142e..54ef96d 100644
--- a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_GCC_banked/ParTest.c b/Demo/HCS12_GCC_banked/ParTest.c
index 36e8f59..b87da41 100644
--- a/Demo/HCS12_GCC_banked/ParTest.c
+++ b/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_GCC_banked/main.c b/Demo/HCS12_GCC_banked/main.c
index 1df255e..b853445 100644
--- a/Demo/HCS12_GCC_banked/main.c
+++ b/Demo/HCS12_GCC_banked/main.c
@@ -1,37 +1,33 @@
 

 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/HCS12_GCC_banked/startup.c b/Demo/HCS12_GCC_banked/startup.c
index c91749d..dcb6dbe 100644
--- a/Demo/HCS12_GCC_banked/startup.c
+++ b/Demo/HCS12_GCC_banked/startup.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index 404185b..c97dccb 100644
--- a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB91460_Softune/SRC/crflash_modified.c b/Demo/MB91460_Softune/SRC/crflash_modified.c
index f34e061..c02a08b 100644
--- a/Demo/MB91460_Softune/SRC/crflash_modified.c
+++ b/Demo/MB91460_Softune/SRC/crflash_modified.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB91460_Softune/SRC/main.c b/Demo/MB91460_Softune/SRC/main.c
index 61768f4..803b760 100644
--- a/Demo/MB91460_Softune/SRC/main.c
+++ b/Demo/MB91460_Softune/SRC/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB91460_Softune/SRC/partest/partest.c b/Demo/MB91460_Softune/SRC/partest/partest.c
index 9d47f31..f094f8e 100644
--- a/Demo/MB91460_Softune/SRC/partest/partest.c
+++ b/Demo/MB91460_Softune/SRC/partest/partest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB91460_Softune/SRC/serial/serial.c b/Demo/MB91460_Softune/SRC/serial/serial.c
index 4ecb50b..454414e 100644
--- a/Demo/MB91460_Softune/SRC/serial/serial.c
+++ b/Demo/MB91460_Softune/SRC/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
index 97a4cd0..276c74d 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
index f34e061..c02a08b 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
index 20ad549..1ece606 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
index f734e68..36b35cd 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
index 2ff018e..cafb16e 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
index 47eaf0b..8e16ef2 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
index 8b611c4..2361977 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index 5d8fea5..a30696a 100644
--- a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c b/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
index fa1a8fd..5004263 100644
--- a/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
+++ b/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
index 3dfbc1d..fce4ed2 100644
--- a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
+++ b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/main.c b/Demo/MB96350_Softune_Dice_Kit/main.c
index 74ac4d4..92e846c 100644
--- a/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MicroBlaze/FreeRTOSConfig.h b/Demo/MicroBlaze/FreeRTOSConfig.h
index ba06e6b..e1256df 100644
--- a/Demo/MicroBlaze/FreeRTOSConfig.h
+++ b/Demo/MicroBlaze/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MicroBlaze/ParTest/ParTest.c b/Demo/MicroBlaze/ParTest/ParTest.c
index 3c8216c..11abfed 100644
--- a/Demo/MicroBlaze/ParTest/ParTest.c
+++ b/Demo/MicroBlaze/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MicroBlaze/main.c b/Demo/MicroBlaze/main.c
index 4d3fa1c..446ac1c 100644
--- a/Demo/MicroBlaze/main.c
+++ b/Demo/MicroBlaze/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/MicroBlaze/serial/serial.c b/Demo/MicroBlaze/serial/serial.c
index b940d8b..d49aa69 100644
--- a/Demo/MicroBlaze/serial/serial.c
+++ b/Demo/MicroBlaze/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/NEC_78K0R_IAR/ButtonISR.s26 b/Demo/NEC_78K0R_IAR/ButtonISR.s26
index 6938964..d5339f3 100644
--- a/Demo/NEC_78K0R_IAR/ButtonISR.s26
+++ b/Demo/NEC_78K0R_IAR/ButtonISR.s26
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Demo/NEC_78K0R_IAR/ButtonTask.c b/Demo/NEC_78K0R_IAR/ButtonTask.c
index 248024d..17f8994 100644
--- a/Demo/NEC_78K0R_IAR/ButtonTask.c
+++ b/Demo/NEC_78K0R_IAR/ButtonTask.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index 0b864ea..d28441b 100644
--- a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/NEC_78K0R_IAR/RegTest.s26 b/Demo/NEC_78K0R_IAR/RegTest.s26
index f56402f..e266c7c 100644
--- a/Demo/NEC_78K0R_IAR/RegTest.s26
+++ b/Demo/NEC_78K0R_IAR/RegTest.s26
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Demo/NEC_78K0R_IAR/main.c b/Demo/NEC_78K0R_IAR/main.c
index 2307e42..5a5d35a 100644
--- a/Demo/NEC_78K0R_IAR/main.c
+++ b/Demo/NEC_78K0R_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
index 6adb456..9e65f53 100644
--- a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
index 3c3e68b..90d62e5 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
index e7f7514..ae10186 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
index e290e6f..5ad4bef 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
index 8880b67..0a36fd5 100644
--- a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
+++ b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
index 4c06ce0..ad18377 100644
--- a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
+++ b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/NEC_V850ES_IAR/RegTest.s85 b/Demo/NEC_V850ES_IAR/RegTest.s85
index 5d9a40d..e0700ce 100644
--- a/Demo/NEC_V850ES_IAR/RegTest.s85
+++ b/Demo/NEC_V850ES_IAR/RegTest.s85
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Demo/NEC_V850ES_IAR/main.c b/Demo/NEC_V850ES_IAR/main.c
index 9a43fd3..cb7f712 100644
--- a/Demo/NEC_V850ES_IAR/main.c
+++ b/Demo/NEC_V850ES_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/NEC_V850ES_IAR/serial/serial.c b/Demo/NEC_V850ES_IAR/serial/serial.c
index 84512fe..72f3f55 100644
--- a/Demo/NEC_V850ES_IAR/serial/serial.c
+++ b/Demo/NEC_V850ES_IAR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PC/FRConfig.h b/Demo/PC/FRConfig.h
index 5dce47c..da5caf7 100644
--- a/Demo/PC/FRConfig.h
+++ b/Demo/PC/FRConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PC/FileIO/fileIO.c b/Demo/PC/FileIO/fileIO.c
index 737ecb9..aa1fd1d 100644
--- a/Demo/PC/FileIO/fileIO.c
+++ b/Demo/PC/FileIO/fileIO.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PC/FreeRTOSConfig.h b/Demo/PC/FreeRTOSConfig.h
index 33a8e99..0c7d9cd 100644
--- a/Demo/PC/FreeRTOSConfig.h
+++ b/Demo/PC/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PC/ParTest/ParTest.c b/Demo/PC/ParTest/ParTest.c
index 7644766..8a4bc72 100644
--- a/Demo/PC/ParTest/ParTest.c
+++ b/Demo/PC/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PC/main.c b/Demo/PC/main.c
index 9f5ab00..877578e 100644
--- a/Demo/PC/main.c
+++ b/Demo/PC/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PC/serial/serial.c b/Demo/PC/serial/serial.c
index 1b0e61b..6121870 100644
--- a/Demo/PC/serial/serial.c
+++ b/Demo/PC/serial/serial.c
@@ -5,38 +5,34 @@
 	http://dzcomm.sourceforge.net

 

 

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
index cc5aa6d..e760098 100644
--- a/Demo/PIC18_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_MPLAB/ParTest/ParTest.c b/Demo/PIC18_MPLAB/ParTest/ParTest.c
index 37cbd4e..badd3f7 100644
--- a/Demo/PIC18_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC18_MPLAB/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_MPLAB/main1.c b/Demo/PIC18_MPLAB/main1.c
index 769ab38..20d77ec 100644
--- a/Demo/PIC18_MPLAB/main1.c
+++ b/Demo/PIC18_MPLAB/main1.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_MPLAB/main2.c b/Demo/PIC18_MPLAB/main2.c
index 778b91c..3dc5cd8 100644
--- a/Demo/PIC18_MPLAB/main2.c
+++ b/Demo/PIC18_MPLAB/main2.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_MPLAB/main3.c b/Demo/PIC18_MPLAB/main3.c
index 70a8a23..a272f54 100644
--- a/Demo/PIC18_MPLAB/main3.c
+++ b/Demo/PIC18_MPLAB/main3.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_MPLAB/serial/serial.c b/Demo/PIC18_MPLAB/serial/serial.c
index d16af3e..7a4c49c 100644
--- a/Demo/PIC18_MPLAB/serial/serial.c
+++ b/Demo/PIC18_MPLAB/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
index 6368972..7509fda 100644
--- a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo1/WIZCmake.h b/Demo/PIC18_WizC/Demo1/WIZCmake.h
index ed9516c..98e9457 100644
--- a/Demo/PIC18_WizC/Demo1/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo1/WIZCmake.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo1/fuses.c b/Demo/PIC18_WizC/Demo1/fuses.c
index e0f2b65..888c44d 100644
--- a/Demo/PIC18_WizC/Demo1/fuses.c
+++ b/Demo/PIC18_WizC/Demo1/fuses.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo1/interrupt.c b/Demo/PIC18_WizC/Demo1/interrupt.c
index 4c1bdba..b890fdf 100644
--- a/Demo/PIC18_WizC/Demo1/interrupt.c
+++ b/Demo/PIC18_WizC/Demo1/interrupt.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo1/main.c b/Demo/PIC18_WizC/Demo1/main.c
index c07123c..79d4af9 100644
--- a/Demo/PIC18_WizC/Demo1/main.c
+++ b/Demo/PIC18_WizC/Demo1/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
index a1d17c9..4cbee25 100644
--- a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo2/WIZCmake.h b/Demo/PIC18_WizC/Demo2/WIZCmake.h
index fa2bc42..9f57694 100644
--- a/Demo/PIC18_WizC/Demo2/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo2/WIZCmake.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo2/fuses.c b/Demo/PIC18_WizC/Demo2/fuses.c
index e0f2b65..888c44d 100644
--- a/Demo/PIC18_WizC/Demo2/fuses.c
+++ b/Demo/PIC18_WizC/Demo2/fuses.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo2/interrupt.c b/Demo/PIC18_WizC/Demo2/interrupt.c
index ec40dce..ad2eb16 100644
--- a/Demo/PIC18_WizC/Demo2/interrupt.c
+++ b/Demo/PIC18_WizC/Demo2/interrupt.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo2/main.c b/Demo/PIC18_WizC/Demo2/main.c
index fecb777..a0923dd 100644
--- a/Demo/PIC18_WizC/Demo2/main.c
+++ b/Demo/PIC18_WizC/Demo2/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
index 5458f0a..80348f4 100644
--- a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo3/WIZCmake.h b/Demo/PIC18_WizC/Demo3/WIZCmake.h
index fa2bc42..9f57694 100644
--- a/Demo/PIC18_WizC/Demo3/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo3/WIZCmake.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo3/fuses.c b/Demo/PIC18_WizC/Demo3/fuses.c
index e0f2b65..888c44d 100644
--- a/Demo/PIC18_WizC/Demo3/fuses.c
+++ b/Demo/PIC18_WizC/Demo3/fuses.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo3/interrupt.c b/Demo/PIC18_WizC/Demo3/interrupt.c
index ec40dce..ad2eb16 100644
--- a/Demo/PIC18_WizC/Demo3/interrupt.c
+++ b/Demo/PIC18_WizC/Demo3/interrupt.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo3/main.c b/Demo/PIC18_WizC/Demo3/main.c
index d9733ee..39e2aa8 100644
--- a/Demo/PIC18_WizC/Demo3/main.c
+++ b/Demo/PIC18_WizC/Demo3/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
index 5cd7696..e56c250 100644
--- a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo4/WIZCmake.h b/Demo/PIC18_WizC/Demo4/WIZCmake.h
index fa2bc42..9f57694 100644
--- a/Demo/PIC18_WizC/Demo4/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo4/WIZCmake.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo4/fuses.c b/Demo/PIC18_WizC/Demo4/fuses.c
index e0f2b65..888c44d 100644
--- a/Demo/PIC18_WizC/Demo4/fuses.c
+++ b/Demo/PIC18_WizC/Demo4/fuses.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo4/interrupt.c b/Demo/PIC18_WizC/Demo4/interrupt.c
index ec40dce..ad2eb16 100644
--- a/Demo/PIC18_WizC/Demo4/interrupt.c
+++ b/Demo/PIC18_WizC/Demo4/interrupt.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo4/main.c b/Demo/PIC18_WizC/Demo4/main.c
index 6faaf86..f6cc58b 100644
--- a/Demo/PIC18_WizC/Demo4/main.c
+++ b/Demo/PIC18_WizC/Demo4/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
index 454dc00..3b4a58e 100644
--- a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo5/WIZCmake.h b/Demo/PIC18_WizC/Demo5/WIZCmake.h
index fa2bc42..9f57694 100644
--- a/Demo/PIC18_WizC/Demo5/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo5/WIZCmake.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo5/fuses.c b/Demo/PIC18_WizC/Demo5/fuses.c
index e0f2b65..888c44d 100644
--- a/Demo/PIC18_WizC/Demo5/fuses.c
+++ b/Demo/PIC18_WizC/Demo5/fuses.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo5/interrupt.c b/Demo/PIC18_WizC/Demo5/interrupt.c
index ec40dce..ad2eb16 100644
--- a/Demo/PIC18_WizC/Demo5/interrupt.c
+++ b/Demo/PIC18_WizC/Demo5/interrupt.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo5/main.c b/Demo/PIC18_WizC/Demo5/main.c
index 780fe62..ea806cc 100644
--- a/Demo/PIC18_WizC/Demo5/main.c
+++ b/Demo/PIC18_WizC/Demo5/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
index e01df8d..112d08a 100644
--- a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo6/WIZCmake.h b/Demo/PIC18_WizC/Demo6/WIZCmake.h
index fa2bc42..9f57694 100644
--- a/Demo/PIC18_WizC/Demo6/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo6/WIZCmake.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo6/fuses.c b/Demo/PIC18_WizC/Demo6/fuses.c
index e0f2b65..888c44d 100644
--- a/Demo/PIC18_WizC/Demo6/fuses.c
+++ b/Demo/PIC18_WizC/Demo6/fuses.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo6/interrupt.c b/Demo/PIC18_WizC/Demo6/interrupt.c
index ec40dce..ad2eb16 100644
--- a/Demo/PIC18_WizC/Demo6/interrupt.c
+++ b/Demo/PIC18_WizC/Demo6/interrupt.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo6/main.c b/Demo/PIC18_WizC/Demo6/main.c
index 905fe19..395e8f9 100644
--- a/Demo/PIC18_WizC/Demo6/main.c
+++ b/Demo/PIC18_WizC/Demo6/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
index a654054..69b27cd 100644
--- a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo7/WIZCmake.h b/Demo/PIC18_WizC/Demo7/WIZCmake.h
index fa2bc42..9f57694 100644
--- a/Demo/PIC18_WizC/Demo7/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo7/WIZCmake.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo7/fuses.c b/Demo/PIC18_WizC/Demo7/fuses.c
index e0f2b65..888c44d 100644
--- a/Demo/PIC18_WizC/Demo7/fuses.c
+++ b/Demo/PIC18_WizC/Demo7/fuses.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo7/interrupt.c b/Demo/PIC18_WizC/Demo7/interrupt.c
index ec40dce..ad2eb16 100644
--- a/Demo/PIC18_WizC/Demo7/interrupt.c
+++ b/Demo/PIC18_WizC/Demo7/interrupt.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/Demo7/main.c b/Demo/PIC18_WizC/Demo7/main.c
index 48d61a3..fe709d7 100644
--- a/Demo/PIC18_WizC/Demo7/main.c
+++ b/Demo/PIC18_WizC/Demo7/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/ParTest/ParTest.c b/Demo/PIC18_WizC/ParTest/ParTest.c
index 9c69adf..b07d2e5 100644
--- a/Demo/PIC18_WizC/ParTest/ParTest.c
+++ b/Demo/PIC18_WizC/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/serial/isrSerialRx.c b/Demo/PIC18_WizC/serial/isrSerialRx.c
index 0e1daca..dea86da 100644
--- a/Demo/PIC18_WizC/serial/isrSerialRx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialRx.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/serial/isrSerialTx.c b/Demo/PIC18_WizC/serial/isrSerialTx.c
index 79bac22..61413e0 100644
--- a/Demo/PIC18_WizC/serial/isrSerialTx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialTx.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC18_WizC/serial/serial.c b/Demo/PIC18_WizC/serial/serial.c
index 44ce99a..66591d4 100644
--- a/Demo/PIC18_WizC/serial/serial.c
+++ b/Demo/PIC18_WizC/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
index 3bfd5e8..eff6935 100644
--- a/Demo/PIC24_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC24_MPLAB/ParTest/ParTest.c b/Demo/PIC24_MPLAB/ParTest/ParTest.c
index ec6084f..45cc6de 100644
--- a/Demo/PIC24_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC24_MPLAB/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC24_MPLAB/lcd.c b/Demo/PIC24_MPLAB/lcd.c
index 310a0ca..75ddff1 100644
--- a/Demo/PIC24_MPLAB/lcd.c
+++ b/Demo/PIC24_MPLAB/lcd.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC24_MPLAB/lcd.h b/Demo/PIC24_MPLAB/lcd.h
index df9f333..9cb4c8d 100644
--- a/Demo/PIC24_MPLAB/lcd.h
+++ b/Demo/PIC24_MPLAB/lcd.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC24_MPLAB/main.c b/Demo/PIC24_MPLAB/main.c
index 3ef8ddb..8fb6fae 100644
--- a/Demo/PIC24_MPLAB/main.c
+++ b/Demo/PIC24_MPLAB/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC24_MPLAB/serial/serial.c b/Demo/PIC24_MPLAB/serial/serial.c
index bf90387..bfcd569 100644
--- a/Demo/PIC24_MPLAB/serial/serial.c
+++ b/Demo/PIC24_MPLAB/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC24_MPLAB/timertest.c b/Demo/PIC24_MPLAB/timertest.c
index 09c4051..dba7fe5 100644
--- a/Demo/PIC24_MPLAB/timertest.c
+++ b/Demo/PIC24_MPLAB/timertest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC24_MPLAB/timertest.h b/Demo/PIC24_MPLAB/timertest.h
index 357cbc3..71120e9 100644
--- a/Demo/PIC24_MPLAB/timertest.h
+++ b/Demo/PIC24_MPLAB/timertest.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
index 22d02e0..9855d5a 100644
--- a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.c b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
index 782df9b..28f6d95 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.c
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.h b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
index 785cfff..2e6ccc8 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.h
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
index 44c51bd..c473d12 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
index 173d4a2..ccc6721 100644
--- a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
index 084c2ef..bb52696 100644
--- a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
+++ b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/lcd.c b/Demo/PIC32MX_MPLAB/lcd.c
index 8957611..3533936 100644
--- a/Demo/PIC32MX_MPLAB/lcd.c
+++ b/Demo/PIC32MX_MPLAB/lcd.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/lcd.h b/Demo/PIC32MX_MPLAB/lcd.h
index df9f333..9cb4c8d 100644
--- a/Demo/PIC32MX_MPLAB/lcd.h
+++ b/Demo/PIC32MX_MPLAB/lcd.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/main.c b/Demo/PIC32MX_MPLAB/main.c
index 191b3df..578bdec 100644
--- a/Demo/PIC32MX_MPLAB/main.c
+++ b/Demo/PIC32MX_MPLAB/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/serial/serial.c b/Demo/PIC32MX_MPLAB/serial/serial.c
index a5d9516..99f42e1 100644
--- a/Demo/PIC32MX_MPLAB/serial/serial.c
+++ b/Demo/PIC32MX_MPLAB/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/timertest.c b/Demo/PIC32MX_MPLAB/timertest.c
index ce2cd9d..66e6934 100644
--- a/Demo/PIC32MX_MPLAB/timertest.c
+++ b/Demo/PIC32MX_MPLAB/timertest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/timertest.h b/Demo/PIC32MX_MPLAB/timertest.h
index 357cbc3..71120e9 100644
--- a/Demo/PIC32MX_MPLAB/timertest.h
+++ b/Demo/PIC32MX_MPLAB/timertest.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PIC32MX_MPLAB/timertest_isr.S b/Demo/PIC32MX_MPLAB/timertest_isr.S
index 49d02c3..1eb3fe0 100644
--- a/Demo/PIC32MX_MPLAB/timertest_isr.S
+++ b/Demo/PIC32MX_MPLAB/timertest_isr.S
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index cd178d8..380ef31 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index 56d2d14..ddb0514 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index 2106bb4..0e7b5df 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index af7854a..a5e40ee 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index c541e43..24c605d 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index e2090f3..0e613f2 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index d6084a6..4428732 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index 5d625e6..940a62f 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index 56d2d14..ddb0514 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index 2106bb4..0e7b5df 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index af7854a..a5e40ee 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index 8f3653a..d19f4e5 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index e2090f3..0e613f2 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index d6084a6..4428732 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 623a3c8..28ae24f 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index b245682..fbc743c 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 2106bb4..0e7b5df 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 243b976..b8caddde 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 02cd83c..b61d415 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 195eff0..c7dc59f 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 1861912..a601b1e 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 623a3c8..28ae24f 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 56d2d14..ddb0514 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 2106bb4..0e7b5df 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index af7854a..a5e40ee 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index c541e43..24c605d 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 195eff0..c7dc59f 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 1861912..a601b1e 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 1ca349e..c25d8ab 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 56d2d14..ddb0514 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 2106bb4..0e7b5df 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index af7854a..a5e40ee 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 8f3653a..d19f4e5 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 2111930..7c1d46f 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 1861912..a601b1e 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index b167e9a..955b9df 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index ed40c32..61e86fc 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index 82dffeb..17d57c2 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
index 75c88d2..23cd321 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/Makefile
+++ b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
@@ -1,36 +1,32 @@
 #/*

-#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

-#	This file is part of the FreeRTOS.org distribution.

+#	This file is part of the FreeRTOS distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify it

-#	under the terms of the GNU General Public License (version 2) as published

-#	by the Free Software Foundation and modified by the FreeRTOS exception.

+#	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+#	the terms of the GNU General Public License (version 2) as published by the 

+#	Free Software Foundation and modified by the FreeRTOS exception.

 #	**NOTE** The exception to the GPL is included to allow you to distribute a

-#	combined work that includes FreeRTOS.org without being obliged to provide

-#	the source code for any proprietary components.  Alternative commercial

-#	license and support terms are also available upon request.  See the 

-#	licensing section of http://www.FreeRTOS.org for full details.

+#	combined work that includes FreeRTOS without being obliged to provide the 

+#	source code for proprietary components outside of the FreeRTOS kernel.  

+#	Alternative commercial license and support terms are also available upon 

+#	request.  See the licensing section of http://www.FreeRTOS.org for full 

+#	license details.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 #	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 #	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 #	more details.

 #

 #	You should have received a copy of the GNU General Public License along

-#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+#	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 #	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

 #

 #	***************************************************************************

 #	*                                                                         *

-#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-#	*                                                                         *

-#	* This is a concise, step by step, 'hands on' guide that describes both   *

-#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-#	* explains numerous examples that are written using the FreeRTOS API.     *

-#	* Full source code for all the examples is provided in an accompanying    *

-#	* .zip file.                                                              *

+#	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+#	* See http://www.FreeRTOS.org/Documentation for details                   *

 #	*                                                                         *

 #	***************************************************************************

 #

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
index a31a4e3..8a8db6f 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index 9ff0484..09d1773 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index 8c4c4a2..87d964f 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
index 900739d..55015f4 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index 8aeb904..2c6dc42 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index dfb4035..8879a1d 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index 6605a4a..799af98 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/main.c b/Demo/WizNET_DEMO_GCC_ARM7/main.c
index ae7f961..598f6ea 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
index c59eee7..a0e658b 100644
--- a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
index c106b21..d89b0d4 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
index b06d79b..39afc62 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_TERN_186/main.c b/Demo/WizNET_DEMO_TERN_186/main.c
index 7df5950..3c26d4b 100644
--- a/Demo/WizNET_DEMO_TERN_186/main.c
+++ b/Demo/WizNET_DEMO_TERN_186/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/Demo/WizNET_DEMO_TERN_186/serial/serial.c
index d4c21e7..eac78c0 100644
--- a/Demo/WizNET_DEMO_TERN_186/serial/serial.c
+++ b/Demo/WizNET_DEMO_TERN_186/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index 493b397..54cc33e 100644
--- a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index 50c242c..64752e7 100644
--- a/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/dsPIC_MPLAB/lcd.c b/Demo/dsPIC_MPLAB/lcd.c
index 56fd2d9..1f0f06e 100644
--- a/Demo/dsPIC_MPLAB/lcd.c
+++ b/Demo/dsPIC_MPLAB/lcd.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/dsPIC_MPLAB/lcd.h b/Demo/dsPIC_MPLAB/lcd.h
index df9f333..9cb4c8d 100644
--- a/Demo/dsPIC_MPLAB/lcd.h
+++ b/Demo/dsPIC_MPLAB/lcd.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/dsPIC_MPLAB/main.c b/Demo/dsPIC_MPLAB/main.c
index 3ef8ddb..8fb6fae 100644
--- a/Demo/dsPIC_MPLAB/main.c
+++ b/Demo/dsPIC_MPLAB/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/dsPIC_MPLAB/serial/serial.c b/Demo/dsPIC_MPLAB/serial/serial.c
index 0fa47c7..c56c19c 100644
--- a/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/dsPIC_MPLAB/timertest.c b/Demo/dsPIC_MPLAB/timertest.c
index 09c4051..dba7fe5 100644
--- a/Demo/dsPIC_MPLAB/timertest.c
+++ b/Demo/dsPIC_MPLAB/timertest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/dsPIC_MPLAB/timertest.h b/Demo/dsPIC_MPLAB/timertest.h
index 357cbc3..71120e9 100644
--- a/Demo/dsPIC_MPLAB/timertest.h
+++ b/Demo/dsPIC_MPLAB/timertest.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
index 31b1f9e..cd9f685 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
index 50e1174..c003faf 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
index bd638ac..3532206 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
index 3ee41e7..bb0021b 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
index e337519..a15c25d 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index b1d3299..b028f04 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
index 132927c..d066527 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
index fb94d52..0875044 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
index 4333ef0..5131cca 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
index e22903c..b4eb22b 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
index d3958ea..53bbb24 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
index 783cd2d..7debaf4 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/main.c b/Demo/lwIP_Demo_Rowley_ARM7/main.c
index e320598..2cfb821 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/makefile b/Demo/lwIP_Demo_Rowley_ARM7/makefile
index d7dc95a..1930657 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/makefile
+++ b/Demo/lwIP_Demo_Rowley_ARM7/makefile
@@ -1,36 +1,32 @@
 #/*

-#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

-#	This file is part of the FreeRTOS.org distribution.

+#	This file is part of the FreeRTOS distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify it

-#	under the terms of the GNU General Public License (version 2) as published

-#	by the Free Software Foundation and modified by the FreeRTOS exception.

+#	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+#	the terms of the GNU General Public License (version 2) as published by the 

+#	Free Software Foundation and modified by the FreeRTOS exception.

 #	**NOTE** The exception to the GPL is included to allow you to distribute a

-#	combined work that includes FreeRTOS.org without being obliged to provide

-#	the source code for any proprietary components.  Alternative commercial

-#	license and support terms are also available upon request.  See the 

-#	licensing section of http://www.FreeRTOS.org for full details.

+#	combined work that includes FreeRTOS without being obliged to provide the 

+#	source code for proprietary components outside of the FreeRTOS kernel.  

+#	Alternative commercial license and support terms are also available upon 

+#	request.  See the licensing section of http://www.FreeRTOS.org for full 

+#	license details.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 #	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 #	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 #	more details.

 #

 #	You should have received a copy of the GNU General Public License along

-#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+#	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 #	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

 #

 #	***************************************************************************

 #	*                                                                         *

-#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-#	*                                                                         *

-#	* This is a concise, step by step, 'hands on' guide that describes both   *

-#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-#	* explains numerous examples that are written using the FreeRTOS API.     *

-#	* Full source code for all the examples is provided in an accompanying    *

-#	* .zip file.                                                              *

+#	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+#	* See http://www.FreeRTOS.org/Documentation for details                   *

 #	*                                                                         *

 #	***************************************************************************

 #

diff --git a/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
index 22d2cf0..62bc1a3 100644
--- a/Demo/msp430_CrossWorks/FreeRTOSConfig.h
+++ b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_CrossWorks/ParTest/ParTest.c b/Demo/msp430_CrossWorks/ParTest/ParTest.c
index 794e5cf..e9431b6 100644
--- a/Demo/msp430_CrossWorks/ParTest/ParTest.c
+++ b/Demo/msp430_CrossWorks/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_CrossWorks/main.c b/Demo/msp430_CrossWorks/main.c
index 3596844..480d662 100644
--- a/Demo/msp430_CrossWorks/main.c
+++ b/Demo/msp430_CrossWorks/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_CrossWorks/serial/serial.c b/Demo/msp430_CrossWorks/serial/serial.c
index 61da337..e04ab01 100644
--- a/Demo/msp430_CrossWorks/serial/serial.c
+++ b/Demo/msp430_CrossWorks/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_CrossWorks/serial/serialASM.asm b/Demo/msp430_CrossWorks/serial/serialASM.asm
index 1e37319..ea34bea 100644
--- a/Demo/msp430_CrossWorks/serial/serialASM.asm
+++ b/Demo/msp430_CrossWorks/serial/serialASM.asm
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_GCC/FreeRTOSConfig.h b/Demo/msp430_GCC/FreeRTOSConfig.h
index a7adcd1..c250698 100644
--- a/Demo/msp430_GCC/FreeRTOSConfig.h
+++ b/Demo/msp430_GCC/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_GCC/ParTest/ParTest.c b/Demo/msp430_GCC/ParTest/ParTest.c
index 63d1d56..f74273a 100644
--- a/Demo/msp430_GCC/ParTest/ParTest.c
+++ b/Demo/msp430_GCC/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_GCC/main.c b/Demo/msp430_GCC/main.c
index 047c53e..7117a8e 100644
--- a/Demo/msp430_GCC/main.c
+++ b/Demo/msp430_GCC/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_GCC/makefile b/Demo/msp430_GCC/makefile
index d57b2f5..a726531 100644
--- a/Demo/msp430_GCC/makefile
+++ b/Demo/msp430_GCC/makefile
@@ -1,36 +1,32 @@
 #/*

-#	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+#	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 #

-#	This file is part of the FreeRTOS.org distribution.

+#	This file is part of the FreeRTOS distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify it

-#	under the terms of the GNU General Public License (version 2) as published

-#	by the Free Software Foundation and modified by the FreeRTOS exception.

+#	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+#	the terms of the GNU General Public License (version 2) as published by the 

+#	Free Software Foundation and modified by the FreeRTOS exception.

 #	**NOTE** The exception to the GPL is included to allow you to distribute a

-#	combined work that includes FreeRTOS.org without being obliged to provide

-#	the source code for any proprietary components.  Alternative commercial

-#	license and support terms are also available upon request.  See the 

-#	licensing section of http://www.FreeRTOS.org for full details.

+#	combined work that includes FreeRTOS without being obliged to provide the 

+#	source code for proprietary components outside of the FreeRTOS kernel.  

+#	Alternative commercial license and support terms are also available upon 

+#	request.  See the licensing section of http://www.FreeRTOS.org for full 

+#	license details.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 #	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 #	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 #	more details.

 #

 #	You should have received a copy of the GNU General Public License along

-#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+#	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 #	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

 #

 #	***************************************************************************

 #	*                                                                         *

-#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-#	*                                                                         *

-#	* This is a concise, step by step, 'hands on' guide that describes both   *

-#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-#	* explains numerous examples that are written using the FreeRTOS API.     *

-#	* Full source code for all the examples is provided in an accompanying    *

-#	* .zip file.                                                              *

+#	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+#	* See http://www.FreeRTOS.org/Documentation for details                   *

 #	*                                                                         *

 #	***************************************************************************

 #

diff --git a/Demo/msp430_GCC/serial/serial.c b/Demo/msp430_GCC/serial/serial.c
index 8da8838..5aff35f 100644
--- a/Demo/msp430_GCC/serial/serial.c
+++ b/Demo/msp430_GCC/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_IAR/FreeRTOSConfig.h b/Demo/msp430_IAR/FreeRTOSConfig.h
index 5dfb9b4..08a9652 100644
--- a/Demo/msp430_IAR/FreeRTOSConfig.h
+++ b/Demo/msp430_IAR/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_IAR/ParTest/ParTest.c b/Demo/msp430_IAR/ParTest/ParTest.c
index 794e5cf..e9431b6 100644
--- a/Demo/msp430_IAR/ParTest/ParTest.c
+++ b/Demo/msp430_IAR/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_IAR/main.c b/Demo/msp430_IAR/main.c
index b3cc1de..6a19d18 100644
--- a/Demo/msp430_IAR/main.c
+++ b/Demo/msp430_IAR/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_IAR/serial/serial.c b/Demo/msp430_IAR/serial/serial.c
index 2768e47..e513a02 100644
--- a/Demo/msp430_IAR/serial/serial.c
+++ b/Demo/msp430_IAR/serial/serial.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/msp430_IAR/serial/serialASM.s43 b/Demo/msp430_IAR/serial/serialASM.s43
index c2ce1f1..a6977d2 100644
--- a/Demo/msp430_IAR/serial/serialASM.s43
+++ b/Demo/msp430_IAR/serial/serialASM.s43
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
index 517b4ee..12084af 100644
--- a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
+++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
index 3a27ee9..d603d84 100644
--- a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
+++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
index 71e2535..f6a2eef 100644
--- a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
index 52441a6..8d6747e 100644
--- a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
+++ b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/main.c b/Demo/uIP_Demo_IAR_ARM7/main.c
index 53e3fa8..59d8a8f 100644
--- a/Demo/uIP_Demo_IAR_ARM7/main.c
+++ b/Demo/uIP_Demo_IAR_ARM7/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 52689b6..9acd8fe 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Demo/uIP_Demo_Rowley_ARM7/main.c b/Demo/uIP_Demo_Rowley_ARM7/main.c
index 63166d6..f117218 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/uIP_Demo_Rowley_ARM7/main.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/croutine.c b/Source/croutine.c
index 5caae06..62c226b 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index e321ee0..8a74882 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/include/StackMacros.h b/Source/include/StackMacros.h
index c97e7c9..78e5792 100644
--- a/Source/include/StackMacros.h
+++ b/Source/include/StackMacros.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index 9fb9c9e..0c466e2 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/include/list.h b/Source/include/list.h
index 29c18de..3d48106 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/include/portable.h b/Source/include/portable.h
index e48d24d..b3d6e3c 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index 7b5f577..60165a6 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/include/queue.h b/Source/include/queue.h
index 1911225..87b5ed9 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index 360db75..9022482 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/include/task.h b/Source/include/task.h
index 9579e48..78bc75f 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/list.c b/Source/list.c
index 7919885..a9784ad 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 55789a0..8a3265a 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 8007cc2..26254fc 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index 07529b2..8f97197 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 01e0358..8116b90 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index 97c6978..f22b3a8 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index 090b587..5b41f1a 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/port.c b/Source/portable/CodeWarrior/ColdFire_V1/port.c
index 2c358bc..81e30c3 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index c9425a3..4c7c016 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index ad3cc02..1952898 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/port.c b/Source/portable/CodeWarrior/ColdFire_V2/port.c
index f1747f2..f0f8591 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index 836f414..fb7a838 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index 86e3826..dd1d345 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index 59d5dfb..c203269 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index 01ad7b9..cfa351e 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index c16ee9f..a464e6c 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index 4efb158..30c0711 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 07afa28..9792adc 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index 40be817..a1b3c7b 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 076ffd1..7597a16 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index 73942f4..76fe642 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index e037f6a..4d4ede8 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index 192ce25..c7f9bdb 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 73942f4..76fe642 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c
index c267f44..fbfb806 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index b9dabd8..4b3f3db 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index 73942f4..76fe642 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index ee83b52..a1a471c 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index 23d0a48..4d57ee2 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index d4829f3..b1ea901 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index 2b45c5a..b5d20c2 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c
index b999c77..a760369 100644
--- a/Source/portable/GCC/AVR32_UC3/port.c
+++ b/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,38 +13,34 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h
index e1313ee..95d46f2 100644
--- a/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,38 +13,34 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ColdFire_V2/port.c b/Source/portable/GCC/ColdFire_V2/port.c
index b8bb6f1..cb1b7bc 100644
--- a/Source/portable/GCC/ColdFire_V2/port.c
+++ b/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S
index a360cfc..df4d9da 100644
--- a/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/ColdFire_V2/portmacro.h b/Source/portable/GCC/ColdFire_V2/portmacro.h
index 5df5b8d..2cfbd24 100644
--- a/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index 0786464..0b70a75 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index 62f3142..37b8771 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index c4339e6..8b89b40 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index 10d46b1..8571edb 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index 37a54d4..2d3c0c9 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index 3f390c0..c9f667d 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index d3867ff..947f901 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index aebecad..647c804 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index 58dd5fe..22187ed 100644
--- a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index 34b4f88..7cf63cf 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/portasm.S b/Source/portable/GCC/PPC405_Xilinx/portasm.S
index 747d205..5413d34 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index 464913b..9c604ee 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index 58dd5fe..22187ed 100644
--- a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/port.c b/Source/portable/GCC/PPC440_Xilinx/port.c
index b3ec794..9b7afa2 100644
--- a/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/portasm.S b/Source/portable/GCC/PPC440_Xilinx/portasm.S
index 747d205..5413d34 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index 464913b..9c604ee 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index ef4a4ec..a209d04 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index 931107a..c2eaa3d 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index a84ba24..c10e8a7 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/78K0R/ISR_Support.h b/Source/portable/IAR/78K0R/ISR_Support.h
index 611e09b..c1ac5ee 100644
--- a/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Source/portable/IAR/78K0R/port.c b/Source/portable/IAR/78K0R/port.c
index 47b7109..bf1d4a6 100644
--- a/Source/portable/IAR/78K0R/port.c
+++ b/Source/portable/IAR/78K0R/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/78K0R/portasm.s26 b/Source/portable/IAR/78K0R/portasm.s26
index 7266eab..bc65a94 100644
--- a/Source/portable/IAR/78K0R/portasm.s26
+++ b/Source/portable/IAR/78K0R/portasm.s26
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index 2456fd1..df1310f 100644
--- a/Source/portable/IAR/78K0R/portmacro.h
+++ b/Source/portable/IAR/78K0R/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index 8813781..0f1f98c 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index 274bd64..9d3c388 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index 87be0b1..a4e9278 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index 558c789..8d06cda 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index 09ebccf..0a294ae 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index 4c76128..d283fb4 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index d20731c..ac187b7 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,38 +13,34 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index 1a72eb9..4cefcb2 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,38 +13,34 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 17e3541..4db490b 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index d3828a0..f8f6de5 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/AtmelSAM9XE/port.c b/Source/portable/IAR/AtmelSAM9XE/port.c
index d4a56e4..2dccbfd 100644
--- a/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index ba8d726..ce4de38 100644
--- a/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index 324a804..b681a8e 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index c1c3b8a..f70fbcf 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/MSP430/port.c b/Source/portable/IAR/MSP430/port.c
index ccc85e9..c3b545f 100644
--- a/Source/portable/IAR/MSP430/port.c
+++ b/Source/portable/IAR/MSP430/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/MSP430/portasm.h b/Source/portable/IAR/MSP430/portasm.h
index 034d1a6..3208fdd 100644
--- a/Source/portable/IAR/MSP430/portasm.h
+++ b/Source/portable/IAR/MSP430/portasm.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/MSP430/portext.s43 b/Source/portable/IAR/MSP430/portext.s43
index 8a4be21..6d452a9 100644
--- a/Source/portable/IAR/MSP430/portext.s43
+++ b/Source/portable/IAR/MSP430/portext.s43
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/MSP430/portmacro.h b/Source/portable/IAR/MSP430/portmacro.h
index ab6a2ae..a0fc333 100644
--- a/Source/portable/IAR/MSP430/portmacro.h
+++ b/Source/portable/IAR/MSP430/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index e0a697d..f4fba4e 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index 3d1712e..167ab2d 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h
index 5c813d8..48d3bfb 100644
--- a/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index 1841439..1e669fb 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79
index af62141..ae8b4e0 100644
--- a/Source/portable/IAR/STR75x/portasm.s79
+++ b/Source/portable/IAR/STR75x/portasm.s79
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index c103651..1cad8db 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index b26f407..9794521 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index 16953cc..6f39021 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index 82e0d5c..fcc79fa 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index c8642a5..23e8a3d 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/V850ES/ISR_Support.h b/Source/portable/IAR/V850ES/ISR_Support.h
index 146edb0..b5347d6 100644
--- a/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/V850ES/port.c b/Source/portable/IAR/V850ES/port.c
index 31261f1..9469adc 100644
--- a/Source/portable/IAR/V850ES/port.c
+++ b/Source/portable/IAR/V850ES/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/IAR/V850ES/portasm.s85 b/Source/portable/IAR/V850ES/portasm.s85
index 2271ffd..b5a77c1 100644
--- a/Source/portable/IAR/V850ES/portasm.s85
+++ b/Source/portable/IAR/V850ES/portasm.s85
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/Source/portable/IAR/V850ES/portasm_Fx3.s85
index f59fad1..7096323 100644
--- a/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/Source/portable/IAR/V850ES/portasm_Hx2.s85
index 3b4bc2a..cc303a4 100644
--- a/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Source/portable/IAR/V850ES/portmacro.h b/Source/portable/IAR/V850ES/portmacro.h
index 644cddc..0239302 100644
--- a/Source/portable/IAR/V850ES/portmacro.h
+++ b/Source/portable/IAR/V850ES/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index daa8aba..c15d69f 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index d06c869..40345e7 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 396704d..bfaa6f7 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index a46c163..16b2dff 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index 9bc57d1..6c98616 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index b4f127e..03e0b0c 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index 7fcf287..8b6975f 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index ee4f4ba..7634e05 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index 96958d7..775c56e 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index 150da49..0f89721 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index 1ae8786..3e32fc0 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index 88324a8..7665f69 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index 222be2d..6389783 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 36b9cfe..a05ffd5 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index a41614c..b8cb397 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index b75c4d9..8c3440f 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index 1f076d2..54af4e0 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index ce03573..138d2c0 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index 2ae82ad..338883d 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/port.c b/Source/portable/RVDS/ARM7_LPC21xx/port.c
index 6c87682..ab813d4 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index 3c62f13..199205d 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index 3a02408..b72c07a 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index 14592f5..0e00e59 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,36 +1,32 @@
 ;/*

-;	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

-;	This file is part of the FreeRTOS.org distribution.

+;	This file is part of the FreeRTOS distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it

-;	under the terms of the GNU General Public License (version 2) as published

-;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+;	the terms of the GNU General Public License (version 2) as published by the 

+;	Free Software Foundation and modified by the FreeRTOS exception.

 ;	**NOTE** The exception to the GPL is included to allow you to distribute a

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  Alternative commercial

-;	license and support terms are also available upon request.  See the 

-;	licensing section of http://www.FreeRTOS.org for full details.

+;	combined work that includes FreeRTOS without being obliged to provide the 

+;	source code for proprietary components outside of the FreeRTOS kernel.  

+;	Alternative commercial license and support terms are also available upon 

+;	request.  See the licensing section of http://www.FreeRTOS.org for full 

+;	license details.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 ;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

 ;	You should have received a copy of the GNU General Public License along

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+;	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

-;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-;	*                                                                         *

-;	* This is a concise, step by step, 'hands on' guide that describes both   *

-;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-;	* explains numerous examples that are written using the FreeRTOS API.     *

-;	* Full source code for all the examples is provided in an accompanying    *

-;	* .zip file.                                                              *

+;	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+;	* See http://www.FreeRTOS.org/Documentation for details                   *

 ;	*                                                                         *

 ;	***************************************************************************

 ;

diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index a7ed0db..a10a8c7 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index 36e0931..a64313e 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index 0a1854d..19394d1 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Rowley/MSP430F449/portasm.h b/Source/portable/Rowley/MSP430F449/portasm.h
index 0952d70..c102600 100644
--- a/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Rowley/MSP430F449/portext.asm b/Source/portable/Rowley/MSP430F449/portext.asm
index aa2b6a4..23768e8 100644
--- a/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index b546d20..a7c48e6 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index f9a285d..fac3f25 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index 6a444e1..ca7fd67 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index 7783dc6..776433c 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index 16e8603..3f24f00 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index 96ab2c1..ea942fb 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index ffd3e04..a28a0cc 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 4eb7256..c6a332c 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index e10e238..aea1ba8 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index 909389b..740dc94 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index 83130cb..213bd24 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index adf4112..6d85e30 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 66c74a4..d3944c2 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index d7cc8f5..5b45e2a 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index 17719cc..46eebc2 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 92a8d69..206ffb9 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index 2968aec..fa0bda9 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 74ce9ab..ff31c4a 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/queue.c b/Source/queue.c
index 208e75a..73b727b 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************

 

diff --git a/Source/tasks.c b/Source/tasks.c
index b905668..8016a54 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,36 +1,32 @@
 /*

-	FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it

-	under the terms of the GNU General Public License (version 2) as published

-	by the Free Software Foundation and modified by the FreeRTOS exception.

+	FreeRTOS is free software; you can redistribute it and/or modify it	under 

+	the terms of the GNU General Public License (version 2) as published by the 

+	Free Software Foundation and modified by the FreeRTOS exception.

 	**NOTE** The exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  Alternative commercial

-	license and support terms are also available upon request.  See the 

-	licensing section of http://www.FreeRTOS.org for full details.

+	combined work that includes FreeRTOS without being obliged to provide the 

+	source code for proprietary components outside of the FreeRTOS kernel.  

+	Alternative commercial license and support terms are also available upon 

+	request.  See the licensing section of http://www.FreeRTOS.org for full 

+	license details.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	FreeRTOS is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

 	You should have received a copy of the GNU General Public License along

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

+	with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

 

 	***************************************************************************

 	*                                                                         *

-	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

-	*                                                                         *

-	* This is a concise, step by step, 'hands on' guide that describes both   *

-	* general multitasking concepts and FreeRTOS specifics. It presents and   *

-	* explains numerous examples that are written using the FreeRTOS API.     *

-	* Full source code for all the examples is provided in an accompanying    *

-	* .zip file.                                                              *

+	* Looking for a quick start?  Then check out the FreeRTOS eBook!          *

+	* See http://www.FreeRTOS.org/Documentation for details                   *

 	*                                                                         *

 	***************************************************************************