Prepare for V5.3.0 release.
diff --git a/Source/croutine.c b/Source/croutine.c
index 8e20e46..2dd1908 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index ddc816d..e45ffd4 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/include/StackMacros.h b/Source/include/StackMacros.h
index 8818e17..c187e7d 100644
--- a/Source/include/StackMacros.h
+++ b/Source/include/StackMacros.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index 65411a0..21172cf 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/include/list.h b/Source/include/list.h
index 367f4d3..3f1da46 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/include/portable.h b/Source/include/portable.h
index 5fbce72..a5c0895 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index ab3afaf..80a9b21 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/include/queue.h b/Source/include/queue.h
index 9d50c3f..a2086f8 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index 29bc597..57bccaa 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/include/task.h b/Source/include/task.h
index 859b0b6..d670daf 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,11 +1,16 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

@@ -16,11 +21,6 @@
 	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

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

 

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

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

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

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

-

 

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

 	*                                                                         *

@@ -69,7 +69,7 @@
  * MACROS AND DEFINITIONS

  *----------------------------------------------------------*/

 

-#define tskKERNEL_VERSION_NUMBER "V5.2.0"

+#define tskKERNEL_VERSION_NUMBER "V5.3.0"

 

 /**

  * task. h

diff --git a/Source/list.c b/Source/list.c
index 5d1fa6d..6b69263 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 03a0ebb..33d26ff 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index cf14b4b..c9fd90b 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index 470aaa8..31e202b 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 26672a7..e6ca4aa 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index 8ee91dc..0b7cf53 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index bbe3646..e9d2d65 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/port.c b/Source/portable/CodeWarrior/ColdFire_V2/port.c
index b074d97..35e1256 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index ca0079a..c4f3620 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index 2ab72fa..5dd2b8e 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index 712f7d8..6da1a08 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index f2a70a3..07ac615 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 2e07bb3..14b4ed1 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index 62505ec..78d2892 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 5c9e6f0..a54ff37 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index abe4038..9d61a47 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 64c9c83..d182509 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index 8313459..11f3ba9 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index 9345c66..18806bb 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index 2a7a481..3dc4643 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 8313459..11f3ba9 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c
index d05afe2..ebd8a75 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

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

 

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

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

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

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

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

 	more details.

 

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

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

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

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

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

 

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

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

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

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

-

 

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

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index 3099d0d..1d71ecd 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,26 +1,26 @@
 /*

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

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

 

 	This file is part of the FreeRTOS.org distribution.

 

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

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

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

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

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

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

+	the source code for any proprietary components.  Alternative commercial

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

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index 8313459..11f3ba9 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index 04108ef..d348719 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index c63e226..c9b788d 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index 271ca44..93c10f2 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index e7d8838..682f1e9 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c
index 7b12f44..bbd0148 100644
--- a/Source/portable/GCC/AVR32_UC3/port.c
+++ b/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,28 +13,28 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h
index 05bdbc3..eb505bd 100644
--- a/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,28 +13,28 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/port.c b/Source/portable/GCC/ColdFire_V2/port.c
index 2e13add..7fa9929 100644
--- a/Source/portable/GCC/ColdFire_V2/port.c
+++ b/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S
index 308a18c..fd1b7b5 100644
--- a/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/portmacro.h b/Source/portable/GCC/ColdFire_V2/portmacro.h
index 1db58c2..9a709da 100644
--- a/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index d8a6fbf..3ffcef5 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index 5151a70..38f9747 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index 16914b8..e571879 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index 81a7a71..13de60f 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index c85e73b..9fbedf0 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index 8fe7ceb..95b8806 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index d76b7b0..54f0a58 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index 55167c3..c603a98 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index b3cf0f2..df2d498 100644
--- a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index c28c22c..eef7078 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/portasm.S b/Source/portable/GCC/PPC405_Xilinx/portasm.S
index 90c6121..566058f 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index 8e4da27..c2da79a 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index e52a255..61ab7e7 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index 0dac330..34927e9 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index 9191042..ba55cc7 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/78K0R/ISR_Support.h b/Source/portable/IAR/78K0R/ISR_Support.h
index cdc26d8..315791e 100644
--- a/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,26 +1,26 @@
 ;/*

-;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it

 ;	under the terms of the GNU General Public License (version 2) as published

 ;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	**NOTE** The exception to the GPL is included to allow you to distribute a

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  Alternative commercial

+;	license and support terms are also available upon request.  See the 

+;	licensing section of http://www.FreeRTOS.org for full details.

 ;

 ;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

-;	You should have received a copy of the GNU General Public License along 

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	You should have received a copy of the GNU General Public License along

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL is included to allow you to distribute a 

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details.

-;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

diff --git a/Source/portable/IAR/78K0R/port.c b/Source/portable/IAR/78K0R/port.c
index 0c6625b..c71dad6 100644
--- a/Source/portable/IAR/78K0R/port.c
+++ b/Source/portable/IAR/78K0R/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/78K0R/portasm.s26 b/Source/portable/IAR/78K0R/portasm.s26
index d29117f..2bf7cca 100644
--- a/Source/portable/IAR/78K0R/portasm.s26
+++ b/Source/portable/IAR/78K0R/portasm.s26
@@ -1,26 +1,26 @@
 ;/*

-;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it

 ;	under the terms of the GNU General Public License (version 2) as published

 ;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	**NOTE** The exception to the GPL is included to allow you to distribute a

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  Alternative commercial

+;	license and support terms are also available upon request.  See the 

+;	licensing section of http://www.FreeRTOS.org for full details.

 ;

 ;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

-;	You should have received a copy of the GNU General Public License along 

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	You should have received a copy of the GNU General Public License along

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL is included to allow you to distribute a 

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details.

-;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index e3f2e80..4fd6273 100644
--- a/Source/portable/IAR/78K0R/portmacro.h
+++ b/Source/portable/IAR/78K0R/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index 205a5de..72c3dd8 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,11 +1,16 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

 	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

@@ -16,11 +21,6 @@
 	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index f9128f6..91caa4e 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index a05f4d9..80f28fe 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index c658903..a534f6a 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index 30b0b52..36870cd 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index 96a5993..2ccddb0 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,26 +1,26 @@
 ;/*

-;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it

 ;	under the terms of the GNU General Public License (version 2) as published

 ;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	**NOTE** The exception to the GPL is included to allow you to distribute a

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  Alternative commercial

+;	license and support terms are also available upon request.  See the 

+;	licensing section of http://www.FreeRTOS.org for full details.

 ;

 ;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

-;	You should have received a copy of the GNU General Public License along 

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	You should have received a copy of the GNU General Public License along

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL is included to allow you to distribute a 

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details.

-;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index 21247a3..acfefbf 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,28 +13,28 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index fa49147..dcba9a3 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,28 +13,28 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 4bf8df7..54ee4d3 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index 7e2392c..bef8ce7 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM9XE/port.c b/Source/portable/IAR/AtmelSAM9XE/port.c
index 8f91043..3eac062 100644
--- a/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index 8bb2f82..8a92f6f 100644
--- a/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index 513e1fe..e0a9fd1 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index 2b2754e..628d6cb 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/MSP430/port.c b/Source/portable/IAR/MSP430/port.c
index 6ac84a8..f3e327d 100644
--- a/Source/portable/IAR/MSP430/port.c
+++ b/Source/portable/IAR/MSP430/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/MSP430/portasm.h b/Source/portable/IAR/MSP430/portasm.h
index 4368ee3..56b58fd 100644
--- a/Source/portable/IAR/MSP430/portasm.h
+++ b/Source/portable/IAR/MSP430/portasm.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/MSP430/portext.s43 b/Source/portable/IAR/MSP430/portext.s43
index 2a17d24..f7ba8ed 100644
--- a/Source/portable/IAR/MSP430/portext.s43
+++ b/Source/portable/IAR/MSP430/portext.s43
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/MSP430/portmacro.h b/Source/portable/IAR/MSP430/portmacro.h
index 57911f0..e41c376 100644
--- a/Source/portable/IAR/MSP430/portmacro.h
+++ b/Source/portable/IAR/MSP430/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index a9c464b..3b4b82f 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index 23f919a..889e79f 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h
index e05e6a3..7462244 100644
--- a/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,26 +1,26 @@
 ;/*

-;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it

 ;	under the terms of the GNU General Public License (version 2) as published

 ;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	**NOTE** The exception to the GPL is included to allow you to distribute a

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  Alternative commercial

+;	license and support terms are also available upon request.  See the 

+;	licensing section of http://www.FreeRTOS.org for full details.

 ;

 ;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

-;	You should have received a copy of the GNU General Public License along 

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	You should have received a copy of the GNU General Public License along

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL is included to allow you to distribute a 

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details.

-;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index 95ae392..8f28ef0 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79
index 6ebf0e6..6a36353 100644
--- a/Source/portable/IAR/STR75x/portasm.s79
+++ b/Source/portable/IAR/STR75x/portasm.s79
@@ -1,26 +1,26 @@
 ;/*

-;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it

 ;	under the terms of the GNU General Public License (version 2) as published

 ;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	**NOTE** The exception to the GPL is included to allow you to distribute a

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  Alternative commercial

+;	license and support terms are also available upon request.  See the 

+;	licensing section of http://www.FreeRTOS.org for full details.

 ;

 ;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

-;	You should have received a copy of the GNU General Public License along 

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	You should have received a copy of the GNU General Public License along

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL is included to allow you to distribute a 

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details.

-;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index 1b8e87a..e78adea 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index 397eb9d..f5b11ee 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index 260b161..d8feaf7 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index 698fd8f..7e2875a 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index 763ef5c..e84aa2e 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/V850ES/ISR_Support.h b/Source/portable/IAR/V850ES/ISR_Support.h
index e83692c..60df840 100644
--- a/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/V850ES/port.c b/Source/portable/IAR/V850ES/port.c
index c6bfec6..6c84f20 100644
--- a/Source/portable/IAR/V850ES/port.c
+++ b/Source/portable/IAR/V850ES/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm.s85 b/Source/portable/IAR/V850ES/portasm.s85
index 2c23454..5b04eaa 100644
--- a/Source/portable/IAR/V850ES/portasm.s85
+++ b/Source/portable/IAR/V850ES/portasm.s85
@@ -1,26 +1,26 @@
 ;/*

-;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it

 ;	under the terms of the GNU General Public License (version 2) as published

 ;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	**NOTE** The exception to the GPL is included to allow you to distribute a

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  Alternative commercial

+;	license and support terms are also available upon request.  See the 

+;	licensing section of http://www.FreeRTOS.org for full details.

 ;

 ;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

-;	You should have received a copy of the GNU General Public License along 

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	You should have received a copy of the GNU General Public License along

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL is included to allow you to distribute a 

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details.

-;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/Source/portable/IAR/V850ES/portasm_Fx3.s85
index f2fb2f7..d52d11f 100644
--- a/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,26 +1,26 @@
 ;/*

-;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it

 ;	under the terms of the GNU General Public License (version 2) as published

 ;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	**NOTE** The exception to the GPL is included to allow you to distribute a

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  Alternative commercial

+;	license and support terms are also available upon request.  See the 

+;	licensing section of http://www.FreeRTOS.org for full details.

 ;

 ;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

-;	You should have received a copy of the GNU General Public License along 

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	You should have received a copy of the GNU General Public License along

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL is included to allow you to distribute a 

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details.

-;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/Source/portable/IAR/V850ES/portasm_Hx2.s85
index 8c026e5..76b23f9 100644
--- a/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,26 +1,26 @@
 ;/*

-;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it

 ;	under the terms of the GNU General Public License (version 2) as published

 ;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	**NOTE** The exception to the GPL is included to allow you to distribute a

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  Alternative commercial

+;	license and support terms are also available upon request.  See the 

+;	licensing section of http://www.FreeRTOS.org for full details.

 ;

 ;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

-;	You should have received a copy of the GNU General Public License along 

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	You should have received a copy of the GNU General Public License along

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL is included to allow you to distribute a 

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details.

-;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

diff --git a/Source/portable/IAR/V850ES/portmacro.h b/Source/portable/IAR/V850ES/portmacro.h
index c605e5f..3b7fd67 100644
--- a/Source/portable/IAR/V850ES/portmacro.h
+++ b/Source/portable/IAR/V850ES/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index ed3c01c..d0acc1d 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index 22ed5a3..07cc7b2 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 989adff..94952ab 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 3f9ad0f..5221516 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index 390c141..8e4b4ce 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index 812933c..fd0a681 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index 50d0905..37be1ea 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index c3b513a..0cdebfc 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index c4f4565..9c8db7c 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index 362e36f..17110b3 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index 3b14e57..5686358 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

@@ -100,7 +100,7 @@
 alignment without using any non-portable code. */

 static union xRTOS_HEAP

 {

-	unsigned portLONG ulDummy;

+	volatile unsigned portLONG ulDummy;

 	unsigned portCHAR ucHeap[ configTOTAL_HEAP_SIZE ];

 } xHeap;

 

diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index 87c1149..7b37685 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

@@ -88,7 +88,7 @@
 alignment without using any non-portable code. */

 static union xRTOS_HEAP

 {

-	unsigned portLONG ulDummy;

+	volatile unsigned portLONG ulDummy;

 	unsigned portCHAR ucHeap[ configTOTAL_HEAP_SIZE ];

 } xHeap;

 

diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index c2a8585..b463651 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index a4b73ce..4021644 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index d7545ce..211bf82 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 9cd1aa6..865f5e0 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index eb29718..2f4eaa7 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index 25e1b7a..6964a1e 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index 991dd0e..d0390bb 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/port.c b/Source/portable/RVDS/ARM7_LPC21xx/port.c
index 60a405d..2e0596c 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index c0acf30..b65b2a9 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,26 +1,26 @@
 ;/*

-;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it

 ;	under the terms of the GNU General Public License (version 2) as published

 ;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	**NOTE** The exception to the GPL is included to allow you to distribute a

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  Alternative commercial

+;	license and support terms are also available upon request.  See the 

+;	licensing section of http://www.FreeRTOS.org for full details.

 ;

 ;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

-;	You should have received a copy of the GNU General Public License along 

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	You should have received a copy of the GNU General Public License along

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL is included to allow you to distribute a 

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details.

-;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index fe3740a..633a7b9 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index 7f47626..5b4e7e8 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,26 +1,26 @@
 ;/*

-;	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+;	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 ;

 ;	This file is part of the FreeRTOS.org distribution.

 ;

-;	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+;	FreeRTOS.org is free software; you can redistribute it and/or modify it

 ;	under the terms of the GNU General Public License (version 2) as published

 ;	by the Free Software Foundation and modified by the FreeRTOS exception.

+;	**NOTE** The exception to the GPL is included to allow you to distribute a

+;	combined work that includes FreeRTOS.org without being obliged to provide

+;	the source code for any proprietary components.  Alternative commercial

+;	license and support terms are also available upon request.  See the 

+;	licensing section of http://www.FreeRTOS.org for full details.

 ;

 ;	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+;	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+;	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 ;	more details.

 ;

-;	You should have received a copy of the GNU General Public License along 

-;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+;	You should have received a copy of the GNU General Public License along

+;	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 ;	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 ;

-;	A special exception to the GPL is included to allow you to distribute a 

-;	combined work that includes FreeRTOS.org without being obliged to provide

-;	the source code for any proprietary components.  See the licensing section

-;	of http://www.FreeRTOS.org for full details.

-;

 ;

 ;	***************************************************************************

 ;	*                                                                         *

diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index f4d09e5..66af317 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index 001f9d1..307ae51 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index 543397c..e4c6c65 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portasm.h b/Source/portable/Rowley/MSP430F449/portasm.h
index 45dd3ef..1694211 100644
--- a/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portext.asm b/Source/portable/Rowley/MSP430F449/portext.asm
index 9c51c03..0e1fbb9 100644
--- a/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index 70311dd..3bc8293 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index b227bda..6137875 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index 2ed27f9..557c9a0 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index 83c2aaf..2815dc3 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index 7ce6b51..95efa0a 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index d2b4e24..fe2e825 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index ee91633..e9a7a78 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index fc95d4c..96c7c9e 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 279f892..82537d0 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index fea4611..ed81608 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index 1f77748..774ee21 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index 6aba6dd..220314c 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 6a6c00e..a477e48 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 5805cbf..6977072 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index 8e90159..34e7eb2 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 5a48039..7890fbd 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index 6aa2e5b..d5ca7fa 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index efdbf65..6831445 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,26 +1,26 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

-	FreeRTOS.org is free software; you can redistribute it and/or modify it 

+	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

-	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 

-	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 

+	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+	FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

 	more details.

 

-	You should have received a copy of the GNU General Public License along 

-	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59 

+	You should have received a copy of the GNU General Public License along

+	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a 

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/queue.c b/Source/queue.c
index ea10c58..2265c69 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,11 +1,16 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

 	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

@@ -16,11 +21,6 @@
 	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *

diff --git a/Source/tasks.c b/Source/tasks.c
index 447dff4..a4f36b7 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,11 +1,16 @@
 /*

-	FreeRTOS.org V5.2.0 - Copyright (C) 2003-2009 Richard Barry.

+	FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.

 

 	This file is part of the FreeRTOS.org distribution.

 

 	FreeRTOS.org is free software; you can redistribute it and/or modify it

 	under the terms of the GNU General Public License (version 2) as published

 	by the Free Software Foundation and modified by the FreeRTOS exception.

+	**NOTE** The exception to the GPL is included to allow you to distribute a

+	combined work that includes FreeRTOS.org without being obliged to provide

+	the source code for any proprietary components.  Alternative commercial

+	license and support terms are also available upon request.  See the 

+	licensing section of http://www.FreeRTOS.org for full details.

 

 	FreeRTOS.org is distributed in the hope that it will be useful,	but WITHOUT

 	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

@@ -16,11 +21,6 @@
 	with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59

 	Temple Place, Suite 330, Boston, MA  02111-1307  USA.

 

-	A special exception to the GPL is included to allow you to distribute a

-	combined work that includes FreeRTOS.org without being obliged to provide

-	the source code for any proprietary components.  See the licensing section

-	of http://www.FreeRTOS.org for full details.

-

 

 	***************************************************************************

 	*                                                                         *