Ready for V5.2.0 release.
diff --git a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index adc4df1..7e83d15 100644
--- a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/Makefile b/Demo/ARM7_AT91FR40008_GCC/Makefile
index b42427c..22ce2af 100644
--- a/Demo/ARM7_AT91FR40008_GCC/Makefile
+++ b/Demo/ARM7_AT91FR40008_GCC/Makefile
@@ -1,32 +1,53 @@
-#	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+#/*

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

 #

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

 #

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

-#	it under the terms of the GNU General Public License as published by

-#	the Free Software Foundation; either version 2 of the License, or

-#	(at your option) any later version.

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

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

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

 #

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

-#	but WITHOUT ANY WARRANTY; without even the implied warranty of

-#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-#	GNU General Public License for more details.

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

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

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

+#	more details.

 #

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

-#	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 #

-#	A special exception to the GPL can be applied should you wish to distribute

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

-#	the source code for any proprietary components.  See the licensing section 

-#	of http://www.FreeRTOS.org for full details of how and when the exception

-#	can be applied.

+#	A special exception to the GPL is included to allow you to distribute a 

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

+#	the source code for any proprietary components.  See the licensing section

+#	of http://www.FreeRTOS.org for full details.

+#

 #

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

-#	See http://www.FreeRTOS.org for documentation, latest information, license 

-#	and contact details.  Please ensure to read the configuration and relevant 

-#	port sections of the online documentation.

+#	*                                                                         *

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

+#	*                                                                         *

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

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

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

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

+#	* .zip file.                                                              *

+#	*                                                                         *

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

+#

+#	1 tab == 4 spaces!

+#

+#	Please ensure to read the configuration and relevant port sections of the

+#	online documentation.

+#

+#	http://www.FreeRTOS.org - Documentation, latest information, license and

+#	contact details.

+#

+#	http://www.SafeRTOS.com - A version that is certified for use in safety

+#	critical systems.

+#

+#	http://www.OpenRTOS.com - Commercial support, development, porting,

+#	licensing and training services.

+#*/

 

 CC=arm-elf-gcc

 OBJCOPY=arm-elf-objcopy

diff --git a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
index c0dac4f..aaf8749 100644
--- a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/main.c b/Demo/ARM7_AT91FR40008_GCC/main.c
index 59c52d7..b323f2d 100644
--- a/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index 232e9f9..19b2cc9 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index 67988e3..41b3999 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,33 +1,52 @@
 /*

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

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

 

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

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

 

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

-  it under the terms of the GNU General Public License as published by

-  the Free Software Foundation; either version 2 of the License, or

-  (at your option) any later version.

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

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

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

 

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

-  but WITHOUT ANY WARRANTY; without even the implied warranty of

-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-  GNU General Public License for more details.

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

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

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

+	more details.

 

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

-  along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-  A special exception to the GPL can be applied should you wish to distribute

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

-  the source code for any proprietary components.  See the licensing section 

-  of http://www.FreeRTOS.org for full details of how and when the exception

-  can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-  ***************************************************************************

-  See http://www.FreeRTOS.org for documentation, latest information, license 

-  and contact details.  Please ensure to read the configuration and relevant 

-  port sections of the online documentation.

-  ***************************************************************************

+

+	***************************************************************************

+	*                                                                         *

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

+	*                                                                         *

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

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

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

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

+	* .zip file.                                                              *

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index aa6a8e3..2eeb10b 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

+	A special exception to the GPL is included to allow you to distribute a 

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

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index 77075f8..941c2da 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
index 6fceedb..bbe29f9 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
@@ -1,41 +1,40 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

+	A special exception to the GPL is included to allow you to distribute a 

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

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/main.c b/Demo/ARM7_AT91SAM7S64_IAR/main.c
index be38695..28e0fa7 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index a607659..54f9f39 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 0c5cada..339c72e 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
index 1be9c40..0fc7f5a 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
@@ -1,32 +1,53 @@
-#	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+#/*

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

 #

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

 #

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

-#	it under the terms of the GNU General Public License as published by

-#	the Free Software Foundation; either version 2 of the License, or

-#	(at your option) any later version.

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

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

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

 #

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

-#	but WITHOUT ANY WARRANTY; without even the implied warranty of

-#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-#	GNU General Public License for more details.

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

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

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

+#	more details.

 #

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

-#	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 #

-#	A special exception to the GPL can be applied should you wish to distribute

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

-#	the source code for any proprietary components.  See the licensing section 

-#	of http://www.FreeRTOS.org for full details of how and when the exception

-#	can be applied.

+#	A special exception to the GPL is included to allow you to distribute a 

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

+#	the source code for any proprietary components.  See the licensing section

+#	of http://www.FreeRTOS.org for full details.

+#

 #

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

-#	See http://www.FreeRTOS.org for documentation, latest information, license 

-#	and contact details.  Please ensure to read the configuration and relevant 

-#	port sections of the online documentation.

+#	*                                                                         *

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

+#	*                                                                         *

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

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

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

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

+#	* .zip file.                                                              *

+#	*                                                                         *

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

+#

+#	1 tab == 4 spaces!

+#

+#	Please ensure to read the configuration and relevant port sections of the

+#	online documentation.

+#

+#	http://www.FreeRTOS.org - Documentation, latest information, license and

+#	contact details.

+#

+#	http://www.SafeRTOS.com - A version that is certified for use in safety

+#	critical systems.

+#

+#	http://www.OpenRTOS.com - Commercial support, development, porting,

+#	licensing and training services.

+#*/

 

 

 RTOS_SOURCE_DIR=../../../Source

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
index 5982c98..46d7cdb 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
index 51092dd..85d2730 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
index ddbac73..c76eb16 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
index ea33c82..7cf3daf 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
index 8ce304c..d851635 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
index 6fb1be5..33a0750 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
index 0d2c6d5..d4c2b95 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
index 549c938..724f61f 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
index 474cc85..2cd5e9b 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index ef84ba7..5a687f4 100644
--- a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2106_GCC/Makefile b/Demo/ARM7_LPC2106_GCC/Makefile
index 0ea301c..3043fbb 100644
--- a/Demo/ARM7_LPC2106_GCC/Makefile
+++ b/Demo/ARM7_LPC2106_GCC/Makefile
@@ -1,32 +1,53 @@
-#	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+#/*

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

 #

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

 #

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

-#	it under the terms of the GNU General Public License as published by

-#	the Free Software Foundation; either version 2 of the License, or

-#	(at your option) any later version.

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

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

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

 #

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

-#	but WITHOUT ANY WARRANTY; without even the implied warranty of

-#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-#	GNU General Public License for more details.

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

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

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

+#	more details.

 #

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

-#	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 #

-#	A special exception to the GPL can be applied should you wish to distribute

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

-#	the source code for any proprietary components.  See the licensing section 

-#	of http://www.FreeRTOS.org for full details of how and when the exception

-#	can be applied.

+#	A special exception to the GPL is included to allow you to distribute a 

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

+#	the source code for any proprietary components.  See the licensing section

+#	of http://www.FreeRTOS.org for full details.

+#

 #

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

-#	See http://www.FreeRTOS.org for documentation, latest information, license 

-#	and contact details.  Please ensure to read the configuration and relevant 

-#	port sections of the online documentation.

+#	*                                                                         *

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

+#	*                                                                         *

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

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

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

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

+#	* .zip file.                                                              *

+#	*                                                                         *

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

+#

+#	1 tab == 4 spaces!

+#

+#	Please ensure to read the configuration and relevant port sections of the

+#	online documentation.

+#

+#	http://www.FreeRTOS.org - Documentation, latest information, license and

+#	contact details.

+#

+#	http://www.SafeRTOS.com - A version that is certified for use in safety

+#	critical systems.

+#

+#	http://www.OpenRTOS.com - Commercial support, development, porting,

+#	licensing and training services.

+#*/

 

 # Changes from V2.4.2

 #

diff --git a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
index d0a7ab2..5c524a5 100644
--- a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2106_GCC/main.c b/Demo/ARM7_LPC2106_GCC/main.c
index eddd690..06c4437 100644
--- a/Demo/ARM7_LPC2106_GCC/main.c
+++ b/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serial.c b/Demo/ARM7_LPC2106_GCC/serial/serial.c
index 59f9c19..2d76a9b 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
index 12cdcbf..a06d0cc 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index a44279c..8cf77f8 100644
--- a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

+	A special exception to the GPL is included to allow you to distribute a 

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

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index af9329e..67a6d8b 100644
--- a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

+	A special exception to the GPL is included to allow you to distribute a 

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

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2129_IAR/main.c b/Demo/ARM7_LPC2129_IAR/main.c
index 74510a6..383dc97 100644
--- a/Demo/ARM7_LPC2129_IAR/main.c
+++ b/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

+	A special exception to the GPL is included to allow you to distribute a 

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

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2129_IAR/serial/serial.c b/Demo/ARM7_LPC2129_IAR/serial/serial.c
index a39f35c..a005a03 100644
--- a/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

+	A special exception to the GPL is included to allow you to distribute a 

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

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index 9e3fd3e..5451584 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index 1c006f2..0f73156 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

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

 

-	A special exception to the GPL can be applied should you wish to distribute

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

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

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

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

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

+

+	***************************************************************************

+	*                                                                         *

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

 	*                                                                         *

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

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

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

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

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index ca035e2..721bdac 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,52 +1,51 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

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

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

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

 

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

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

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

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

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

+	more details.

 

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

-	along with FreeRTOS.org; if not, write to the Free Software

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

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

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

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index acb1444..dadde29 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
index fff57eb..2946fbc 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
@@ -1,51 +1,53 @@
 ;/*

-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

-; 

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section 

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;   ***************************************************************************

-;   ***************************************************************************

-;   *                                                                         *

-;   * SAVE TIME AND MONEY!  We can port FreeRTOS.org to your own hardware,    *

-;   * and even write all or part of your application on your behalf.          *

-;   * See http://www.OpenRTOS.com for details of the services we provide to   *

-;   * expedite your project.                                                  *

-;   *                                                                         *

-;   ***************************************************************************

-;   ***************************************************************************

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  See the licensing section

+;	of http://www.FreeRTOS.org for full details.

+;

+;

+;	***************************************************************************

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

+;	***************************************************************************

+;

+;	1 tab == 4 spaces!

 ;

 ;	Please ensure to read the configuration and relevant port sections of the

 ;	online documentation.

 ;

-;	http://www.FreeRTOS.org - Documentation, latest information, license and 

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

 ;	contact details.

 ;

-;	http://www.SafeRTOS.com - A version that is certified for use in safety 

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

 ;	critical systems.

 ;

-;	http://www.OpenRTOS.com - Commercial support, development, porting, 

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

 ;	licensing and training services.

-;*/		

+;*/

 		

 	INCLUDE portmacro.inc

 	

diff --git a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index c084f0f..f5221fa 100644
--- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2138_Rowley/main.c b/Demo/ARM7_LPC2138_Rowley/main.c
index 3a05e18..e798272 100644
--- a/Demo/ARM7_LPC2138_Rowley/main.c
+++ b/Demo/ARM7_LPC2138_Rowley/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2138_Rowley/mainISR.c b/Demo/ARM7_LPC2138_Rowley/mainISR.c
index f5ed806..d8b3942 100644
--- a/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 #include "FreeRTOS.h"

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
index b778f8e..8e250ce 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license 

-	and contact details.  Please ensure to read the configuration and relevant 

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
index c2f8cc4..d25fd33 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
@@ -1,32 +1,53 @@
-#	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+#/*

+#	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify

-#	it under the terms of the GNU General Public License as published by

-#	the Free Software Foundation; either version 2 of the License, or

-#	(at your option) any later version.

+#	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+#	under the terms of the GNU General Public License (version 2) as published

+#	by the Free Software Foundation and modified by the FreeRTOS exception.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,

-#	but WITHOUT ANY WARRANTY; without even the implied warranty of

-#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-#	GNU General Public License for more details.

+#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+#	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+#	more details.

 #

-#	You should have received a copy of the GNU General Public License

-#	along with FreeRTOS.org; if not, write to the Free Software

-#	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+#	You should have received a copy of the GNU General Public License along 

+#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+#	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

-#	A special exception to the GPL can be applied should you wish to distribute

-#	a combined work that includes FreeRTOS.org, without being obliged to provide

-#	the source code for any proprietary components.  See the licensing section 

-#	of http://www.FreeRTOS.org for full details of how and when the exception

-#	can be applied.

+#	A special exception to the GPL is included to allow you to distribute a 

+#	combined work that includes FreeRTOS.org without being obliged to provide

+#	the source code for any proprietary components.  See the licensing section

+#	of http://www.FreeRTOS.org for full details.

+#

 #

 #	***************************************************************************

-#	See http://www.FreeRTOS.org for documentation, latest information, license 

-#	and contact details.  Please ensure to read the configuration and relevant 

-#	port sections of the online documentation.

+#	*                                                                         *

+#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+#	*                                                                         *

+#	* This is a concise, step by step, 'hands on' guide that describes both   *

+#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+#	* explains numerous examples that are written using the FreeRTOS API.     *

+#	* Full source code for all the examples is provided in an accompanying    *

+#	* .zip file.                                                              *

+#	*                                                                         *

 #	***************************************************************************

+#

+#	1 tab == 4 spaces!

+#

+#	Please ensure to read the configuration and relevant port sections of the

+#	online documentation.

+#

+#	http://www.FreeRTOS.org - Documentation, latest information, license and

+#	contact details.

+#

+#	http://www.SafeRTOS.com - A version that is certified for use in safety

+#	critical systems.

+#

+#	http://www.OpenRTOS.com - Commercial support, development, porting,

+#	licensing and training services.

+#*/

 

 

 RTOS_SOURCE_DIR=../../../Source

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
index c10aeba..7bff9a0 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license 

-	and contact details.  Please ensure to read the configuration and relevant 

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 /* FreeRTOS.org includes. */

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index 7212e84..d2868b2 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 618f8e7..33d7bcb 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license

-	and contact details.  Please ensure to read the configuration and relevant

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index 16a5295..1b549fa 100644
--- a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license 

-	and contact details.  Please ensure to read the configuration and relevant 

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index c10aeba..7bff9a0 100644
--- a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license 

-	and contact details.  Please ensure to read the configuration and relevant 

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 /* FreeRTOS.org includes. */

diff --git a/Demo/ARM7_LPC2368_Rowley/main.c b/Demo/ARM7_LPC2368_Rowley/main.c
index 9affb1d..f1518dc 100644
--- a/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
index ccfe218..6a3b3be 100644
--- a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
+++ b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license

-	and contact details.  Please ensure to read the configuration and relevant

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index 789169f..9920a63 100644
--- a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index 567e0b1..dc6ba9e 100644
--- a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR71x_IAR/main.c b/Demo/ARM7_STR71x_IAR/main.c
index 77c9439..0ef3887 100644
--- a/Demo/ARM7_STR71x_IAR/main.c
+++ b/Demo/ARM7_STR71x_IAR/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR71x_IAR/serial/serial.c b/Demo/ARM7_STR71x_IAR/serial/serial.c
index 9df4a28..97f6eb1 100644
--- a/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
index c049ff9..0935009 100644
--- a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index c6549b4..570855d 100644
--- a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR75x_GCC/main.c b/Demo/ARM7_STR75x_GCC/main.c
index 53323d5..c9cf29c 100644
--- a/Demo/ARM7_STR75x_GCC/main.c
+++ b/Demo/ARM7_STR75x_GCC/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR75x_GCC/serial/serial.c b/Demo/ARM7_STR75x_GCC/serial/serial.c
index c2f70f8..dc1852b 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serial.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
index 3f01d83..50c996c 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serialISR.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index 66373a1..ed448d0 100644
--- a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index c6549b4..570855d 100644
--- a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR75x_IAR/main.c b/Demo/ARM7_STR75x_IAR/main.c
index 728371f..2052d63 100644
--- a/Demo/ARM7_STR75x_IAR/main.c
+++ b/Demo/ARM7_STR75x_IAR/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM7_STR75x_IAR/serial/serial.c b/Demo/ARM7_STR75x_IAR/serial/serial.c
index 3f20284..b750534 100644
--- a/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index c495a93..cf7f65d 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index 7b60ee1..acf045d 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/main.c b/Demo/ARM9_AT91SAM9XE_IAR/main.c
index 010f94a..26be66a 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index 7860750..ceb01c1 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index 553d4b9..bb08033 100644
--- a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
index 8b989a6..94e43b6 100644
--- a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
index 2696097..ecd7127 100644
--- a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
+++ b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2006 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license

-	and contact details.  Please ensure to read the configuration and relevant

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 #ifndef BASIC_WEB_SERVER_H

diff --git a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
index 47c4992..26045f8 100644
--- a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
+++ b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
@@ -1,34 +1,53 @@
 

 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2006 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license

-	and contact details.  Please ensure to read the configuration and relevant

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 /*

diff --git a/Demo/ARM9_STR91X_IAR/main.c b/Demo/ARM9_STR91X_IAR/main.c
index dcd2c48..98f365b 100644
--- a/Demo/ARM9_STR91X_IAR/main.c
+++ b/Demo/ARM9_STR91X_IAR/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM9_STR91X_IAR/serial/serial.c b/Demo/ARM9_STR91X_IAR/serial/serial.c
index 05b90e7..553cf4f 100644
--- a/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index 7f70c67..f714d71 100644
--- a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
+++ b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 /* Standard includes. */

diff --git a/Demo/AVR32_UC3/main.c b/Demo/AVR32_UC3/main.c
index 6764a5e..89d5e0d 100644
--- a/Demo/AVR32_UC3/main.c
+++ b/Demo/AVR32_UC3/main.c
@@ -30,54 +30,53 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index 763cf85..f47b321 100644
--- a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
index 9b57e18..172abb1 100644
--- a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/AVR_ATMega323_IAR/main.c b/Demo/AVR_ATMega323_IAR/main.c
index c2709b0..42f19af 100644
--- a/Demo/AVR_ATMega323_IAR/main.c
+++ b/Demo/AVR_ATMega323_IAR/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/AVR_ATMega323_IAR/regtest.c b/Demo/AVR_ATMega323_IAR/regtest.c
index bd32794..752cbfd 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/AVR_ATMega323_IAR/regtest.h b/Demo/AVR_ATMega323_IAR/regtest.h
index f26195e..477ba3d 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/AVR_ATMega323_IAR/serial/serial.c b/Demo/AVR_ATMega323_IAR/serial/serial.c
index e56410a..3f5e8ca 100644
--- a/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index a7cadb9..67e8533 100644
--- a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
index ebe6936..6524c03 100644
--- a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/AVR_ATMega323_WinAVR/main.c b/Demo/AVR_ATMega323_WinAVR/main.c
index c263770..f88b6de 100644
--- a/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.c b/Demo/AVR_ATMega323_WinAVR/regtest.c
index c1c61aa..acd6f6c 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.h b/Demo/AVR_ATMega323_WinAVR/regtest.h
index f26195e..477ba3d 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index 1dda61d..f09c1e5 100644
--- a/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index ea12cb3..ffc119d 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
index 9693c88..fd233c6 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
index 92e9460..a8091c6 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index 6114603..23e9fe6 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index 231d363..7c9c6eb 100644
--- a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index ea9be20..3a1bdc2 100644
--- a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_GCC/main.c b/Demo/CORTEX_LM3S102_GCC/main.c
index 9693c88..fd233c6 100644
--- a/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
index ea12cb3..ffc119d 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
index 119fb2b..959ad03 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
index 92e9460..a8091c6 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
index d426766..9214a83 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
index f205041..875facc 100644
--- a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
index ea9be20..3a1bdc2 100644
--- a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/main.c b/Demo/CORTEX_LM3S102_KEIL/main.c
index 119fb2b..959ad03 100644
--- a/Demo/CORTEX_LM3S102_KEIL/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index 231d363..7c9c6eb 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
index ea9be20..3a1bdc2 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index 39a5d3c..db94561 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index b5806e7..5759a8d 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
index ea9be20..3a1bdc2 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
index 7ab4b02..2f609a1 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
index 1d3ae8e..a1b4db7 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
index 8ccec49..0dfb935 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index f6032e1..b9a58de 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index fcf089b..358fba1 100644
--- a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index ea9be20..3a1bdc2 100644
--- a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.c b/Demo/CORTEX_LM3S316_IAR/commstest.c
index 95b9bfc..71ce10b 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.h b/Demo/CORTEX_LM3S316_IAR/commstest.h
index 5055c2f..05c2738 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S316_IAR/main.c b/Demo/CORTEX_LM3S316_IAR/main.c
index 10e3164..699e9ce 100644
--- a/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index e5e88ca..1c5a641 100644
--- a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S811_GCC/main.c b/Demo/CORTEX_LM3S811_GCC/main.c
index 089c35d..0d710db 100644
--- a/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index a666640..5245a92 100644
--- a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S811_IAR/main.c b/Demo/CORTEX_LM3S811_IAR/main.c
index b0ac9d7..a2d8165 100644
--- a/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
index b76b754..4115241 100644
--- a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index 648c5ef..f03921e 100644
--- a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
+++ b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/main.c b/Demo/CORTEX_LM3S811_KEIL/main.c
index cb97f10..e39d4d2 100644
--- a/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 26b9173..5865142 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
index 700be75..2c70546 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
index 6f85efb..d36f815 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
index 60d6934..1622070 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
@@ -1,32 +1,53 @@
-#	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+#/*

+#	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify

-#	it under the terms of the GNU General Public License as published by

-#	the Free Software Foundation; either version 2 of the License, or

-#	(at your option) any later version.

+#	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+#	under the terms of the GNU General Public License (version 2) as published

+#	by the Free Software Foundation and modified by the FreeRTOS exception.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,

-#	but WITHOUT ANY WARRANTY; without even the implied warranty of

-#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-#	GNU General Public License for more details.

+#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+#	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+#	more details.

 #

-#	You should have received a copy of the GNU General Public License

-#	along with FreeRTOS.org; if not, write to the Free Software

-#	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+#	You should have received a copy of the GNU General Public License along 

+#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+#	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

-#	A special exception to the GPL can be applied should you wish to distribute

-#	a combined work that includes FreeRTOS.org, without being obliged to provide

-#	the source code for any proprietary components.  See the licensing section 

-#	of http://www.FreeRTOS.org for full details of how and when the exception

-#	can be applied.

+#	A special exception to the GPL is included to allow you to distribute a 

+#	combined work that includes FreeRTOS.org without being obliged to provide

+#	the source code for any proprietary components.  See the licensing section

+#	of http://www.FreeRTOS.org for full details.

+#

 #

 #	***************************************************************************

-#	See http://www.FreeRTOS.org for documentation, latest information, license 

-#	and contact details.  Please ensure to read the configuration and relevant 

-#	port sections of the online documentation.

+#	*                                                                         *

+#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+#	*                                                                         *

+#	* This is a concise, step by step, 'hands on' guide that describes both   *

+#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+#	* explains numerous examples that are written using the FreeRTOS API.     *

+#	* Full source code for all the examples is provided in an accompanying    *

+#	* .zip file.                                                              *

+#	*                                                                         *

 #	***************************************************************************

+#

+#	1 tab == 4 spaces!

+#

+#	Please ensure to read the configuration and relevant port sections of the

+#	online documentation.

+#

+#	http://www.FreeRTOS.org - Documentation, latest information, license and

+#	contact details.

+#

+#	http://www.SafeRTOS.com - A version that is certified for use in safety

+#	critical systems.

+#

+#	http://www.OpenRTOS.com - Commercial support, development, porting,

+#	licensing and training services.

+#*/

 

 

 #/************************************************************************* 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
index 9005830..7fdf740 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
index a1413be..119f3cc 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
index 45b4d60..4f82eb1a 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
index 54469f5..00cb942 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license

-	and contact details.  Please ensure to read the configuration and relevant

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 /* Kernel includes. */

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 654f484..ca833b8 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license

-	and contact details.  Please ensure to read the configuration and relevant

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
index e2aa8ba..e103862 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index 700be75..2c70546 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index 6f85efb..d36f815 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
index 9005830..7fdf740 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index a7baec3..a9f1cba 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index 8c123aa..1c4532a 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
index 8c117b9..83d41c6 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license

-	and contact details.  Please ensure to read the configuration and relevant

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 /* Kernel includes. */

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
index 88a959a..92d0cce 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license

-	and contact details.  Please ensure to read the configuration and relevant

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index a717327..cfc15e6 100644
--- a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index 3ba0a717..f74a3a9 100644
--- a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_IAR/main.c b/Demo/CORTEX_STM32F103_IAR/main.c
index 91e7fc3..75d15de 100644
--- a/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index 988b4b4..e0f614d 100644
--- a/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_IAR/timertest.c b/Demo/CORTEX_STM32F103_IAR/timertest.c
index f318c61..c35935e 100644
--- a/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index a717327..cfc15e6 100644
--- a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index 3ba0a717..f74a3a9 100644
--- a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_Keil/main.c b/Demo/CORTEX_STM32F103_Keil/main.c
index 91e7fc3..75d15de 100644
--- a/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index 988b4b4..e0f614d 100644
--- a/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_Keil/timertest.c b/Demo/CORTEX_STM32F103_Keil/timertest.c
index f318c61..c35935e 100644
--- a/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
index 63b1f78..a31a1aa 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
index c9d25de..2e7472a 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index 42367ae..5a7e054 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
index 8ec5554..562224a 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index f318c61..c35935e 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index b587ed0..ce43fda 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
index 15d6985..8399c6f 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
index b14df7b..ddd7f9e 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index 96fed25..59f9b3e 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index 049e552..707ec4e 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 77f544a..5a74cec 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 9a15a91..0ab7703 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
index 456c5aa..51c33f0 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
index ccd910f..bb71f91 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
index 6f027e5..7740977 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license

-	and contact details.  Please ensure to read the configuration and relevant

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 /* Kernel includes. */

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 6858a5c..8d24ca7 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license

-	and contact details.  Please ensure to read the configuration and relevant

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index 435c80a..bd664f6 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
index 2c57718..cad6a33 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index e6a85db..b13e3ef 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index 6ef5993..9778070 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,52 +1,51 @@
 /*

-    FreeRTOS.org V5.1.2 - copyright (C) 2003-2006 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-    This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

-    the Free Software Foundation; either version 2 of the License, or

-    (at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-    FreeRTOS is distributed in the hope that it will be useful,

-    but WITHOUT ANY WARRANTY; without even the implied warranty of

-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-    GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-    You should have received a copy of the GNU General Public License

-    along with FreeRTOS; if not, write to the Free Software

-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-    A special exception to the GPL can be applied should you wish to distribute

-    a combined work that includes FreeRTOS, without being obliged to provide

-    the source code for any proprietary components.  See the licensing section

-    of http://www.FreeRTOS.org for full details of how and when the exception

-    can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
index b14df7b..ddd7f9e 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index 45b52bb..f9bbc60 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 1b8e529..318e956 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 9a15a91..0ab7703 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
index f0b5c4c..e7dded7 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
index 6f85efb..d36f815 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
index 2d612de..7402184 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
index e461cb2..63395c3 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
index 18f2c8f..118b4a6 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/Common/Full/BlockQ.c b/Demo/Common/Full/BlockQ.c
index 0e9b672..aa33590 100644
--- a/Demo/Common/Full/BlockQ.c
+++ b/Demo/Common/Full/BlockQ.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Full/PollQ.c b/Demo/Common/Full/PollQ.c
index 4f2200e..f1453e5 100644
--- a/Demo/Common/Full/PollQ.c
+++ b/Demo/Common/Full/PollQ.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Full/comtest.c b/Demo/Common/Full/comtest.c
index bbfaeac..7893bc6 100644
--- a/Demo/Common/Full/comtest.c
+++ b/Demo/Common/Full/comtest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Full/death.c b/Demo/Common/Full/death.c
index 46ae0ce..9071ca6 100644
--- a/Demo/Common/Full/death.c
+++ b/Demo/Common/Full/death.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Full/dynamic.c b/Demo/Common/Full/dynamic.c
index 03f03c8..3fae88b 100644
--- a/Demo/Common/Full/dynamic.c
+++ b/Demo/Common/Full/dynamic.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Full/events.c b/Demo/Common/Full/events.c
index ce1db2d..488fe06 100644
--- a/Demo/Common/Full/events.c
+++ b/Demo/Common/Full/events.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Full/flash.c b/Demo/Common/Full/flash.c
index 5cf980d..a0e5f9d 100644
--- a/Demo/Common/Full/flash.c
+++ b/Demo/Common/Full/flash.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Full/flop.c b/Demo/Common/Full/flop.c
index b9e4577..fb8fdc6 100644
--- a/Demo/Common/Full/flop.c
+++ b/Demo/Common/Full/flop.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Full/integer.c b/Demo/Common/Full/integer.c
index 1682a5a..a312a1d 100644
--- a/Demo/Common/Full/integer.c
+++ b/Demo/Common/Full/integer.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Full/print.c b/Demo/Common/Full/print.c
index f8a9b5e..5d6de45 100644
--- a/Demo/Common/Full/print.c
+++ b/Demo/Common/Full/print.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Full/semtest.c b/Demo/Common/Full/semtest.c
index b538f3a..10ddee3 100644
--- a/Demo/Common/Full/semtest.c
+++ b/Demo/Common/Full/semtest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/AltBlckQ.c b/Demo/Common/Minimal/AltBlckQ.c
index fb73c95..315f924 100644
--- a/Demo/Common/Minimal/AltBlckQ.c
+++ b/Demo/Common/Minimal/AltBlckQ.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/AltBlock.c b/Demo/Common/Minimal/AltBlock.c
index 3769f51..0a4cc87 100644
--- a/Demo/Common/Minimal/AltBlock.c
+++ b/Demo/Common/Minimal/AltBlock.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/AltPollQ.c b/Demo/Common/Minimal/AltPollQ.c
index 24a2649..6906eee 100644
--- a/Demo/Common/Minimal/AltPollQ.c
+++ b/Demo/Common/Minimal/AltPollQ.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/AltQTest.c b/Demo/Common/Minimal/AltQTest.c
index 9949dc0..5d1f1ba 100644
--- a/Demo/Common/Minimal/AltQTest.c
+++ b/Demo/Common/Minimal/AltQTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/BlockQ.c b/Demo/Common/Minimal/BlockQ.c
index db351e1..daa96a6 100644
--- a/Demo/Common/Minimal/BlockQ.c
+++ b/Demo/Common/Minimal/BlockQ.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/Common/Minimal/GenQTest.c b/Demo/Common/Minimal/GenQTest.c
index f032325..337379b 100644
--- a/Demo/Common/Minimal/GenQTest.c
+++ b/Demo/Common/Minimal/GenQTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/IntQueue.c b/Demo/Common/Minimal/IntQueue.c
index 0ab0086..b5a0fe0 100644
--- a/Demo/Common/Minimal/IntQueue.c
+++ b/Demo/Common/Minimal/IntQueue.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/Common/Minimal/PollQ.c b/Demo/Common/Minimal/PollQ.c
index bc22571..b1ff33b 100644
--- a/Demo/Common/Minimal/PollQ.c
+++ b/Demo/Common/Minimal/PollQ.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/QPeek.c b/Demo/Common/Minimal/QPeek.c
index 5d20e16..ba5db29 100644
--- a/Demo/Common/Minimal/QPeek.c
+++ b/Demo/Common/Minimal/QPeek.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/blocktim.c b/Demo/Common/Minimal/blocktim.c
index 9ba310c..1d71343 100644
--- a/Demo/Common/Minimal/blocktim.c
+++ b/Demo/Common/Minimal/blocktim.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/Common/Minimal/comtest.c b/Demo/Common/Minimal/comtest.c
index b1eda8e..3775b9e 100644
--- a/Demo/Common/Minimal/comtest.c
+++ b/Demo/Common/Minimal/comtest.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/Common/Minimal/countsem.c b/Demo/Common/Minimal/countsem.c
index 16bed00..97b3f91 100644
--- a/Demo/Common/Minimal/countsem.c
+++ b/Demo/Common/Minimal/countsem.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/crflash.c b/Demo/Common/Minimal/crflash.c
index 4cdb940..7ee88ea 100644
--- a/Demo/Common/Minimal/crflash.c
+++ b/Demo/Common/Minimal/crflash.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/crhook.c b/Demo/Common/Minimal/crhook.c
index bd66104..24948eb 100644
--- a/Demo/Common/Minimal/crhook.c
+++ b/Demo/Common/Minimal/crhook.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/death.c b/Demo/Common/Minimal/death.c
index 02daa99..7c9753e 100644
--- a/Demo/Common/Minimal/death.c
+++ b/Demo/Common/Minimal/death.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/dynamic.c b/Demo/Common/Minimal/dynamic.c
index 15796dd..ab77841 100644
--- a/Demo/Common/Minimal/dynamic.c
+++ b/Demo/Common/Minimal/dynamic.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/flash.c b/Demo/Common/Minimal/flash.c
index 7780061..87ad3bc 100644
--- a/Demo/Common/Minimal/flash.c
+++ b/Demo/Common/Minimal/flash.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/flop.c b/Demo/Common/Minimal/flop.c
index 8787a15..223b5a2 100644
--- a/Demo/Common/Minimal/flop.c
+++ b/Demo/Common/Minimal/flop.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/integer.c b/Demo/Common/Minimal/integer.c
index 4966c12..0e3c012 100644
--- a/Demo/Common/Minimal/integer.c
+++ b/Demo/Common/Minimal/integer.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/recmutex.c b/Demo/Common/Minimal/recmutex.c
index f7c912f..6df8a05 100644
--- a/Demo/Common/Minimal/recmutex.c
+++ b/Demo/Common/Minimal/recmutex.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/Minimal/semtest.c b/Demo/Common/Minimal/semtest.c
index c3e9d2d..f4bdb1f 100644
--- a/Demo/Common/Minimal/semtest.c
+++ b/Demo/Common/Minimal/semtest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/AltBlckQ.h b/Demo/Common/include/AltBlckQ.h
index d2344b3..b2d9df8 100644
--- a/Demo/Common/include/AltBlckQ.h
+++ b/Demo/Common/include/AltBlckQ.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/AltBlock.h b/Demo/Common/include/AltBlock.h
index 73d6b4f..978ef1d 100644
--- a/Demo/Common/include/AltBlock.h
+++ b/Demo/Common/include/AltBlock.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/AltPollQ.h b/Demo/Common/include/AltPollQ.h
index 25120fc..b83f0dd 100644
--- a/Demo/Common/include/AltPollQ.h
+++ b/Demo/Common/include/AltPollQ.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/AltQTest.h b/Demo/Common/include/AltQTest.h
index 060622d..2d19870 100644
--- a/Demo/Common/include/AltQTest.h
+++ b/Demo/Common/include/AltQTest.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/BlockQ.h b/Demo/Common/include/BlockQ.h
index 8e5f258..cd22444 100644
--- a/Demo/Common/include/BlockQ.h
+++ b/Demo/Common/include/BlockQ.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/GenQTest.h b/Demo/Common/include/GenQTest.h
index 9a79cf7..f53316c 100644
--- a/Demo/Common/include/GenQTest.h
+++ b/Demo/Common/include/GenQTest.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/IntQueue.h b/Demo/Common/include/IntQueue.h
index e49fe0c..9371813 100644
--- a/Demo/Common/include/IntQueue.h
+++ b/Demo/Common/include/IntQueue.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/PollQ.h b/Demo/Common/include/PollQ.h
index 2a2e0e6..7085b52 100644
--- a/Demo/Common/include/PollQ.h
+++ b/Demo/Common/include/PollQ.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/QPeek.h b/Demo/Common/include/QPeek.h
index c048503..797bf8d 100644
--- a/Demo/Common/include/QPeek.h
+++ b/Demo/Common/include/QPeek.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/blocktim.h b/Demo/Common/include/blocktim.h
index 902a027..6c17edb 100644
--- a/Demo/Common/include/blocktim.h
+++ b/Demo/Common/include/blocktim.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/comtest.h b/Demo/Common/include/comtest.h
index 0e76189..e181eb6 100644
--- a/Demo/Common/include/comtest.h
+++ b/Demo/Common/include/comtest.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/comtest2.h b/Demo/Common/include/comtest2.h
index 5854366..811e061 100644
--- a/Demo/Common/include/comtest2.h
+++ b/Demo/Common/include/comtest2.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/countsem.h b/Demo/Common/include/countsem.h
index ece008f..3af5500 100644
--- a/Demo/Common/include/countsem.h
+++ b/Demo/Common/include/countsem.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/crflash.h b/Demo/Common/include/crflash.h
index 15c22a1..c425118 100644
--- a/Demo/Common/include/crflash.h
+++ b/Demo/Common/include/crflash.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/crhook.h b/Demo/Common/include/crhook.h
index 6a2cd47..efbdc90 100644
--- a/Demo/Common/include/crhook.h
+++ b/Demo/Common/include/crhook.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/death.h b/Demo/Common/include/death.h
index 7e7d48f..10cef70 100644
--- a/Demo/Common/include/death.h
+++ b/Demo/Common/include/death.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/dynamic.h b/Demo/Common/include/dynamic.h
index 5c7f062..17a71e7 100644
--- a/Demo/Common/include/dynamic.h
+++ b/Demo/Common/include/dynamic.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/fileIO.h b/Demo/Common/include/fileIO.h
index 27b8cbd..0118087 100644
--- a/Demo/Common/include/fileIO.h
+++ b/Demo/Common/include/fileIO.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/flash.h b/Demo/Common/include/flash.h
index 07c3b82..8d37db6 100644
--- a/Demo/Common/include/flash.h
+++ b/Demo/Common/include/flash.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/flop.h b/Demo/Common/include/flop.h
index 6a64204..f091384 100644
--- a/Demo/Common/include/flop.h
+++ b/Demo/Common/include/flop.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/integer.h b/Demo/Common/include/integer.h
index 6bece07..1d4de92 100644
--- a/Demo/Common/include/integer.h
+++ b/Demo/Common/include/integer.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/mevents.h b/Demo/Common/include/mevents.h
index 1af118d..594b0e6 100644
--- a/Demo/Common/include/mevents.h
+++ b/Demo/Common/include/mevents.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/partest.h b/Demo/Common/include/partest.h
index 3c7b29c..9881c06 100644
--- a/Demo/Common/include/partest.h
+++ b/Demo/Common/include/partest.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/print.h b/Demo/Common/include/print.h
index abebbee..049794e 100644
--- a/Demo/Common/include/print.h
+++ b/Demo/Common/include/print.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/recmutex.h b/Demo/Common/include/recmutex.h
index 79af269..5938ff1 100644
--- a/Demo/Common/include/recmutex.h
+++ b/Demo/Common/include/recmutex.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/semtest.h b/Demo/Common/include/semtest.h
index 5c7308b..45de10b 100644
--- a/Demo/Common/include/semtest.h
+++ b/Demo/Common/include/semtest.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Common/include/serial.h b/Demo/Common/include/serial.h
index b7bff7f..6206852 100644
--- a/Demo/Common/include/serial.h
+++ b/Demo/Common/include/serial.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Cygnal/FreeRTOSConfig.h b/Demo/Cygnal/FreeRTOSConfig.h
index 5a52dd0..eea6794 100644
--- a/Demo/Cygnal/FreeRTOSConfig.h
+++ b/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Cygnal/Makefile b/Demo/Cygnal/Makefile
index 74c8d06..33ebc4e 100644
--- a/Demo/Cygnal/Makefile
+++ b/Demo/Cygnal/Makefile
@@ -1,32 +1,53 @@
-#	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+#/*

+#	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify

-#	it under the terms of the GNU General Public License as published by

-#	the Free Software Foundation; either version 2 of the License, or

-#	(at your option) any later version.

+#	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+#	under the terms of the GNU General Public License (version 2) as published

+#	by the Free Software Foundation and modified by the FreeRTOS exception.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,

-#	but WITHOUT ANY WARRANTY; without even the implied warranty of

-#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-#	GNU General Public License for more details.

+#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+#	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+#	more details.

 #

-#	You should have received a copy of the GNU General Public License

-#	along with FreeRTOS.org; if not, write to the Free Software

-#	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+#	You should have received a copy of the GNU General Public License along 

+#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+#	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

-#	A special exception to the GPL can be applied should you wish to distribute

-#	a combined work that includes FreeRTOS.org, without being obliged to provide

-#	the source code for any proprietary components.  See the licensing section 

-#	of http://www.FreeRTOS.org for full details of how and when the exception

-#	can be applied.

+#	A special exception to the GPL is included to allow you to distribute a 

+#	combined work that includes FreeRTOS.org without being obliged to provide

+#	the source code for any proprietary components.  See the licensing section

+#	of http://www.FreeRTOS.org for full details.

+#

 #

 #	***************************************************************************

-#	See http://www.FreeRTOS.org for documentation, latest information, license 

-#	and contact details.  Please ensure to read the configuration and relevant 

-#	port sections of the online documentation.

+#	*                                                                         *

+#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+#	*                                                                         *

+#	* This is a concise, step by step, 'hands on' guide that describes both   *

+#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+#	* explains numerous examples that are written using the FreeRTOS API.     *

+#	* Full source code for all the examples is provided in an accompanying    *

+#	* .zip file.                                                              *

+#	*                                                                         *

 #	***************************************************************************

+#

+#	1 tab == 4 spaces!

+#

+#	Please ensure to read the configuration and relevant port sections of the

+#	online documentation.

+#

+#	http://www.FreeRTOS.org - Documentation, latest information, license and

+#	contact details.

+#

+#	http://www.SafeRTOS.com - A version that is certified for use in safety

+#	critical systems.

+#

+#	http://www.OpenRTOS.com - Commercial support, development, porting,

+#	licensing and training services.

+#*/

 

 

 CC=sdcc

diff --git a/Demo/Cygnal/ParTest/ParTest.c b/Demo/Cygnal/ParTest/ParTest.c
index 4deeb60..1fbe037 100644
--- a/Demo/Cygnal/ParTest/ParTest.c
+++ b/Demo/Cygnal/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 #include <c8051f120.h>

diff --git a/Demo/Cygnal/main.c b/Demo/Cygnal/main.c
index 3d06650..c13bfc7 100644
--- a/Demo/Cygnal/main.c
+++ b/Demo/Cygnal/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Cygnal/serial/serial.c b/Demo/Cygnal/serial/serial.c
index 97c4a98..8ba92ee 100644
--- a/Demo/Cygnal/serial/serial.c
+++ b/Demo/Cygnal/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Flshlite/FRConfig.h b/Demo/Flshlite/FRConfig.h
index d0813c0..61d408f 100644
--- a/Demo/Flshlite/FRConfig.h
+++ b/Demo/Flshlite/FRConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Flshlite/FileIO/fileIO.c b/Demo/Flshlite/FileIO/fileIO.c
index c2ff20c..2b7bbf2 100644
--- a/Demo/Flshlite/FileIO/fileIO.c
+++ b/Demo/Flshlite/FileIO/fileIO.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Flshlite/FreeRTOSConfig.h b/Demo/Flshlite/FreeRTOSConfig.h
index f3bfb74..b8bab10 100644
--- a/Demo/Flshlite/FreeRTOSConfig.h
+++ b/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Flshlite/ParTest/ParTest.c b/Demo/Flshlite/ParTest/ParTest.c
index 5ccc3a3..216d8bc 100644
--- a/Demo/Flshlite/ParTest/ParTest.c
+++ b/Demo/Flshlite/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Flshlite/main.c b/Demo/Flshlite/main.c
index e3956b1..5a37d8c 100644
--- a/Demo/Flshlite/main.c
+++ b/Demo/Flshlite/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Flshlite/serial/serial.c b/Demo/Flshlite/serial/serial.c
index 5424fa0..8b120b8 100644
--- a/Demo/Flshlite/serial/serial.c
+++ b/Demo/Flshlite/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index 2bf78ff..51c6437 100644
--- a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index c183b0d..9e896c5 100644
--- a/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/H8S/RTOSDemo/main.c b/Demo/H8S/RTOSDemo/main.c
index 755489d..2d4a36a 100644
--- a/Demo/H8S/RTOSDemo/main.c
+++ b/Demo/H8S/RTOSDemo/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/H8S/RTOSDemo/serial/serial.c b/Demo/H8S/RTOSDemo/serial/serial.c
index 1592069..3656dba 100644
--- a/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index 8ff1869..409c70b 100644
--- a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index dfa8c67..84bb00e 100644
--- a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_CodeWarrior_banked/main.c b/Demo/HCS12_CodeWarrior_banked/main.c
index f3b646a..7dab97c 100644
--- a/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,53 +1,52 @@
 

 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index c86f77a..728605c 100644
--- a/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index a3d9d8b..e7a4f89 100644
--- a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index dfa8c67..84bb00e 100644
--- a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_CodeWarrior_small/main.c b/Demo/HCS12_CodeWarrior_small/main.c
index 7c51d07..5ab3ac9 100644
--- a/Demo/HCS12_CodeWarrior_small/main.c
+++ b/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_CodeWarrior_small/serial/serial.c b/Demo/HCS12_CodeWarrior_small/serial/serial.c
index f1b80cd..2504d34 100644
--- a/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index 31ead53..d6cb304 100644
--- a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_GCC_banked/ParTest.c b/Demo/HCS12_GCC_banked/ParTest.c
index 93ddbe2..af81901 100644
--- a/Demo/HCS12_GCC_banked/ParTest.c
+++ b/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_GCC_banked/main.c b/Demo/HCS12_GCC_banked/main.c
index ad4cf59..d2c8f4f 100644
--- a/Demo/HCS12_GCC_banked/main.c
+++ b/Demo/HCS12_GCC_banked/main.c
@@ -1,53 +1,52 @@
 

 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_GCC_banked/startup.c b/Demo/HCS12_GCC_banked/startup.c
index a3a6d8e..f4adf71 100644
--- a/Demo/HCS12_GCC_banked/startup.c
+++ b/Demo/HCS12_GCC_banked/startup.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/HCS12_GCC_banked/sys/ports.h b/Demo/HCS12_GCC_banked/sys/ports.h
index 934c2f3..0d20870 100644
--- a/Demo/HCS12_GCC_banked/sys/ports.h
+++ b/Demo/HCS12_GCC_banked/sys/ports.h
@@ -5,7 +5,7 @@
 This file is part of GEL.

 

 GEL is free software; you can redistribute it and/or modify

-it under the terms of the GNU General Public License as published by

+it under the terms of the GNU General Public License** as published by

 the Free Software Foundation; either version 2, or (at your option)

 any later version.

 

diff --git a/Demo/HCS12_GCC_banked/sys/ports_def.h b/Demo/HCS12_GCC_banked/sys/ports_def.h
index 8d2c749..d898f2a 100644
--- a/Demo/HCS12_GCC_banked/sys/ports_def.h
+++ b/Demo/HCS12_GCC_banked/sys/ports_def.h
@@ -5,7 +5,7 @@
 This file is part of GEL.

 

 GEL is free software; you can redistribute it and/or modify

-it under the terms of the GNU General Public License as published by

+it under the terms of the GNU General Public License** as published by

 the Free Software Foundation; either version 2, or (at your option)

 any later version.

 

diff --git a/Demo/HCS12_GCC_banked/sys/sio.h b/Demo/HCS12_GCC_banked/sys/sio.h
index a28fe94..d2fd368 100644
--- a/Demo/HCS12_GCC_banked/sys/sio.h
+++ b/Demo/HCS12_GCC_banked/sys/sio.h
@@ -5,7 +5,7 @@
 This file is part of GEL.

 

 GEL is free software; you can redistribute it and/or modify

-it under the terms of the GNU General Public License as published by

+it under the terms of the GNU General Public License** as published by

 the Free Software Foundation; either version 2, or (at your option)

 any later version.

 

diff --git a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index 86cfd92..a1c44f0 100644
--- a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -1,36 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2007 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license 

-	and contact details.  Please ensure to read the configuration and relevant 

-	port sections of the online documentation.

-

-	Also see http://www.SafeRTOS.com for an IEC 61508 compliant version along

-	with commercial development and support options.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/Demo/MB91460_Softune/SRC/crflash_modified.c b/Demo/MB91460_Softune/SRC/crflash_modified.c
index edab644..888cef7 100644
--- a/Demo/MB91460_Softune/SRC/crflash_modified.c
+++ b/Demo/MB91460_Softune/SRC/crflash_modified.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MB91460_Softune/SRC/main.c b/Demo/MB91460_Softune/SRC/main.c
index 27a819b..766d7f5 100644
--- a/Demo/MB91460_Softune/SRC/main.c
+++ b/Demo/MB91460_Softune/SRC/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MB91460_Softune/SRC/partest/partest.c b/Demo/MB91460_Softune/SRC/partest/partest.c
index 591c79d..5e52f76 100644
--- a/Demo/MB91460_Softune/SRC/partest/partest.c
+++ b/Demo/MB91460_Softune/SRC/partest/partest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MB91460_Softune/SRC/serial/serial.c b/Demo/MB91460_Softune/SRC/serial/serial.c
index 06cd81c..08315d5 100644
--- a/Demo/MB91460_Softune/SRC/serial/serial.c
+++ b/Demo/MB91460_Softune/SRC/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
index 59a67c0..8101954 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

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 edab644..888cef7 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
index f0229b2..23a22ea 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

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 71e467b..529231d 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

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 b1f5aff..8339b64 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
index 54c2ce0..5239fb5 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
index a24a18c..c81dbfd 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index b8d95f6..1cf9994 100644
--- a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c b/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
index c23211d..68f9ef5 100644
--- a/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
+++ b/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
index e0ff26e..cb94812 100644
--- a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
+++ b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/main.c b/Demo/MB96350_Softune_Dice_Kit/main.c
index e4f50ed..f56be67 100644
--- a/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MCF5235_GCC/FreeRTOSConfig.h b/Demo/MCF5235_GCC/FreeRTOSConfig.h
index 1f039b9..9960898 100644
--- a/Demo/MCF5235_GCC/FreeRTOSConfig.h
+++ b/Demo/MCF5235_GCC/FreeRTOSConfig.h
@@ -5,7 +5,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/MCF5235_GCC/demo.c b/Demo/MCF5235_GCC/demo.c
index 5d66d17..460593b 100644
--- a/Demo/MCF5235_GCC/demo.c
+++ b/Demo/MCF5235_GCC/demo.c
@@ -5,7 +5,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/MCF5235_GCC/system/crt0.S b/Demo/MCF5235_GCC/system/crt0.S
index 360e89a..1ccf216 100644
--- a/Demo/MCF5235_GCC/system/crt0.S
+++ b/Demo/MCF5235_GCC/system/crt0.S
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/MCF5235_GCC/system/init.c b/Demo/MCF5235_GCC/system/init.c
index 6db205c..8bfb826 100644
--- a/Demo/MCF5235_GCC/system/init.c
+++ b/Demo/MCF5235_GCC/system/init.c
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/MCF5235_GCC/system/newlib.c b/Demo/MCF5235_GCC/system/newlib.c
index 3916e5f..db2ba17 100644
--- a/Demo/MCF5235_GCC/system/newlib.c
+++ b/Demo/MCF5235_GCC/system/newlib.c
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/MCF5235_GCC/system/serial.c b/Demo/MCF5235_GCC/system/serial.c
index 0720fb3..0d79c5f 100644
--- a/Demo/MCF5235_GCC/system/serial.c
+++ b/Demo/MCF5235_GCC/system/serial.c
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/MCF5235_GCC/system/vector.S b/Demo/MCF5235_GCC/system/vector.S
index 6bc765d..d898963 100644
--- a/Demo/MCF5235_GCC/system/vector.S
+++ b/Demo/MCF5235_GCC/system/vector.S
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/MicroBlaze/FreeRTOSConfig.h b/Demo/MicroBlaze/FreeRTOSConfig.h
index 4657b7e..0ea9a08 100644
--- a/Demo/MicroBlaze/FreeRTOSConfig.h
+++ b/Demo/MicroBlaze/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MicroBlaze/ParTest/ParTest.c b/Demo/MicroBlaze/ParTest/ParTest.c
index 0bef97a..f36e878 100644
--- a/Demo/MicroBlaze/ParTest/ParTest.c
+++ b/Demo/MicroBlaze/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MicroBlaze/main.c b/Demo/MicroBlaze/main.c
index 80fab1b..763e17f 100644
--- a/Demo/MicroBlaze/main.c
+++ b/Demo/MicroBlaze/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/MicroBlaze/serial/serial.c b/Demo/MicroBlaze/serial/serial.c
index 95d1769..356c7e4 100644
--- a/Demo/MicroBlaze/serial/serial.c
+++ b/Demo/MicroBlaze/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/NEC_78K0R_IAR/ButtonISR.s26 b/Demo/NEC_78K0R_IAR/ButtonISR.s26
index 3dc6c24..d5fdc47 100644
--- a/Demo/NEC_78K0R_IAR/ButtonISR.s26
+++ b/Demo/NEC_78K0R_IAR/ButtonISR.s26
@@ -1,34 +1,53 @@
-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;/*

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

 ;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	of http://www.FreeRTOS.org for full details.

+;

 ;

 ;	***************************************************************************

-;	See http://www.FreeRTOS.org for documentation, latest information, license

-;	and contact details.  Please ensure to read the configuration and relevant

-;	port sections of the online documentation.

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

 ;	***************************************************************************

 ;

-;------------------------------------------------------------------------------

+;	1 tab == 4 spaces!

+;

+;	Please ensure to read the configuration and relevant port sections of the

+;	online documentation.

+;

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

+;	contact details.

+;

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

+;	critical systems.

+;

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

+;	licensing and training services.

+;*/

 

 ;

 ; This file defines a wrapper for the interrupt generated each time the button

diff --git a/Demo/NEC_78K0R_IAR/ButtonTask.c b/Demo/NEC_78K0R_IAR/ButtonTask.c
index b8d5804..6fff99e 100644
--- a/Demo/NEC_78K0R_IAR/ButtonTask.c
+++ b/Demo/NEC_78K0R_IAR/ButtonTask.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index 0b86d91..71dc0c3 100644
--- a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/NEC_78K0R_IAR/RegTest.s26 b/Demo/NEC_78K0R_IAR/RegTest.s26
index 9ecaf9c..85d765f 100644
--- a/Demo/NEC_78K0R_IAR/RegTest.s26
+++ b/Demo/NEC_78K0R_IAR/RegTest.s26
@@ -1,34 +1,53 @@
-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;/*

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

 ;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	of http://www.FreeRTOS.org for full details.

+;

 ;

 ;	***************************************************************************

-;	See http://www.FreeRTOS.org for documentation, latest information, license

-;	and contact details.  Please ensure to read the configuration and relevant

-;	port sections of the online documentation.

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

 ;	***************************************************************************

 ;

-;------------------------------------------------------------------------------

+;	1 tab == 4 spaces!

+;

+;	Please ensure to read the configuration and relevant port sections of the

+;	online documentation.

+;

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

+;	contact details.

+;

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

+;	critical systems.

+;

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

+;	licensing and training services.

+;*/

 

 

 ;

diff --git a/Demo/NEC_78K0R_IAR/main.c b/Demo/NEC_78K0R_IAR/main.c
index 3522221..b94c520 100644
--- a/Demo/NEC_78K0R_IAR/main.c
+++ b/Demo/NEC_78K0R_IAR/main.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
index c497266..8862c5f 100644
--- a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
index fe09bff..b93a89b 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
index b2e4a73..9201585 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
index b98fad9..b730cf2 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

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 ba6cfca..b2bfdd8 100644
--- a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
+++ b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

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 b2175a7..4278b12 100644
--- a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
+++ b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/NEC_V850ES_IAR/RegTest.s85 b/Demo/NEC_V850ES_IAR/RegTest.s85
index e437d55..a2279d0 100644
--- a/Demo/NEC_V850ES_IAR/RegTest.s85
+++ b/Demo/NEC_V850ES_IAR/RegTest.s85
@@ -1,34 +1,53 @@
-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;/*

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

 ;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	of http://www.FreeRTOS.org for full details.

+;

 ;

 ;	***************************************************************************

-;	See http://www.FreeRTOS.org for documentation, latest information, license

-;	and contact details.  Please ensure to read the configuration and relevant

-;	port sections of the online documentation.

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

 ;	***************************************************************************

 ;

-;------------------------------------------------------------------------------

+;	1 tab == 4 spaces!

+;

+;	Please ensure to read the configuration and relevant port sections of the

+;	online documentation.

+;

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

+;	contact details.

+;

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

+;	critical systems.

+;

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

+;	licensing and training services.

+;*/

 ; Note: Select the correct include files for the device used by the application.

 

 	EXTERN	vRegTestFailed

diff --git a/Demo/NEC_V850ES_IAR/main.c b/Demo/NEC_V850ES_IAR/main.c
index 86f25cf..a55b158 100644
--- a/Demo/NEC_V850ES_IAR/main.c
+++ b/Demo/NEC_V850ES_IAR/main.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/NEC_V850ES_IAR/serial/serial.c b/Demo/NEC_V850ES_IAR/serial/serial.c
index 0280c04..daf01e3 100644
--- a/Demo/NEC_V850ES_IAR/serial/serial.c
+++ b/Demo/NEC_V850ES_IAR/serial/serial.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/PC/FRConfig.h b/Demo/PC/FRConfig.h
index f162d5f..ef3b5a5 100644
--- a/Demo/PC/FRConfig.h
+++ b/Demo/PC/FRConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PC/FileIO/fileIO.c b/Demo/PC/FileIO/fileIO.c
index b83aaeb..12be0a8 100644
--- a/Demo/PC/FileIO/fileIO.c
+++ b/Demo/PC/FileIO/fileIO.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PC/FreeRTOSConfig.h b/Demo/PC/FreeRTOSConfig.h
index a3c743e..cfdedab 100644
--- a/Demo/PC/FreeRTOSConfig.h
+++ b/Demo/PC/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PC/ParTest/ParTest.c b/Demo/PC/ParTest/ParTest.c
index 48450dd..5ff2df3 100644
--- a/Demo/PC/ParTest/ParTest.c
+++ b/Demo/PC/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PC/main.c b/Demo/PC/main.c
index 12fd5f7..0effc44 100644
--- a/Demo/PC/main.c
+++ b/Demo/PC/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PC/serial/serial.c b/Demo/PC/serial/serial.c
index a07eba9..74e171f 100644
--- a/Demo/PC/serial/serial.c
+++ b/Demo/PC/serial/serial.c
@@ -5,54 +5,53 @@
 	http://dzcomm.sourceforge.net

 

 

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
index b541674..cdf7826 100644
--- a/Demo/PIC18_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_MPLAB/ParTest/ParTest.c b/Demo/PIC18_MPLAB/ParTest/ParTest.c
index dc27d63..975032b 100644
--- a/Demo/PIC18_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC18_MPLAB/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_MPLAB/main1.c b/Demo/PIC18_MPLAB/main1.c
index 0e2f835..8b6d3f4 100644
--- a/Demo/PIC18_MPLAB/main1.c
+++ b/Demo/PIC18_MPLAB/main1.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_MPLAB/main2.c b/Demo/PIC18_MPLAB/main2.c
index ea49868..64c4d59 100644
--- a/Demo/PIC18_MPLAB/main2.c
+++ b/Demo/PIC18_MPLAB/main2.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_MPLAB/main3.c b/Demo/PIC18_MPLAB/main3.c
index 3059389..bba6012 100644
--- a/Demo/PIC18_MPLAB/main3.c
+++ b/Demo/PIC18_MPLAB/main3.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_MPLAB/serial/serial.c b/Demo/PIC18_MPLAB/serial/serial.c
index 21836c8..0f27f34 100644
--- a/Demo/PIC18_MPLAB/serial/serial.c
+++ b/Demo/PIC18_MPLAB/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
index a37674d..7572259 100644
--- a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo1/WIZCmake.h b/Demo/PIC18_WizC/Demo1/WIZCmake.h
index 44716be..7f39c7e 100644
--- a/Demo/PIC18_WizC/Demo1/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo1/WIZCmake.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo1/fuses.c b/Demo/PIC18_WizC/Demo1/fuses.c
index f9b6868..7608acb 100644
--- a/Demo/PIC18_WizC/Demo1/fuses.c
+++ b/Demo/PIC18_WizC/Demo1/fuses.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo1/interrupt.c b/Demo/PIC18_WizC/Demo1/interrupt.c
index 4084942..db6fbec 100644
--- a/Demo/PIC18_WizC/Demo1/interrupt.c
+++ b/Demo/PIC18_WizC/Demo1/interrupt.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo1/main.c b/Demo/PIC18_WizC/Demo1/main.c
index 826699d..60d98a8 100644
--- a/Demo/PIC18_WizC/Demo1/main.c
+++ b/Demo/PIC18_WizC/Demo1/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
index 9f67022..0b38e3e 100644
--- a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo2/WIZCmake.h b/Demo/PIC18_WizC/Demo2/WIZCmake.h
index 8161e37..dba9924 100644
--- a/Demo/PIC18_WizC/Demo2/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo2/WIZCmake.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo2/fuses.c b/Demo/PIC18_WizC/Demo2/fuses.c
index f9b6868..7608acb 100644
--- a/Demo/PIC18_WizC/Demo2/fuses.c
+++ b/Demo/PIC18_WizC/Demo2/fuses.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo2/interrupt.c b/Demo/PIC18_WizC/Demo2/interrupt.c
index cb1430e..a638b6a 100644
--- a/Demo/PIC18_WizC/Demo2/interrupt.c
+++ b/Demo/PIC18_WizC/Demo2/interrupt.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo2/main.c b/Demo/PIC18_WizC/Demo2/main.c
index 25bc092..69a74d9 100644
--- a/Demo/PIC18_WizC/Demo2/main.c
+++ b/Demo/PIC18_WizC/Demo2/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
index 7989d21..aa0a7e5 100644
--- a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo3/WIZCmake.h b/Demo/PIC18_WizC/Demo3/WIZCmake.h
index 8161e37..dba9924 100644
--- a/Demo/PIC18_WizC/Demo3/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo3/WIZCmake.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo3/fuses.c b/Demo/PIC18_WizC/Demo3/fuses.c
index f9b6868..7608acb 100644
--- a/Demo/PIC18_WizC/Demo3/fuses.c
+++ b/Demo/PIC18_WizC/Demo3/fuses.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo3/interrupt.c b/Demo/PIC18_WizC/Demo3/interrupt.c
index cb1430e..a638b6a 100644
--- a/Demo/PIC18_WizC/Demo3/interrupt.c
+++ b/Demo/PIC18_WizC/Demo3/interrupt.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo3/main.c b/Demo/PIC18_WizC/Demo3/main.c
index c3ce311..1509b64 100644
--- a/Demo/PIC18_WizC/Demo3/main.c
+++ b/Demo/PIC18_WizC/Demo3/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
index e5f5ae8..141c602 100644
--- a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo4/WIZCmake.h b/Demo/PIC18_WizC/Demo4/WIZCmake.h
index 8161e37..dba9924 100644
--- a/Demo/PIC18_WizC/Demo4/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo4/WIZCmake.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo4/fuses.c b/Demo/PIC18_WizC/Demo4/fuses.c
index f9b6868..7608acb 100644
--- a/Demo/PIC18_WizC/Demo4/fuses.c
+++ b/Demo/PIC18_WizC/Demo4/fuses.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo4/interrupt.c b/Demo/PIC18_WizC/Demo4/interrupt.c
index cb1430e..a638b6a 100644
--- a/Demo/PIC18_WizC/Demo4/interrupt.c
+++ b/Demo/PIC18_WizC/Demo4/interrupt.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo4/main.c b/Demo/PIC18_WizC/Demo4/main.c
index 08e45eb..af69fb3 100644
--- a/Demo/PIC18_WizC/Demo4/main.c
+++ b/Demo/PIC18_WizC/Demo4/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
index 760d594..b22bb23 100644
--- a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo5/WIZCmake.h b/Demo/PIC18_WizC/Demo5/WIZCmake.h
index 8161e37..dba9924 100644
--- a/Demo/PIC18_WizC/Demo5/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo5/WIZCmake.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo5/fuses.c b/Demo/PIC18_WizC/Demo5/fuses.c
index f9b6868..7608acb 100644
--- a/Demo/PIC18_WizC/Demo5/fuses.c
+++ b/Demo/PIC18_WizC/Demo5/fuses.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo5/interrupt.c b/Demo/PIC18_WizC/Demo5/interrupt.c
index cb1430e..a638b6a 100644
--- a/Demo/PIC18_WizC/Demo5/interrupt.c
+++ b/Demo/PIC18_WizC/Demo5/interrupt.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo5/main.c b/Demo/PIC18_WizC/Demo5/main.c
index e410a96..3085e76 100644
--- a/Demo/PIC18_WizC/Demo5/main.c
+++ b/Demo/PIC18_WizC/Demo5/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
index c2649f8..c99a883 100644
--- a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo6/WIZCmake.h b/Demo/PIC18_WizC/Demo6/WIZCmake.h
index 8161e37..dba9924 100644
--- a/Demo/PIC18_WizC/Demo6/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo6/WIZCmake.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo6/fuses.c b/Demo/PIC18_WizC/Demo6/fuses.c
index f9b6868..7608acb 100644
--- a/Demo/PIC18_WizC/Demo6/fuses.c
+++ b/Demo/PIC18_WizC/Demo6/fuses.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo6/interrupt.c b/Demo/PIC18_WizC/Demo6/interrupt.c
index cb1430e..a638b6a 100644
--- a/Demo/PIC18_WizC/Demo6/interrupt.c
+++ b/Demo/PIC18_WizC/Demo6/interrupt.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo6/main.c b/Demo/PIC18_WizC/Demo6/main.c
index a12958f..f573bac 100644
--- a/Demo/PIC18_WizC/Demo6/main.c
+++ b/Demo/PIC18_WizC/Demo6/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
index aafbba6..cf7e70e 100644
--- a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo7/WIZCmake.h b/Demo/PIC18_WizC/Demo7/WIZCmake.h
index 8161e37..dba9924 100644
--- a/Demo/PIC18_WizC/Demo7/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo7/WIZCmake.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo7/fuses.c b/Demo/PIC18_WizC/Demo7/fuses.c
index f9b6868..7608acb 100644
--- a/Demo/PIC18_WizC/Demo7/fuses.c
+++ b/Demo/PIC18_WizC/Demo7/fuses.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo7/interrupt.c b/Demo/PIC18_WizC/Demo7/interrupt.c
index cb1430e..a638b6a 100644
--- a/Demo/PIC18_WizC/Demo7/interrupt.c
+++ b/Demo/PIC18_WizC/Demo7/interrupt.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/Demo7/main.c b/Demo/PIC18_WizC/Demo7/main.c
index 7c890b3..7d50172 100644
--- a/Demo/PIC18_WizC/Demo7/main.c
+++ b/Demo/PIC18_WizC/Demo7/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/ParTest/ParTest.c b/Demo/PIC18_WizC/ParTest/ParTest.c
index 457d01f..8a7ba28 100644
--- a/Demo/PIC18_WizC/ParTest/ParTest.c
+++ b/Demo/PIC18_WizC/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/serial/isrSerialRx.c b/Demo/PIC18_WizC/serial/isrSerialRx.c
index ce76a88..86ed6ad 100644
--- a/Demo/PIC18_WizC/serial/isrSerialRx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialRx.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/serial/isrSerialTx.c b/Demo/PIC18_WizC/serial/isrSerialTx.c
index 5c6bf7c..5ee6fc6 100644
--- a/Demo/PIC18_WizC/serial/isrSerialTx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialTx.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC18_WizC/serial/serial.c b/Demo/PIC18_WizC/serial/serial.c
index 58f02ad..a0edca2 100644
--- a/Demo/PIC18_WizC/serial/serial.c
+++ b/Demo/PIC18_WizC/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
index 019d982..fa5b997 100644
--- a/Demo/PIC24_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC24_MPLAB/ParTest/ParTest.c b/Demo/PIC24_MPLAB/ParTest/ParTest.c
index 28309d0..5fa8410 100644
--- a/Demo/PIC24_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC24_MPLAB/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC24_MPLAB/lcd.c b/Demo/PIC24_MPLAB/lcd.c
index 0e99074..041a928 100644
--- a/Demo/PIC24_MPLAB/lcd.c
+++ b/Demo/PIC24_MPLAB/lcd.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC24_MPLAB/lcd.h b/Demo/PIC24_MPLAB/lcd.h
index 35b01ac..30ca877 100644
--- a/Demo/PIC24_MPLAB/lcd.h
+++ b/Demo/PIC24_MPLAB/lcd.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC24_MPLAB/main.c b/Demo/PIC24_MPLAB/main.c
index ec8182d..9baf574 100644
--- a/Demo/PIC24_MPLAB/main.c
+++ b/Demo/PIC24_MPLAB/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC24_MPLAB/serial/serial.c b/Demo/PIC24_MPLAB/serial/serial.c
index 292d5f2..37b2ae2 100644
--- a/Demo/PIC24_MPLAB/serial/serial.c
+++ b/Demo/PIC24_MPLAB/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC24_MPLAB/timertest.c b/Demo/PIC24_MPLAB/timertest.c
index a2d3386..c2bdd28 100644
--- a/Demo/PIC24_MPLAB/timertest.c
+++ b/Demo/PIC24_MPLAB/timertest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC24_MPLAB/timertest.h b/Demo/PIC24_MPLAB/timertest.h
index b14eb71..735cf89 100644
--- a/Demo/PIC24_MPLAB/timertest.h
+++ b/Demo/PIC24_MPLAB/timertest.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
index e2bb5ff..b7f8a07 100644
--- a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.c b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
index e3ef6ac..8218887 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.c
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.h b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
index 6f85efb..d36f815 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.h
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
index 944618b..83e3a4f 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

  

diff --git a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
index 5b372c1..50286b0 100644
--- a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
index 799dcdb..f2b705c 100644
--- a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
+++ b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/lcd.c b/Demo/PIC32MX_MPLAB/lcd.c
index 62aaa16..4b72706 100644
--- a/Demo/PIC32MX_MPLAB/lcd.c
+++ b/Demo/PIC32MX_MPLAB/lcd.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/lcd.h b/Demo/PIC32MX_MPLAB/lcd.h
index 35b01ac..30ca877 100644
--- a/Demo/PIC32MX_MPLAB/lcd.h
+++ b/Demo/PIC32MX_MPLAB/lcd.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/main.c b/Demo/PIC32MX_MPLAB/main.c
index 215b5ad..b4dbec7 100644
--- a/Demo/PIC32MX_MPLAB/main.c
+++ b/Demo/PIC32MX_MPLAB/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/serial/serial.c b/Demo/PIC32MX_MPLAB/serial/serial.c
index ba3fe39..a908672 100644
--- a/Demo/PIC32MX_MPLAB/serial/serial.c
+++ b/Demo/PIC32MX_MPLAB/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/timertest.c b/Demo/PIC32MX_MPLAB/timertest.c
index 1167b96..1711ffe 100644
--- a/Demo/PIC32MX_MPLAB/timertest.c
+++ b/Demo/PIC32MX_MPLAB/timertest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/timertest.h b/Demo/PIC32MX_MPLAB/timertest.h
index b14eb71..735cf89 100644
--- a/Demo/PIC32MX_MPLAB/timertest.h
+++ b/Demo/PIC32MX_MPLAB/timertest.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PIC32MX_MPLAB/timertest_isr.S b/Demo/PIC32MX_MPLAB/timertest_isr.S
index b452084..d9ccf14 100644
--- a/Demo/PIC32MX_MPLAB/timertest_isr.S
+++ b/Demo/PIC32MX_MPLAB/timertest_isr.S
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index 9ab9f89..8a7fea7 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

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 98fd033..ae2c8d6 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,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

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 3c8cd09..92d1bb5 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,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

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 f8e7830..eb003f2 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index 2bb08bf..7d1d1c9 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

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 d1abec9..e76a1d8 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

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 83dc30c..06a8f1a 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index f225d04..73eff8a 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

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 98fd033..ae2c8d6 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,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

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 3c8cd09..92d1bb5 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,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index f8e7830..eb003f2 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index d021cde..75d82ab 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index d1abec9..e76a1d8 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index 83dc30c..06a8f1a 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/Unsupported_Demos/HCS12_HCS12X_CodeWarrior_OAF.zip b/Demo/Unsupported_Demos/HCS12_HCS12X_CodeWarrior_OAF.zip
index 2745f1b..5083a85 100644
--- a/Demo/Unsupported_Demos/HCS12_HCS12X_CodeWarrior_OAF.zip
+++ b/Demo/Unsupported_Demos/HCS12_HCS12X_CodeWarrior_OAF.zip
Binary files differ
diff --git a/Demo/Unsupported_Demos/LPC2138_Keil_RVDS_MCB2130_FD.zip b/Demo/Unsupported_Demos/LPC2138_Keil_RVDS_MCB2130_FD.zip
index 2fa6d4d..6709517 100644
--- a/Demo/Unsupported_Demos/LPC2138_Keil_RVDS_MCB2130_FD.zip
+++ b/Demo/Unsupported_Demos/LPC2138_Keil_RVDS_MCB2130_FD.zip
Binary files differ
diff --git a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index 029abaf..b1b8c16 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index bccda4c..757222b 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index a69a959..39f3441 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
index 375d99a..b957bef 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/Makefile
+++ b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
@@ -1,32 +1,53 @@
-#	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+#/*

+#	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify

-#	it under the terms of the GNU General Public License as published by

-#	the Free Software Foundation; either version 2 of the License, or

-#	(at your option) any later version.

+#	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+#	under the terms of the GNU General Public License (version 2) as published

+#	by the Free Software Foundation and modified by the FreeRTOS exception.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,

-#	but WITHOUT ANY WARRANTY; without even the implied warranty of

-#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-#	GNU General Public License for more details.

+#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+#	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+#	more details.

 #

-#	You should have received a copy of the GNU General Public License

-#	along with FreeRTOS.org; if not, write to the Free Software

-#	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+#	You should have received a copy of the GNU General Public License along 

+#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+#	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

-#	A special exception to the GPL can be applied should you wish to distribute

-#	a combined work that includes FreeRTOS.org, without being obliged to provide

-#	the source code for any proprietary components.  See the licensing section 

-#	of http://www.FreeRTOS.org for full details of how and when the exception

-#	can be applied.

+#	A special exception to the GPL is included to allow you to distribute a 

+#	combined work that includes FreeRTOS.org without being obliged to provide

+#	the source code for any proprietary components.  See the licensing section

+#	of http://www.FreeRTOS.org for full details.

+#

 #

 #	***************************************************************************

-#	See http://www.FreeRTOS.org for documentation, latest information, license 

-#	and contact details.  Please ensure to read the configuration and relevant 

-#	port sections of the online documentation.

+#	*                                                                         *

+#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+#	*                                                                         *

+#	* This is a concise, step by step, 'hands on' guide that describes both   *

+#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+#	* explains numerous examples that are written using the FreeRTOS API.     *

+#	* Full source code for all the examples is provided in an accompanying    *

+#	* .zip file.                                                              *

+#	*                                                                         *

 #	***************************************************************************

+#

+#	1 tab == 4 spaces!

+#

+#	Please ensure to read the configuration and relevant port sections of the

+#	online documentation.

+#

+#	http://www.FreeRTOS.org - Documentation, latest information, license and

+#	contact details.

+#

+#	http://www.SafeRTOS.com - A version that is certified for use in safety

+#	critical systems.

+#

+#	http://www.OpenRTOS.com - Commercial support, development, porting,

+#	licensing and training services.

+#*/

 

 

 CC=arm-elf-gcc

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
index 8083ced..4a6c4ca 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index a6512ad..71b4e35 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index 21f345c..ba2aee2 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
index 802ffae..a3ee127 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index b9b23a0..0d663a9 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index 05a847d..5cd0fa3 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index 7b409b1..0809301 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/main.c b/Demo/WizNET_DEMO_GCC_ARM7/main.c
index 0a0ea5a..037cb83 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
index 7e37673..51a2cad 100644
--- a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
index e62a335..35e9904 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
index 64f7ce2..9bc42d7 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_TERN_186/main.c b/Demo/WizNET_DEMO_TERN_186/main.c
index 9fd812d..63c9c16 100644
--- a/Demo/WizNET_DEMO_TERN_186/main.c
+++ b/Demo/WizNET_DEMO_TERN_186/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/Demo/WizNET_DEMO_TERN_186/serial/serial.c
index a607ce1..fd55c28 100644
--- a/Demo/WizNET_DEMO_TERN_186/serial/serial.c
+++ b/Demo/WizNET_DEMO_TERN_186/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index 702d4c0..beb27df 100644
--- a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index 29e600f..98319be 100644
--- a/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/dsPIC_MPLAB/lcd.c b/Demo/dsPIC_MPLAB/lcd.c
index 4fe0a8d..ea1ade3 100644
--- a/Demo/dsPIC_MPLAB/lcd.c
+++ b/Demo/dsPIC_MPLAB/lcd.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/dsPIC_MPLAB/lcd.h b/Demo/dsPIC_MPLAB/lcd.h
index 35b01ac..30ca877 100644
--- a/Demo/dsPIC_MPLAB/lcd.h
+++ b/Demo/dsPIC_MPLAB/lcd.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/dsPIC_MPLAB/main.c b/Demo/dsPIC_MPLAB/main.c
index ec8182d..9baf574 100644
--- a/Demo/dsPIC_MPLAB/main.c
+++ b/Demo/dsPIC_MPLAB/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/dsPIC_MPLAB/serial/serial.c b/Demo/dsPIC_MPLAB/serial/serial.c
index 3d37ac3..0a26d58 100644
--- a/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/dsPIC_MPLAB/timertest.c b/Demo/dsPIC_MPLAB/timertest.c
index a2d3386..c2bdd28 100644
--- a/Demo/dsPIC_MPLAB/timertest.c
+++ b/Demo/dsPIC_MPLAB/timertest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/dsPIC_MPLAB/timertest.h b/Demo/dsPIC_MPLAB/timertest.h
index b14eb71..735cf89 100644
--- a/Demo/dsPIC_MPLAB/timertest.h
+++ b/Demo/dsPIC_MPLAB/timertest.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
index 4fb1a7b..712964c 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
index 9ae5b9e..2792bc9 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
index fa875c8..34565aa 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
index 338b2ee..fa53af8 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

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 fcd974d..d2fd40e 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index bb61c1e..05fb130 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
index 252e724..6fe08c2 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
index 82704ec..93e5783 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
index 9ee0417..4d0c456 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
index cccabb8..09646b9 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
@@ -1,33 +1,52 @@
 /*

-  FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-  This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-  FreeRTOS.org is free software; you can redistribute it and/or modify

-  it under the terms of the GNU General Public License as published by

-  the Free Software Foundation; either version 2 of the License, or

-  (at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-  FreeRTOS.org is distributed in the hope that it will be useful,

-  but WITHOUT ANY WARRANTY; without even the implied warranty of

-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-  GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-  You should have received a copy of the GNU General Public License

-  along with FreeRTOS.org; if not, write to the Free Software

-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-  A special exception to the GPL can be applied should you wish to distribute

-  a combined work that includes FreeRTOS.org, without being obliged to provide

-  the source code for any proprietary components.  See the licensing section 

-  of http://www.FreeRTOS.org for full details of how and when the exception

-  can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-  ***************************************************************************

-  See http://www.FreeRTOS.org for documentation, latest information, license 

-  and contact details.  Please ensure to read the configuration and relevant 

-  port sections of the online documentation.

-  ***************************************************************************

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
index 5c0fdb8..a17fed1 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
index ce7697f..855eff8 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/main.c b/Demo/lwIP_Demo_Rowley_ARM7/main.c
index bb5d1b7..f3273e9 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/makefile b/Demo/lwIP_Demo_Rowley_ARM7/makefile
index a35eea7..088189c 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/makefile
+++ b/Demo/lwIP_Demo_Rowley_ARM7/makefile
@@ -1,32 +1,53 @@
-#	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+#/*

+#	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify

-#	it under the terms of the GNU General Public License as published by

-#	the Free Software Foundation; either version 2 of the License, or

-#	(at your option) any later version.

+#	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+#	under the terms of the GNU General Public License (version 2) as published

+#	by the Free Software Foundation and modified by the FreeRTOS exception.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,

-#	but WITHOUT ANY WARRANTY; without even the implied warranty of

-#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-#	GNU General Public License for more details.

+#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+#	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+#	more details.

 #

-#	You should have received a copy of the GNU General Public License

-#	along with FreeRTOS.org; if not, write to the Free Software

-#	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+#	You should have received a copy of the GNU General Public License along 

+#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+#	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

-#	A special exception to the GPL can be applied should you wish to distribute

-#	a combined work that includes FreeRTOS.org, without being obliged to provide

-#	the source code for any proprietary components.  See the licensing section 

-#	of http://www.FreeRTOS.org for full details of how and when the exception

-#	can be applied.

+#	A special exception to the GPL is included to allow you to distribute a 

+#	combined work that includes FreeRTOS.org without being obliged to provide

+#	the source code for any proprietary components.  See the licensing section

+#	of http://www.FreeRTOS.org for full details.

+#

 #

 #	***************************************************************************

-#	See http://www.FreeRTOS.org for documentation, latest information, license 

-#	and contact details.  Please ensure to read the configuration and relevant 

-#	port sections of the online documentation.

+#	*                                                                         *

+#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+#	*                                                                         *

+#	* This is a concise, step by step, 'hands on' guide that describes both   *

+#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+#	* explains numerous examples that are written using the FreeRTOS API.     *

+#	* Full source code for all the examples is provided in an accompanying    *

+#	* .zip file.                                                              *

+#	*                                                                         *

 #	***************************************************************************

+#

+#	1 tab == 4 spaces!

+#

+#	Please ensure to read the configuration and relevant port sections of the

+#	online documentation.

+#

+#	http://www.FreeRTOS.org - Documentation, latest information, license and

+#	contact details.

+#

+#	http://www.SafeRTOS.com - A version that is certified for use in safety

+#	critical systems.

+#

+#	http://www.OpenRTOS.com - Commercial support, development, porting,

+#	licensing and training services.

+#*/

 

 CC=arm-elf-gcc

 OBJCOPY=arm-elf-objcopy

diff --git a/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h b/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h
index 8b24b9d..c7267b2 100644
--- a/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h
+++ b/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h
@@ -5,7 +5,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/lwIP_MCF5235_GCC/demo.c b/Demo/lwIP_MCF5235_GCC/demo.c
index 722ec06..47f0d9f 100644
--- a/Demo/lwIP_MCF5235_GCC/demo.c
+++ b/Demo/lwIP_MCF5235_GCC/demo.c
@@ -5,7 +5,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/lwIP_MCF5235_GCC/system/crt0.S b/Demo/lwIP_MCF5235_GCC/system/crt0.S
index 360e89a..1ccf216 100644
--- a/Demo/lwIP_MCF5235_GCC/system/crt0.S
+++ b/Demo/lwIP_MCF5235_GCC/system/crt0.S
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/lwIP_MCF5235_GCC/system/init.c b/Demo/lwIP_MCF5235_GCC/system/init.c
index 6db205c..8bfb826 100644
--- a/Demo/lwIP_MCF5235_GCC/system/init.c
+++ b/Demo/lwIP_MCF5235_GCC/system/init.c
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/lwIP_MCF5235_GCC/system/newlib.c b/Demo/lwIP_MCF5235_GCC/system/newlib.c
index 3916e5f..db2ba17 100644
--- a/Demo/lwIP_MCF5235_GCC/system/newlib.c
+++ b/Demo/lwIP_MCF5235_GCC/system/newlib.c
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/lwIP_MCF5235_GCC/system/serial.c b/Demo/lwIP_MCF5235_GCC/system/serial.c
index 0720fb3..0d79c5f 100644
--- a/Demo/lwIP_MCF5235_GCC/system/serial.c
+++ b/Demo/lwIP_MCF5235_GCC/system/serial.c
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/lwIP_MCF5235_GCC/system/vector.S b/Demo/lwIP_MCF5235_GCC/system/vector.S
index 6bc765d..d898963 100644
--- a/Demo/lwIP_MCF5235_GCC/system/vector.S
+++ b/Demo/lwIP_MCF5235_GCC/system/vector.S
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/lwIP_MCF5235_GCC/web.c b/Demo/lwIP_MCF5235_GCC/web.c
index 75b6d9c..032fce4 100644
--- a/Demo/lwIP_MCF5235_GCC/web.c
+++ b/Demo/lwIP_MCF5235_GCC/web.c
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/lwIP_MCF5235_GCC/web.h b/Demo/lwIP_MCF5235_GCC/web.h
index 6a3001f..45e2f33 100644
--- a/Demo/lwIP_MCF5235_GCC/web.h
+++ b/Demo/lwIP_MCF5235_GCC/web.h
@@ -4,7 +4,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
index e8358a4..acabfdc 100644
--- a/Demo/msp430_CrossWorks/FreeRTOSConfig.h
+++ b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/msp430_CrossWorks/ParTest/ParTest.c b/Demo/msp430_CrossWorks/ParTest/ParTest.c
index 57339ab..f41fadd 100644
--- a/Demo/msp430_CrossWorks/ParTest/ParTest.c
+++ b/Demo/msp430_CrossWorks/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/msp430_CrossWorks/main.c b/Demo/msp430_CrossWorks/main.c
index 3ae5453..4695d3c 100644
--- a/Demo/msp430_CrossWorks/main.c
+++ b/Demo/msp430_CrossWorks/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/msp430_CrossWorks/serial/serial.c b/Demo/msp430_CrossWorks/serial/serial.c
index 1eca3a3..48c5d73 100644
--- a/Demo/msp430_CrossWorks/serial/serial.c
+++ b/Demo/msp430_CrossWorks/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/msp430_CrossWorks/serial/serialASM.asm b/Demo/msp430_CrossWorks/serial/serialASM.asm
index d2377ad..6b57c52 100644
--- a/Demo/msp430_CrossWorks/serial/serialASM.asm
+++ b/Demo/msp430_CrossWorks/serial/serialASM.asm
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/msp430_GCC/FreeRTOSConfig.h b/Demo/msp430_GCC/FreeRTOSConfig.h
index 01ba405..481beda 100644
--- a/Demo/msp430_GCC/FreeRTOSConfig.h
+++ b/Demo/msp430_GCC/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/msp430_GCC/ParTest/ParTest.c b/Demo/msp430_GCC/ParTest/ParTest.c
index b7c3cba..9fe5701 100644
--- a/Demo/msp430_GCC/ParTest/ParTest.c
+++ b/Demo/msp430_GCC/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/msp430_GCC/main.c b/Demo/msp430_GCC/main.c
index 46006f5..0a81cf8 100644
--- a/Demo/msp430_GCC/main.c
+++ b/Demo/msp430_GCC/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/msp430_GCC/makefile b/Demo/msp430_GCC/makefile
index dc67760..e4b915b 100644
--- a/Demo/msp430_GCC/makefile
+++ b/Demo/msp430_GCC/makefile
@@ -1,32 +1,53 @@
-#	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+#/*

+#	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 #

 #	This file is part of the FreeRTOS.org distribution.

 #

-#	FreeRTOS.org is free software; you can redistribute it and/or modify

-#	it under the terms of the GNU General Public License as published by

-#	the Free Software Foundation; either version 2 of the License, or

-#	(at your option) any later version.

+#	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+#	under the terms of the GNU General Public License (version 2) as published

+#	by the Free Software Foundation and modified by the FreeRTOS exception.

 #

-#	FreeRTOS.org is distributed in the hope that it will be useful,

-#	but WITHOUT ANY WARRANTY; without even the implied warranty of

-#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-#	GNU General Public License for more details.

+#	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+#	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+#	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+#	more details.

 #

-#	You should have received a copy of the GNU General Public License

-#	along with FreeRTOS.org; if not, write to the Free Software

-#	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+#	You should have received a copy of the GNU General Public License along 

+#	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+#	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 #

-#	A special exception to the GPL can be applied should you wish to distribute

-#	a combined work that includes FreeRTOS.org, without being obliged to provide

-#	the source code for any proprietary components.  See the licensing section 

-#	of http://www.FreeRTOS.org for full details of how and when the exception

-#	can be applied.

+#	A special exception to the GPL is included to allow you to distribute a 

+#	combined work that includes FreeRTOS.org without being obliged to provide

+#	the source code for any proprietary components.  See the licensing section

+#	of http://www.FreeRTOS.org for full details.

+#

 #

 #	***************************************************************************

-#	See http://www.FreeRTOS.org for documentation, latest information, license 

-#	and contact details.  Please ensure to read the configuration and relevant 

-#	port sections of the online documentation.

+#	*                                                                         *

+#	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+#	*                                                                         *

+#	* This is a concise, step by step, 'hands on' guide that describes both   *

+#	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+#	* explains numerous examples that are written using the FreeRTOS API.     *

+#	* Full source code for all the examples is provided in an accompanying    *

+#	* .zip file.                                                              *

+#	*                                                                         *

 #	***************************************************************************

+#

+#	1 tab == 4 spaces!

+#

+#	Please ensure to read the configuration and relevant port sections of the

+#	online documentation.

+#

+#	http://www.FreeRTOS.org - Documentation, latest information, license and

+#	contact details.

+#

+#	http://www.SafeRTOS.com - A version that is certified for use in safety

+#	critical systems.

+#

+#	http://www.OpenRTOS.com - Commercial support, development, porting,

+#	licensing and training services.

+#*/

 

 

 CC=msp430-gcc

diff --git a/Demo/msp430_GCC/serial/serial.c b/Demo/msp430_GCC/serial/serial.c
index 1a7e47a..f48fe0a 100644
--- a/Demo/msp430_GCC/serial/serial.c
+++ b/Demo/msp430_GCC/serial/serial.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/msp430_IAR/FreeRTOSConfig.h b/Demo/msp430_IAR/FreeRTOSConfig.h
index 3575f0b..bb9c210 100644
--- a/Demo/msp430_IAR/FreeRTOSConfig.h
+++ b/Demo/msp430_IAR/FreeRTOSConfig.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/msp430_IAR/ParTest/ParTest.c b/Demo/msp430_IAR/ParTest/ParTest.c
index 57339ab..f41fadd 100644
--- a/Demo/msp430_IAR/ParTest/ParTest.c
+++ b/Demo/msp430_IAR/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/msp430_IAR/main.c b/Demo/msp430_IAR/main.c
index 0eb3771..f153a24 100644
--- a/Demo/msp430_IAR/main.c
+++ b/Demo/msp430_IAR/main.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/msp430_IAR/serial/serial.c b/Demo/msp430_IAR/serial/serial.c
index 63405be..0889fa0 100644
--- a/Demo/msp430_IAR/serial/serial.c
+++ b/Demo/msp430_IAR/serial/serial.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/msp430_IAR/serial/serialASM.s43 b/Demo/msp430_IAR/serial/serialASM.s43
index f67e7f0..4f781e9 100644
--- a/Demo/msp430_IAR/serial/serialASM.s43
+++ b/Demo/msp430_IAR/serial/serialASM.s43
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
index e0aa2cf..991704a 100644
--- a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
+++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
index 345e069..e814f03 100644
--- a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
+++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
index 7647855..25b4af9 100644
--- a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
index 5382898..f45eaae 100644
--- a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
+++ b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/main.c b/Demo/uIP_Demo_IAR_ARM7/main.c
index 00c88d2..d42014d 100644
--- a/Demo/uIP_Demo_IAR_ARM7/main.c
+++ b/Demo/uIP_Demo_IAR_ARM7/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index ba60b89..4d7e329 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Demo/uIP_Demo_Rowley_ARM7/main.c b/Demo/uIP_Demo_Rowley_ARM7/main.c
index 8323dcf..b101bf8 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/uIP_Demo_Rowley_ARM7/main.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/License/license.txt b/License/license.txt
index 1787b6a..a03bc5a 100644
--- a/License/license.txt
+++ b/License/license.txt
@@ -47,11 +47,12 @@
 

 The GPL license text follows.

 

-An exception to this license exists that can be applied should you 

-wish to use FreeRTOS in a work that includes commercial or 

-proprietary code without being obliged to provide source code for the 

-proprietary components.  See the licensing section of 

-http://www.FreeRTOS.org for full details.

+A special exception to the GPL is included to allow you to distribute a 

+combined work that includes FreeRTOS.org without being obliged to provide

+the source code for any proprietary components.  See the licensing section

+of http://www.FreeRTOS.org for full details.  The exception text is also

+included at the bottom of this file.

+

 --------------------------------------------------------------------

 

 

@@ -352,7 +353,7 @@
     Copyright (C) <year>  <name of author>

 

     This program is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

@@ -397,3 +398,459 @@
 library.  If this is what you want to do, use the GNU Library General

 Public License instead of this License.

 

+----------------------------------------------------------------------------

+

+GPL Exception

+

+EXCEPTION TEXT:

+Clause 1

+

+Linking FreeRTOS statically or dynamically with other modules is making a combined work based on FreeRTOS. Thus, the terms and conditions of the GNU General Public License cover the whole combination.

+

+As a special exception, the copyright holder of FreeRTOS gives you permission to link FreeRTOS with independent modules that communicate with FreeRTOS solely through the FreeRTOS API interface, regardless of the license terms of these independent modules, and to copy and distribute the resulting combined work under terms of your choice, provided that

+

+Every copy of the combined work is accompanied by a written statement that details to the recipient the version of FreeRTOS used and an offer by yourself to provide the FreeRTOS source code should the recipient request it.

+The combined work is not itself an RTOS, scheduler, kernel or related product.

+The combined work is not itself a library intended for linking into other software applications.

+Any FreeRTOS source code, whether modified or in it's original release form, or whether in whole or in part, can only be distributed by you under the terms of the GNU General Public License plus this exception. An independent module is a module which is not derived from or based on FreeRTOS.

+Note that people who make modified versions of FreeRTOS are not obligated to grant this special exception for their modified versions; it is their choice whether to do so. The GNU General Public License gives permission to release a modified version without this exception; this exception also makes it possible to release a modified version which carries forward this exception.

+

+Clause 2

+

+FreeRTOS.org may not be used for any competitive or comparative purpose, including the publication of any form of run time or compile time metric, without the express permission of Richard Barry (this is the norm within the industry and is intended to ensure information accuracy).

+The FreeRTOS.org source code is licensed by the modified GNU General Public 

+License (GPL) text provided below.  The FreeRTOS download also includes 

+demo application source code, some of which is provided by third parties 

+AND IS LICENSED SEPARATELY FROM FREERTOS.ORG.  

+

+For the avoidance of any doubt refer to the comment included at the top

+of each source and header file for license and copyright information.

+

+This is a list of files for which Richard Barry is not the copyright owner

+and are NOT COVERED BY THE GPL.

+

+

+1) Various header files provided by silicon manufacturers and tool vendors

+   that define processor specific memory addresses and utility macros.

+   Permission has been granted by the various copyright holders for these

+   files to be included in the FreeRTOS download.  Users must ensure license

+   conditions are adhered to for any use other than compilation of the 

+   FreeRTOS demo application.

+

+2) The uIP TCP/IP stack the copyright of which is held by Adam Dunkels.

+   Users must ensure the open source license conditions stated at the top 

+   of each uIP source file is understood and adhered to.

+

+3) The lwIP TCP/IP stack the copyright of which is held by the Swedish 

+   Institute of Computer Science.  Users must ensure the open source license 

+   conditions stated at the top  of each lwIP source file is understood and 

+   adhered to.

+

+4) All files contained within the FreeRTOS\Demo\CORTEX_LM3S102_GCC\hw_include

+   and FreeRTOS\Demo\CORTEX_LM3S316_IAR\hw_include directories.  The 

+   copyright of these files is owned by Luminary Micro.  Permission has been 

+   granted by Luminary Micro for these files to be included in the FreeRTOS 

+   download.  Users must ensure the license conditions stated in the EULA.txt

+   file located in the same directories is understood and adhered at all 

+   times for all files in those directories.

+

+5) The files contained within FreeRTOS\Demo\WizNET_DEMO_TERN_186\tern_code,

+   which are slightly modified versions of code provided by and copyright to

+   Tern Inc.

+

+Errors and omissions should be reported to Richard Barry, contact details for

+whom can be obtained from http://www.FreeRTOS.org.

+

+

+

+

+

+The GPL license text follows.

+

+A special exception to the GPL is included to allow you to distribute a 

+combined work that includes FreeRTOS.org without being obliged to provide

+the source code for any proprietary components.  See the licensing section

+of http://www.FreeRTOS.org for full details.  The exception text is also

+included at the bottom of this file.

+

+--------------------------------------------------------------------

+

+

+

+		    GNU GENERAL PUBLIC LICENSE

+		       Version 2, June 1991

+

+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.

+                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+ Everyone is permitted to copy and distribute verbatim copies

+ of this license document, but changing it is not allowed.

+

+			    Preamble

+

+  The licenses for most software are designed to take away your

+freedom to share and change it.  By contrast, the GNU General Public

+License is intended to guarantee your freedom to share and change free

+software--to make sure the software is free for all its users.  This

+General Public License applies to most of the Free Software

+Foundation's software and to any other program whose authors commit to

+using it.  (Some other Free Software Foundation software is covered by

+the GNU Library General Public License instead.)  You can apply it to

+your programs, too.

+

+  When we speak of free software, we are referring to freedom, not

+price.  Our General Public Licenses are designed to make sure that you

+have the freedom to distribute copies of free software (and charge for

+this service if you wish), that you receive source code or can get it

+if you want it, that you can change the software or use pieces of it

+in new free programs; and that you know you can do these things.

+

+  To protect your rights, we need to make restrictions that forbid

+anyone to deny you these rights or to ask you to surrender the rights.

+These restrictions translate to certain responsibilities for you if you

+distribute copies of the software, or if you modify it.

+

+  For example, if you distribute copies of such a program, whether

+gratis or for a fee, you must give the recipients all the rights that

+you have.  You must make sure that they, too, receive or can get the

+source code.  And you must show them these terms so they know their

+rights.

+

+  We protect your rights with two steps: (1) copyright the software, and

+(2) offer you this license which gives you legal permission to copy,

+distribute and/or modify the software.

+

+  Also, for each author's protection and ours, we want to make certain

+that everyone understands that there is no warranty for this free

+software.  If the software is modified by someone else and passed on, we

+want its recipients to know that what they have is not the original, so

+that any problems introduced by others will not reflect on the original

+authors' reputations.

+

+  Finally, any free program is threatened constantly by software

+patents.  We wish to avoid the danger that redistributors of a free

+program will individually obtain patent licenses, in effect making the

+program proprietary.  To prevent this, we have made it clear that any

+patent must be licensed for everyone's free use or not licensed at all.

+

+  The precise terms and conditions for copying, distribution and

+modification follow.

+

+		    GNU GENERAL PUBLIC LICENSE

+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

+

+  0. This License applies to any program or other work which contains

+a notice placed by the copyright holder saying it may be distributed

+under the terms of this General Public License.  The "Program", below,

+refers to any such program or work, and a "work based on the Program"

+means either the Program or any derivative work under copyright law:

+that is to say, a work containing the Program or a portion of it,

+either verbatim or with modifications and/or translated into another

+language.  (Hereinafter, translation is included without limitation in

+the term "modification".)  Each licensee is addressed as "you".

+

+Activities other than copying, distribution and modification are not

+covered by this License; they are outside its scope.  The act of

+running the Program is not restricted, and the output from the Program

+is covered only if its contents constitute a work based on the

+Program (independent of having been made by running the Program).

+Whether that is true depends on what the Program does.

+

+  1. You may copy and distribute verbatim copies of the Program's

+source code as you receive it, in any medium, provided that you

+conspicuously and appropriately publish on each copy an appropriate

+copyright notice and disclaimer of warranty; keep intact all the

+notices that refer to this License and to the absence of any warranty;

+and give any other recipients of the Program a copy of this License

+along with the Program.

+

+You may charge a fee for the physical act of transferring a copy, and

+you may at your option offer warranty protection in exchange for a fee.

+

+  2. You may modify your copy or copies of the Program or any portion

+of it, thus forming a work based on the Program, and copy and

+distribute such modifications or work under the terms of Section 1

+above, provided that you also meet all of these conditions:

+

+    a) You must cause the modified files to carry prominent notices

+    stating that you changed the files and the date of any change.

+

+    b) You must cause any work that you distribute or publish, that in

+    whole or in part contains or is derived from the Program or any

+    part thereof, to be licensed as a whole at no charge to all third

+    parties under the terms of this License.

+

+    c) If the modified program normally reads commands interactively

+    when run, you must cause it, when started running for such

+    interactive use in the most ordinary way, to print or display an

+    announcement including an appropriate copyright notice and a

+    notice that there is no warranty (or else, saying that you provide

+    a warranty) and that users may redistribute the program under

+    these conditions, and telling the user how to view a copy of this

+    License.  (Exception: if the Program itself is interactive but

+    does not normally print such an announcement, your work based on

+    the Program is not required to print an announcement.)

+

+These requirements apply to the modified work as a whole.  If

+identifiable sections of that work are not derived from the Program,

+and can be reasonably considered independent and separate works in

+themselves, then this License, and its terms, do not apply to those

+sections when you distribute them as separate works.  But when you

+distribute the same sections as part of a whole which is a work based

+on the Program, the distribution of the whole must be on the terms of

+this License, whose permissions for other licensees extend to the

+entire whole, and thus to each and every part regardless of who wrote it.

+

+Thus, it is not the intent of this section to claim rights or contest

+your rights to work written entirely by you; rather, the intent is to

+exercise the right to control the distribution of derivative or

+collective works based on the Program.

+

+In addition, mere aggregation of another work not based on the Program

+with the Program (or with a work based on the Program) on a volume of

+a storage or distribution medium does not bring the other work under

+the scope of this License.

+

+  3. You may copy and distribute the Program (or a work based on it,

+under Section 2) in object code or executable form under the terms of

+Sections 1 and 2 above provided that you also do one of the following:

+

+    a) Accompany it with the complete corresponding machine-readable

+    source code, which must be distributed under the terms of Sections

+    1 and 2 above on a medium customarily used for software interchange; or,

+

+    b) Accompany it with a written offer, valid for at least three

+    years, to give any third party, for a charge no more than your

+    cost of physically performing source distribution, a complete

+    machine-readable copy of the corresponding source code, to be

+    distributed under the terms of Sections 1 and 2 above on a medium

+    customarily used for software interchange; or,

+

+    c) Accompany it with the information you received as to the offer

+    to distribute corresponding source code.  (This alternative is

+    allowed only for noncommercial distribution and only if you

+    received the program in object code or executable form with such

+    an offer, in accord with Subsection b above.)

+

+The source code for a work means the preferred form of the work for

+making modifications to it.  For an executable work, complete source

+code means all the source code for all modules it contains, plus any

+associated interface definition files, plus the scripts used to

+control compilation and installation of the executable.  However, as a

+special exception, the source code distributed need not include

+anything that is normally distributed (in either source or binary

+form) with the major components (compiler, kernel, and so on) of the

+operating system on which the executable runs, unless that component

+itself accompanies the executable.

+

+If distribution of executable or object code is made by offering

+access to copy from a designated place, then offering equivalent

+access to copy the source code from the same place counts as

+distribution of the source code, even though third parties are not

+compelled to copy the source along with the object code.

+

+  4. You may not copy, modify, sublicense, or distribute the Program

+except as expressly provided under this License.  Any attempt

+otherwise to copy, modify, sublicense or distribute the Program is

+void, and will automatically terminate your rights under this License.

+However, parties who have received copies, or rights, from you under

+this License will not have their licenses terminated so long as such

+parties remain in full compliance.

+

+  5. You are not required to accept this License, since you have not

+signed it.  However, nothing else grants you permission to modify or

+distribute the Program or its derivative works.  These actions are

+prohibited by law if you do not accept this License.  Therefore, by

+modifying or distributing the Program (or any work based on the

+Program), you indicate your acceptance of this License to do so, and

+all its terms and conditions for copying, distributing or modifying

+the Program or works based on it.

+

+  6. Each time you redistribute the Program (or any work based on the

+Program), the recipient automatically receives a license from the

+original licensor to copy, distribute or modify the Program subject to

+these terms and conditions.  You may not impose any further

+restrictions on the recipients' exercise of the rights granted herein.

+You are not responsible for enforcing compliance by third parties to

+this License.

+

+  7. If, as a consequence of a court judgment or allegation of patent

+infringement or for any other reason (not limited to patent issues),

+conditions are imposed on you (whether by court order, agreement or

+otherwise) that contradict the conditions of this License, they do not

+excuse you from the conditions of this License.  If you cannot

+distribute so as to satisfy simultaneously your obligations under this

+License and any other pertinent obligations, then as a consequence you

+may not distribute the Program at all.  For example, if a patent

+license would not permit royalty-free redistribution of the Program by

+all those who receive copies directly or indirectly through you, then

+the only way you could satisfy both it and this License would be to

+refrain entirely from distribution of the Program.

+

+If any portion of this section is held invalid or unenforceable under

+any particular circumstance, the balance of the section is intended to

+apply and the section as a whole is intended to apply in other

+circumstances.

+

+It is not the purpose of this section to induce you to infringe any

+patents or other property right claims or to contest validity of any

+such claims; this section has the sole purpose of protecting the

+integrity of the free software distribution system, which is

+implemented by public license practices.  Many people have made

+generous contributions to the wide range of software distributed

+through that system in reliance on consistent application of that

+system; it is up to the author/donor to decide if he or she is willing

+to distribute software through any other system and a licensee cannot

+impose that choice.

+

+This section is intended to make thoroughly clear what is believed to

+be a consequence of the rest of this License.

+

+  8. If the distribution and/or use of the Program is restricted in

+certain countries either by patents or by copyrighted interfaces, the

+original copyright holder who places the Program under this License

+may add an explicit geographical distribution limitation excluding

+those countries, so that distribution is permitted only in or among

+countries not thus excluded.  In such case, this License incorporates

+the limitation as if written in the body of this License.

+

+  9. The Free Software Foundation may publish revised and/or new versions

+of the General Public License from time to time.  Such new versions will

+be similar in spirit to the present version, but may differ in detail to

+address new problems or concerns.

+

+Each version is given a distinguishing version number.  If the Program

+specifies a version number of this License which applies to it and "any

+later version", you have the option of following the terms and conditions

+either of that version or of any later version published by the Free

+Software Foundation.  If the Program does not specify a version number of

+this License, you may choose any version ever published by the Free Software

+Foundation.

+

+  10. If you wish to incorporate parts of the Program into other free

+programs whose distribution conditions are different, write to the author

+to ask for permission.  For software which is copyrighted by the Free

+Software Foundation, write to the Free Software Foundation; we sometimes

+make exceptions for this.  Our decision will be guided by the two goals

+of preserving the free status of all derivatives of our free software and

+of promoting the sharing and reuse of software generally.

+

+			    NO WARRANTY

+

+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY

+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN

+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES

+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED

+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF

+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS

+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE

+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,

+REPAIR OR CORRECTION.

+

+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING

+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR

+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,

+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING

+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED

+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY

+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER

+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE

+POSSIBILITY OF SUCH DAMAGES.

+

+		     END OF TERMS AND CONDITIONS

+

+	    How to Apply These Terms to Your New Programs

+

+  If you develop a new program, and you want it to be of the greatest

+possible use to the public, the best way to achieve this is to make it

+free software which everyone can redistribute and change under these terms.

+

+  To do so, attach the following notices to the program.  It is safest

+to attach them to the start of each source file to most effectively

+convey the exclusion of warranty; and each file should have at least

+the "copyright" line and a pointer to where the full notice is found.

+

+    <one line to give the program's name and a brief idea of what it does.>

+    Copyright (C) <year>  <name of author>

+

+    This program is free software; you can redistribute it and/or modify

+    it under the terms of the GNU General Public License** as published by

+    the Free Software Foundation; either version 2 of the License, or

+    (at your option) any later version.

+

+    This program is distributed in the hope that it will be useful,

+    but WITHOUT ANY WARRANTY; without even the implied warranty of

+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

+    GNU General Public License for more details.

+

+    You should have received a copy of the GNU General Public License

+    along with this program; if not, write to the Free Software

+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+

+

+Also add information on how to contact you by electronic and paper mail.

+

+If the program is interactive, make it output a short notice like this

+when it starts in an interactive mode:

+

+    Gnomovision version 69, Copyright (C) year name of author

+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.

+    This is free software, and you are welcome to redistribute it

+    under certain conditions; type `show c' for details.

+

+The hypothetical commands `show w' and `show c' should show the appropriate

+parts of the General Public License.  Of course, the commands you use may

+be called something other than `show w' and `show c'; they could even be

+mouse-clicks or menu items--whatever suits your program.

+

+You should also get your employer (if you work as a programmer) or your

+school, if any, to sign a "copyright disclaimer" for the program, if

+necessary.  Here is a sample; alter the names:

+

+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program

+  `Gnomovision' (which makes passes at compilers) written by James Hacker.

+

+  <signature of Ty Coon>, 1 April 1989

+  Ty Coon, President of Vice

+

+This General Public License does not permit incorporating your program into

+proprietary programs.  If your program is a subroutine library, you may

+consider it more useful to permit linking proprietary applications with the

+library.  If this is what you want to do, use the GNU Library General

+Public License instead of this License.

+

+----------------------------------------------------------------------------

+

+The FreeRTOS GPL Exception Text:

+

+Any FreeRTOS source code, whether modified or in it's original release form, 

+or whether in whole or in part, can only be distributed by you under the terms 

+of the GNU General Public License plus this exception. An independent module is 

+a module which is not derived from or based on FreeRTOS.

+

+Clause 1:

+

+Linking FreeRTOS statically or dynamically with other modules is making a 

+combined work based on FreeRTOS. Thus, the terms and conditions of the GNU 

+General Public License cover the whole combination.

+

+As a special exception, the copyright holder of FreeRTOS gives you permission 

+to link FreeRTOS with independent modules that communicate with FreeRTOS 

+solely through the FreeRTOS API interface, regardless of the license terms of 

+these independent modules, and to copy and distribute the resulting combined 

+work under terms of your choice, provided that

+

+  + Every copy of the combined work is accompanied by a written statement that 

+  details to the recipient the version of FreeRTOS used and an offer by yourself 

+  to provide the FreeRTOS source code should the recipient request it.

+

+  + The combined work is not itself an RTOS, scheduler, kernel or related product.

+

+  + The combined work is not itself a library intended for linking into other 

+  software applications.

+

+Clause 2:

+

+FreeRTOS.org may not be used for any competitive or comparative purpose, including 

+the publication of any form of run time or compile time metric, without the express 

+permission of Richard Barry (this is the norm within the industry and is intended 

+to ensure information accuracy).
\ No newline at end of file
diff --git a/Source/croutine.c b/Source/croutine.c
index 40964f3..8e20e46 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index bd6ab86..4d90382 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/include/StackMacros.h b/Source/include/StackMacros.h
index 36db2ad..8818e17 100644
--- a/Source/include/StackMacros.h
+++ b/Source/include/StackMacros.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index 3f7891c..65411a0 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/include/list.h b/Source/include/list.h
index 0bbebf5..367f4d3 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/include/portable.h b/Source/include/portable.h
index df505ae..9dd3874 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http:www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index e61f0ed..ab3afaf 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/include/queue.h b/Source/include/queue.h
index eded1e2..9d50c3f 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index d311ee6..29bc597 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/include/task.h b/Source/include/task.h
index dc3e41b..dc9d55f 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/list.c b/Source/list.c
index ca5b960..fe61f05 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index abd5f51..03a0ebb 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 43f73ab..cf14b4b 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index fb92ae0..470aaa8 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 5c6d835..26672a7 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index 9dd50ac..8ee91dc 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index 254c772..bbe3646 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/port.c b/Source/portable/CodeWarrior/ColdFire_V2/port.c
index 7766ea5..b074d97 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index e526871..ca0079a 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index 66c86e5..2ab72fa 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index cb7a7d3..712f7d8 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,52 +1,51 @@
-/* 

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+/*

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index 08bc16a..f2a70a3 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 7d1c057..2e07bb3 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index 240d8a0..62505ec 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index cf59fad..5c9e6f0 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index 8fb030e..abe4038 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 3102d42..64c9c83 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index 85ed823..8313459 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index c659b47..9345c66 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index b1c32e5..2a7a481 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 85ed823..8313459 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c
index 65d6b44..d05afe2 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license 

-	and contact details.  Please ensure to read the configuration and relevant 

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index 3b55cb2..3099d0d 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license 

-	and contact details.  Please ensure to read the configuration and relevant 

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index 5f8b94a..8313459 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,33 +1,52 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

+

 

 	***************************************************************************

-	See http://www.FreeRTOS.org for documentation, latest information, license 

-	and contact details.  Please ensure to read the configuration and relevant 

-	port sections of the online documentation.

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+	*                                                                         *

+	* This is a concise, step by step, 'hands on' guide that describes both   *

+	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+	* explains numerous examples that are written using the FreeRTOS API.     *

+	* Full source code for all the examples is provided in an accompanying    *

+	* .zip file.                                                              *

+	*                                                                         *

 	***************************************************************************

+

+	1 tab == 4 spaces!

+

+	Please ensure to read the configuration and relevant port sections of the

+	online documentation.

+

+	http://www.FreeRTOS.org - Documentation, latest information, license and

+	contact details.

+

+	http://www.SafeRTOS.com - A version that is certified for use in safety

+	critical systems.

+

+	http://www.OpenRTOS.com - Commercial support, development, porting,

+	licensing and training services.

 */

 

 /*

diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index 3102aca..04108ef 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index 50decd9..c63e226 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index d3a804f..271ca44 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index 5a1de37..e7d8838 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c
index 1796c39..7b12f44 100644
--- a/Source/portable/GCC/AVR32_UC3/port.c
+++ b/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,54 +13,53 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h
index a4b83b9..05bdbc3 100644
--- a/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,54 +13,53 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/ColdFire_V2/port.c b/Source/portable/GCC/ColdFire_V2/port.c
index ad96f9f..2e13add 100644
--- a/Source/portable/GCC/ColdFire_V2/port.c
+++ b/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S
index 66039f9..308a18c 100644
--- a/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/GCC/ColdFire_V2/portmacro.h b/Source/portable/GCC/ColdFire_V2/portmacro.h
index 9204e9d..1db58c2 100644
--- a/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index b0f6b41..d8a6fbf 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index 0776549..5151a70 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index a64a83f..16914b8 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,52 +1,51 @@
-/* 

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+/*

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index 9dce5e1..81a7a71 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/MCF5235/port.c b/Source/portable/GCC/MCF5235/port.c
index 9de98f3..dbcd7f0 100644
--- a/Source/portable/GCC/MCF5235/port.c
+++ b/Source/portable/GCC/MCF5235/port.c
@@ -5,7 +5,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Source/portable/GCC/MCF5235/portmacro.h b/Source/portable/GCC/MCF5235/portmacro.h
index 82e40e2..7e94b5f 100644
--- a/Source/portable/GCC/MCF5235/portmacro.h
+++ b/Source/portable/GCC/MCF5235/portmacro.h
@@ -5,7 +5,7 @@
     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

+    it under the terms of the GNU General Public License** as published by

     the Free Software Foundation; either version 2 of the License, or

     (at your option) any later version.

 

diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index 3707550..c85e73b 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index 67106be..8fe7ceb 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index a67fb89..d76b7b0 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index 3a94753..55167c3 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index 7efa237..b3cf0f2 100644
--- a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index e997d55..c28c22c 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/portasm.S b/Source/portable/GCC/PPC405_Xilinx/portasm.S
index 3f15a72..90c6121 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index 61e8261..8e4da27 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index cbb7e0a..e52a255 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index 1bc31e4..0dac330 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index 3fe2677..9191042 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/78K0R/ISR_Support.h b/Source/portable/IAR/78K0R/ISR_Support.h
index 7fca999..cdc26d8 100644
--- a/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,34 +1,53 @@
-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;/*

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

 ;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	of http://www.FreeRTOS.org for full details.

+;

 ;

 ;	***************************************************************************

-;	See http://www.FreeRTOS.org for documentation, latest information, license

-;	and contact details.  Please ensure to read the configuration and relevant

-;	port sections of the online documentation.

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

 ;	***************************************************************************

 ;

-;------------------------------------------------------------------------------

+;	1 tab == 4 spaces!

+;

+;	Please ensure to read the configuration and relevant port sections of the

+;	online documentation.

+;

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

+;	contact details.

+;

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

+;	critical systems.

+;

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

+;	licensing and training services.

+;*/

 

 #include "FreeRTOSConfig.h"

 

diff --git a/Source/portable/IAR/78K0R/port.c b/Source/portable/IAR/78K0R/port.c
index e421b8f..0c6625b 100644
--- a/Source/portable/IAR/78K0R/port.c
+++ b/Source/portable/IAR/78K0R/port.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/78K0R/portasm.s26 b/Source/portable/IAR/78K0R/portasm.s26
index 2ee853f..d29117f 100644
--- a/Source/portable/IAR/78K0R/portasm.s26
+++ b/Source/portable/IAR/78K0R/portasm.s26
@@ -1,34 +1,53 @@
-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;/*

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

 ;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	of http://www.FreeRTOS.org for full details.

+;

 ;

 ;	***************************************************************************

-;	See http://www.FreeRTOS.org for documentation, latest information, license

-;	and contact details.  Please ensure to read the configuration and relevant

-;	port sections of the online documentation.

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

 ;	***************************************************************************

 ;

-;------------------------------------------------------------------------------

+;	1 tab == 4 spaces!

+;

+;	Please ensure to read the configuration and relevant port sections of the

+;	online documentation.

+;

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

+;	contact details.

+;

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

+;	critical systems.

+;

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

+;	licensing and training services.

+;*/

 #include "ISR_Support.h"

 ;------------------------------------------------------------------------------

 

diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index 1682c74..e3f2e80 100644
--- a/Source/portable/IAR/78K0R/portmacro.h
+++ b/Source/portable/IAR/78K0R/portmacro.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index a772f25..d44a3b8 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index 81cecdd..f9128f6 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index 4fdf57c..a05f4d9 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index 5901876..c658903 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index 805ce10..30b0b52 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index c6e123a..96a5993 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,32 +1,53 @@
-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;/*

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

 ;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	of http://www.FreeRTOS.org for full details.

+;

 ;

 ;	***************************************************************************

-;	See http://www.FreeRTOS.org for documentation, latest information, license

-;	and contact details.  Please ensure to read the configuration and relevant

-;	port sections of the online documentation.

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

 ;	***************************************************************************

+;

+;	1 tab == 4 spaces!

+;

+;	Please ensure to read the configuration and relevant port sections of the

+;	online documentation.

+;

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

+;	contact details.

+;

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

+;	critical systems.

+;

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

+;	licensing and training services.

+;*/

 

 #include <iom323.h>

 

diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index a8fd4cf..21247a3 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,54 +13,53 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index c3512c4..fa49147 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,54 +13,53 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 7e1395a..4bf8df7 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index ed80ad4..7e2392c 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/AtmelSAM9XE/port.c b/Source/portable/IAR/AtmelSAM9XE/port.c
index b68e93d..8f91043 100644
--- a/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index e1356df..8bb2f82 100644
--- a/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index d8ab268..513e1fe 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index 31f9291..2b2754e 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/MSP430/port.c b/Source/portable/IAR/MSP430/port.c
index af8fda2..6ac84a8 100644
--- a/Source/portable/IAR/MSP430/port.c
+++ b/Source/portable/IAR/MSP430/port.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/MSP430/portasm.h b/Source/portable/IAR/MSP430/portasm.h
index b72cdeb..4368ee3 100644
--- a/Source/portable/IAR/MSP430/portasm.h
+++ b/Source/portable/IAR/MSP430/portasm.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/MSP430/portext.s43 b/Source/portable/IAR/MSP430/portext.s43
index ce0cc4a..2a17d24 100644
--- a/Source/portable/IAR/MSP430/portext.s43
+++ b/Source/portable/IAR/MSP430/portext.s43
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/MSP430/portmacro.h b/Source/portable/IAR/MSP430/portmacro.h
index 13fb1e4..57911f0 100644
--- a/Source/portable/IAR/MSP430/portmacro.h
+++ b/Source/portable/IAR/MSP430/portmacro.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index bfe52d9..a9c464b 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index 0685f4b..23f919a 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h
index ee22199..e05e6a3 100644
--- a/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,32 +1,53 @@
-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;/*

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

 ;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	of http://www.FreeRTOS.org for full details.

+;

 ;

 ;	***************************************************************************

-;	See http://www.FreeRTOS.org for documentation, latest information, license

-;	and contact details.  Please ensure to read the configuration and relevant

-;	port sections of the online documentation.

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

 ;	***************************************************************************

+;

+;	1 tab == 4 spaces!

+;

+;	Please ensure to read the configuration and relevant port sections of the

+;	online documentation.

+;

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

+;	contact details.

+;

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

+;	critical systems.

+;

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

+;	licensing and training services.

+;*/

 

 	EXTERN pxCurrentTCB

 	EXTERN ulCriticalNesting

diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index 50157b2..95ae392 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79
index 45776a1..6ebf0e6 100644
--- a/Source/portable/IAR/STR75x/portasm.s79
+++ b/Source/portable/IAR/STR75x/portasm.s79
@@ -1,32 +1,53 @@
-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;/*

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

 ;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	of http://www.FreeRTOS.org for full details.

+;

 ;

 ;	***************************************************************************

-;	See http://www.FreeRTOS.org for documentation, latest information, license

-;	and contact details.  Please ensure to read the configuration and relevant

-;	port sections of the online documentation.

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

 ;	***************************************************************************

+;

+;	1 tab == 4 spaces!

+;

+;	Please ensure to read the configuration and relevant port sections of the

+;	online documentation.

+;

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

+;	contact details.

+;

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

+;	critical systems.

+;

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

+;	licensing and training services.

+;*/

 

 	RSEG ICODE:CODE

 	CODE32

diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index 77eb251..1b8e87a 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index 52b3aaa..397eb9d 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index f705441..260b161 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index edec70f..698fd8f 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index 794ff14..763ef5c 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/V850ES/ISR_Support.h b/Source/portable/IAR/V850ES/ISR_Support.h
index 004d9cc..e83692c 100644
--- a/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-	This file is part of the FreeRTOS distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/IAR/V850ES/port.c b/Source/portable/IAR/V850ES/port.c
index c03a295..c6bfec6 100644
--- a/Source/portable/IAR/V850ES/port.c
+++ b/Source/portable/IAR/V850ES/port.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/IAR/V850ES/portasm.s85 b/Source/portable/IAR/V850ES/portasm.s85
index a60afee..2c23454 100644
--- a/Source/portable/IAR/V850ES/portasm.s85
+++ b/Source/portable/IAR/V850ES/portasm.s85
@@ -1,34 +1,53 @@
-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;/*

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

 ;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	of http://www.FreeRTOS.org for full details.

+;

 ;

 ;	***************************************************************************

-;	See http://www.FreeRTOS.org for documentation, latest information, license

-;	and contact details.  Please ensure to read the configuration and relevant

-;	port sections of the online documentation.

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

 ;	***************************************************************************

 ;

-;------------------------------------------------------------------------------

+;	1 tab == 4 spaces!

+;

+;	Please ensure to read the configuration and relevant port sections of the

+;	online documentation.

+;

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

+;	contact details.

+;

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

+;	critical systems.

+;

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

+;	licensing and training services.

+;*/

 ; Note: Select the correct include files for the device used by the application.

 #include "FreeRTOSConfig.h"

 ;------------------------------------------------------------------------------

diff --git a/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/Source/portable/IAR/V850ES/portasm_Fx3.s85
index 25ef546..f2fb2f7 100644
--- a/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,34 +1,53 @@
-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;/*

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

 ;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	of http://www.FreeRTOS.org for full details.

+;

 ;

 ;	***************************************************************************

-;	See http://www.FreeRTOS.org for documentation, latest information, license

-;	and contact details.  Please ensure to read the configuration and relevant

-;	port sections of the online documentation.

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

 ;	***************************************************************************

 ;

-;------------------------------------------------------------------------------

+;	1 tab == 4 spaces!

+;

+;	Please ensure to read the configuration and relevant port sections of the

+;	online documentation.

+;

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

+;	contact details.

+;

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

+;	critical systems.

+;

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

+;	licensing and training services.

+;*/

 ; Note: Select the correct include files for the device used by the application.

 #include "FreeRTOSConfig.h"

 ;------------------------------------------------------------------------------

diff --git a/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/Source/portable/IAR/V850ES/portasm_Hx2.s85
index 3ef7ff9..8c026e5 100644
--- a/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,34 +1,53 @@
-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;/*

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

 ;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	of http://www.FreeRTOS.org for full details.

+;

 ;

 ;	***************************************************************************

-;	See http://www.FreeRTOS.org for documentation, latest information, license

-;	and contact details.  Please ensure to read the configuration and relevant

-;	port sections of the online documentation.

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

 ;	***************************************************************************

 ;

-;------------------------------------------------------------------------------

+;	1 tab == 4 spaces!

+;

+;	Please ensure to read the configuration and relevant port sections of the

+;	online documentation.

+;

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

+;	contact details.

+;

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

+;	critical systems.

+;

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

+;	licensing and training services.

+;*/

 ; Note: Select the correct include files for the device used by the application.

 #include "FreeRTOSConfig.h"

 ;------------------------------------------------------------------------------

diff --git a/Source/portable/IAR/V850ES/portmacro.h b/Source/portable/IAR/V850ES/portmacro.h
index fccbf08..c605e5f 100644
--- a/Source/portable/IAR/V850ES/portmacro.h
+++ b/Source/portable/IAR/V850ES/portmacro.h
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index 419492b..ed3c01c 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index 17cc1a6..22ed5a3 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 83e01b4..989adff 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 43dde98..3f9ad0f 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index 54fb82f..390c141 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index 1e03e8d..812933c 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index 906f56a..50d0905 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index 5532b9e..c3b513a 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index a027b8a..c4f4565 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

  

diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index 200b832..362e36f 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index 2f2e29d..e9d1fe6 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index b921efc..eef5bc0 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index 262193f..c2a8585 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index bafe26c..a4b73ce 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index c619b8b..d7545ce 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 182ec0c..9cd1aa6 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index 94cb591..eb29718 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index 63f86bd..25e1b7a 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index 8525e40..991dd0e 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/port.c b/Source/portable/RVDS/ARM7_LPC21xx/port.c
index c363c3f..60a405d 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index 5db4eee..c0acf30 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,49 +1,51 @@
 ;/*

-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

-; 

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section 

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;   ***************************************************************************

-;   ***************************************************************************

-;   *                                                                         *

-;   * SAVE TIME AND MONEY!  We can port FreeRTOS.org to your own hardware,    *

-;   * and even write all or part of your application on your behalf.          *

-;   * See http://www.OpenRTOS.com for details of the services we provide to   *

-;   * expedite your project.                                                  *

-;   *                                                                         *

-;   ***************************************************************************

-;   ***************************************************************************

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  See the licensing section

+;	of http://www.FreeRTOS.org for full details.

+;

+;

+;	***************************************************************************

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

+;	***************************************************************************

+;

+;	1 tab == 4 spaces!

 ;

 ;	Please ensure to read the configuration and relevant port sections of the

 ;	online documentation.

 ;

-;	http://www.FreeRTOS.org - Documentation, latest information, license and 

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

 ;	contact details.

 ;

-;	http://www.SafeRTOS.com - A version that is certified for use in safety 

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

 ;	critical systems.

 ;

-;	http://www.OpenRTOS.com - Commercial support, development, porting, 

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

 ;	licensing and training services.

 ;*/

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index 169af1a..fe3740a 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index d79065d..7f47626 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,49 +1,51 @@
 ;/*

-;	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify

-;	it under the terms of the GNU General Public License as published by

-;	the Free Software Foundation; either version 2 of the License, or

-;	(at your option) any later version.

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	under the terms of the GNU General Public License (version 2) as published

+;	by the Free Software Foundation and modified by the FreeRTOS exception.

 ;

-;	FreeRTOS.org is distributed in the hope that it will be useful,

-;	but WITHOUT ANY WARRANTY; without even the implied warranty of

-;	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-;	GNU General Public License for more details.

+;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	more details.

 ;

-;	You should have received a copy of the GNU General Public License

-;	along with FreeRTOS.org; if not, write to the Free Software

-;	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+;	You should have received a copy of the GNU General Public License along 

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL can be applied should you wish to distribute

-;	a combined work that includes FreeRTOS.org, without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section 

-;	of http://www.FreeRTOS.org for full details of how and when the exception

-;	can be applied.

+;	A special exception to the GPL is included to allow you to distribute a 

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  See the licensing section

+;	of http://www.FreeRTOS.org for full details.

 ;

-;   ***************************************************************************

-;   ***************************************************************************

-;   *                                                                         *

-;   * SAVE TIME AND MONEY!  We can port FreeRTOS.org to your own hardware,    *

-;   * and even write all or part of your application on your behalf.          *

-;   * See http://www.OpenRTOS.com for details of the services we provide to   *

-;   * expedite your project.                                                  *

-;   *                                                                         *

-;   ***************************************************************************

-;   ***************************************************************************

+;

+;	***************************************************************************

+;	*                                                                         *

+;	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+;	*                                                                         *

+;	* This is a concise, step by step, 'hands on' guide that describes both   *

+;	* general multitasking concepts and FreeRTOS specifics. It presents and   *

+;	* explains numerous examples that are written using the FreeRTOS API.     *

+;	* Full source code for all the examples is provided in an accompanying    *

+;	* .zip file.                                                              *

+;	*                                                                         *

+;	***************************************************************************

+;

+;	1 tab == 4 spaces!

 ;

 ;	Please ensure to read the configuration and relevant port sections of the

 ;	online documentation.

 ;

-;	http://www.FreeRTOS.org - Documentation, latest information, license and 

+;	http://www.FreeRTOS.org - Documentation, latest information, license and

 ;	contact details.

 ;

-;	http://www.SafeRTOS.com - A version that is certified for use in safety 

+;	http://www.SafeRTOS.com - A version that is certified for use in safety

 ;	critical systems.

 ;

-;	http://www.OpenRTOS.com - Commercial support, development, porting, 

+;	http://www.OpenRTOS.com - Commercial support, development, porting,

 ;	licensing and training services.

 ;*/

 

diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index 1a644f4..f4d09e5 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index 4e69de5..001f9d1 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index 11df859..543397c 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Rowley/MSP430F449/portasm.h b/Source/portable/Rowley/MSP430F449/portasm.h
index 6006c40..45dd3ef 100644
--- a/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Rowley/MSP430F449/portext.asm b/Source/portable/Rowley/MSP430F449/portext.asm
index 44a74e6..9c51c03 100644
--- a/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index 91d4b70..70311dd 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index d6203af..b227bda 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index a9865c3..2ed27f9 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,52 +1,51 @@
-/* 

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+/*

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index bcdc807..83c2aaf 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index c34e0d0..7ce6b51 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index 6710f3b..d2b4e24 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index dd61299..ee91633 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index adc827a..fc95d4c 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 3a43bf7..279f892 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index 96435c7..fea4611 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index db00ff4..1f77748 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index cca9c9d..6aba6dd 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 16fea9b..6a6c00e 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 47618d6..5805cbf 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,52 +1,51 @@
 /*

-    FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

-    This file is part of the FreeRTOS.org distribution.

+	This file is part of the FreeRTOS.org distribution.

 

-    FreeRTOS.org is free software; you can redistribute it and/or modify

-    it under the terms of the GNU General Public License as published by

-    the Free Software Foundation; either version 2 of the License, or

-    (at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-    FreeRTOS.org is distributed in the hope that it will be useful,

-    but WITHOUT ANY WARRANTY; without even the implied warranty of

-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-    GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-    You should have received a copy of the GNU General Public License

-    along with FreeRTOS.org; if not, write to the Free Software

-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-    A special exception to the GPL can be applied should you wish to distribute

-    a combined work that includes FreeRTOS.org, without being obliged to provide

-    the source code for any proprietary components.  See the licensing section 

-    of http://www.FreeRTOS.org for full details of how and when the exception

-    can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index d69a35e..8e90159 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 49785fd..74c82d0 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index cb6f599..6aa2e5b 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 6a2f4f2..efdbf65 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

-	the source code for any proprietary components.  See the licensing section 

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  See the licensing section

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */

 

diff --git a/Source/queue.c b/Source/queue.c
index d4e0b81..436af98 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,41 +1,40 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

@@ -484,6 +483,7 @@
 					/* The queue was full and no block time is specified (or 

 					the block time has expired) so leave now. */

 					taskEXIT_CRITICAL();

+					traceQUEUE_SEND_FAILED( pxQueue );

 					return errQUEUE_FULL;

 				}

 				else if( xEntryTimeSet == pdFALSE )

@@ -540,6 +540,7 @@
 			/* The timeout has expired. */

 			prvUnlockQueue( pxQueue );

 			( void ) xTaskResumeAll();

+			traceQUEUE_SEND_FAILED( pxQueue );

 			return errQUEUE_FULL;

 		}

 	}

@@ -609,6 +610,7 @@
 				else

 				{

 					taskEXIT_CRITICAL();

+					traceQUEUE_SEND_FAILED( pxQueue );

 					return errQUEUE_FULL;

 				}

 			}

@@ -695,6 +697,7 @@
 					if( xTicksToWait == ( portTickType ) 0 )

 					{

 						taskEXIT_CRITICAL();

+						traceQUEUE_RECEIVE_FAILED( pxQueue );

 						return errQUEUE_EMPTY;

 					}

 					else if( xEntryTimeSet == pdFALSE )

@@ -732,6 +735,7 @@
 				else

 				{

 					taskEXIT_CRITICAL();

+					traceQUEUE_RECEIVE_FAILED( pxQueue );

 					return errQUEUE_EMPTY;

 				}

 			}

@@ -878,6 +882,7 @@
 					/* The queue was empty and no block time is specified (or 

 					the block time has expired) so leave now. */				

 					taskEXIT_CRITICAL();

+					traceQUEUE_RECEIVE_FAILED( pxQueue );

 					return errQUEUE_EMPTY;

 				}

 				else if( xEntryTimeSet == pdFALSE )

@@ -935,6 +940,7 @@
 		{

 			prvUnlockQueue( pxQueue );

 			( void ) xTaskResumeAll();

+			traceQUEUE_RECEIVE_FAILED( pxQueue );

 			return errQUEUE_EMPTY;

 		}

 	}

diff --git a/Source/tasks.c b/Source/tasks.c
index 0c53f03..c58b465 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,52 +1,51 @@
 /*

-	FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify

-	it under the terms of the GNU General Public License as published by

-	the Free Software Foundation; either version 2 of the License, or

-	(at your option) any later version.

+	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	under the terms of the GNU General Public License (version 2) as published

+	by the Free Software Foundation and modified by the FreeRTOS exception.

 

-	FreeRTOS.org is distributed in the hope that it will be useful,

-	but WITHOUT ANY WARRANTY; without even the implied warranty of

-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

-	GNU General Public License for more details.

+	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	more details.

 

-	You should have received a copy of the GNU General Public License

-	along with FreeRTOS.org; if not, write to the Free Software

-	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

+	You should have received a copy of the GNU General Public License along 

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL can be applied should you wish to distribute

-	a combined work that includes FreeRTOS.org, without being obliged to provide

+	A special exception to the GPL is included to allow you to distribute a 

+	combined work that includes FreeRTOS.org without being obliged to provide

 	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details of how and when the exception

-	can be applied.

+	of http://www.FreeRTOS.org for full details.

 

-    ***************************************************************************

-    ***************************************************************************

-    *                                                                         *

-    * Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

+

+	***************************************************************************

+	*                                                                         *

+	* Get the FreeRTOS eBook!  See http://www.FreeRTOS.org/Documentation      *

 	*                                                                         *

 	* This is a concise, step by step, 'hands on' guide that describes both   *

 	* general multitasking concepts and FreeRTOS specifics. It presents and   *

 	* explains numerous examples that are written using the FreeRTOS API.     *

 	* Full source code for all the examples is provided in an accompanying    *

 	* .zip file.                                                              *

-    *                                                                         *

-    ***************************************************************************

-    ***************************************************************************

+	*                                                                         *

+	***************************************************************************

+

+	1 tab == 4 spaces!

 

 	Please ensure to read the configuration and relevant port sections of the

 	online documentation.

 

-	http://www.FreeRTOS.org - Documentation, latest information, license and 

+	http://www.FreeRTOS.org - Documentation, latest information, license and

 	contact details.

 

-	http://www.SafeRTOS.com - A version that is certified for use in safety 

+	http://www.SafeRTOS.com - A version that is certified for use in safety

 	critical systems.

 

-	http://www.OpenRTOS.com - Commercial support, development, porting, 

+	http://www.OpenRTOS.com - Commercial support, development, porting,

 	licensing and training services.

 */