Change to the file headers only.
diff --git a/Source/croutine.c b/Source/croutine.c
index fefd084..c5a0ad4 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index cc76d34..6da1022 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/include/StackMacros.h b/Source/include/StackMacros.h
index 64ac266..3002e3f 100644
--- a/Source/include/StackMacros.h
+++ b/Source/include/StackMacros.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index 460785a..26909d0 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/include/list.h b/Source/include/list.h
index 588323b..b337ec2 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/include/mpu_wrappers.h b/Source/include/mpu_wrappers.h
index 7b44c26..6f13f5a 100644
--- a/Source/include/mpu_wrappers.h
+++ b/Source/include/mpu_wrappers.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/include/portable.h b/Source/include/portable.h
index 369573b..d073559 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index 7af8bcb..05a1fd4 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/include/queue.h b/Source/include/queue.h
index 4518ffd..7cc0a2b 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index 9f22198..7f2114f 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/include/task.h b/Source/include/task.h
index b3b31d0..cca407d 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/list.c b/Source/list.c
index d77c51b..9917fa1 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 4f5fdfc..2ad38fd 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 4dca546..bf90efb 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index 98d96cf..d67636c 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 103417f..b2ef25e 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index c547dec..c272060 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index 0f2795f..5608e0a 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/port.c b/Source/portable/CodeWarrior/ColdFire_V1/port.c
index 4014fc2..0559eec 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index 7c3db53..30a70bb 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index a1471b8..a7c7070 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/port.c b/Source/portable/CodeWarrior/ColdFire_V2/port.c
index 68a6714..70756cb 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index d2a30f5..9582922 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index b16343b..ffbafa6 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index 92de297..65eb2fc 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index eb4b832..bdd9b77 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 421b78d..73a92c0 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index 216a748..8589e55 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 3e30043..078c96b 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index aafdec9..d1be017 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 369605e..07f92f5 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index 62c2087..a2dc112 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index 5237838..c0d9cb5 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index e8d28af..d9de88c 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 98c735e..74d70c4 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c
index 0857a3a..9c45f9d 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index 126d873..ff66ee2 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index 21a8e4a..866f250 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index 686b36b..146efa7 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index 4dddd4c..a7c2966 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

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

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

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

+

     This file is part of the FreeRTOS distribution.

 

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

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

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

-    Free Software Foundation and modified by the FreeRTOS exception.

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

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

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

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

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

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

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

-    license details.

-

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

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

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

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

-    more details.

-

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

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

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

-

-

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

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

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

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

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

-    online documentation.

-

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

     contact details.

 

diff --git a/Source/portable/GCC/ARM_CM3_MPU/port.c b/Source/portable/GCC/ARM_CM3_MPU/port.c
index d4a662e..859fc5b 100644
--- a/Source/portable/GCC/ARM_CM3_MPU/port.c
+++ b/Source/portable/GCC/ARM_CM3_MPU/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
index 8aa2a5f..35c978a 100644
--- a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index cb2d7eca..4d86e43 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index b8c19ee..1560f63 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c
index 239a52e..4abf44e 100644
--- a/Source/portable/GCC/AVR32_UC3/port.c
+++ b/Source/portable/GCC/AVR32_UC3/port.c
@@ -15,41 +15,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h
index 3ff9c42..10753e2 100644
--- a/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -15,41 +15,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/ColdFire_V2/port.c b/Source/portable/GCC/ColdFire_V2/port.c
index c51a191..da614b8 100644
--- a/Source/portable/GCC/ColdFire_V2/port.c
+++ b/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S
index 97583b0..3003ba3 100644
--- a/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/ColdFire_V2/portmacro.h b/Source/portable/GCC/ColdFire_V2/portmacro.h
index a63dba6..5186503 100644
--- a/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index aaf77ac..d1c2ff7 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index f25b0b9..3bcee78 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index 857279c..df1a2cc 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index 27e4cb3..4440cfb 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index 5da331a..cd9f256 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index 79d738d..1caacc3 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index 7f07d87..efac715 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index ffb879f..43b58c4 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/NiosII/port.c b/Source/portable/GCC/NiosII/port.c
index ff1f1a9..efb3536 100644
--- a/Source/portable/GCC/NiosII/port.c
+++ b/Source/portable/GCC/NiosII/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/NiosII/port_asm.S b/Source/portable/GCC/NiosII/port_asm.S
index 40fc907..56423db 100644
--- a/Source/portable/GCC/NiosII/port_asm.S
+++ b/Source/portable/GCC/NiosII/port_asm.S
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/NiosII/portmacro.h b/Source/portable/GCC/NiosII/portmacro.h
index d3b2b71..680e952 100644
--- a/Source/portable/GCC/NiosII/portmacro.h
+++ b/Source/portable/GCC/NiosII/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index aab2f4d..655398a 100644
--- a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index d84c721..ca6e284 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/portasm.S b/Source/portable/GCC/PPC405_Xilinx/portasm.S
index db3f7ed..0072ad7 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index b43ad1b..94d341a 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index aab2f4d..655398a 100644
--- a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/port.c b/Source/portable/GCC/PPC440_Xilinx/port.c
index 908ba5f..8792f72 100644
--- a/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/portasm.S b/Source/portable/GCC/PPC440_Xilinx/portasm.S
index db3f7ed..0072ad7 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index b43ad1b..94d341a 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index aa3e446..213580f 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index 465983f..16d159b 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index 1eb9e52..d31ee51 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/78K0R/ISR_Support.h b/Source/portable/IAR/78K0R/ISR_Support.h
index 7dd94cc..3ee93c6 100644
--- a/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,41 +1,46 @@
 ;/*

 ;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

+;    ***************************************************************************

+;    *                                                                         *

+;    * If you are:                                                             *

+;    *                                                                         *

+;    *    + New to FreeRTOS,                                                   *

+;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+;    *    + Looking for basic training,                                        *

+;    *    + Wanting to improve your FreeRTOS skills and productivity           *

+;    *                                                                         *

+;    * then take a look at the FreeRTOS eBook                                  *

+;    *                                                                         *

+;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+;    *                  http://www.FreeRTOS.org/Documentation                  *

+;    *                                                                         *

+;    * A pdf reference manual is also available.  Both are usually delivered   *

+;    * to your inbox within 20 minutes to two hours when purchased between 8am *

+;    * and 8pm GMT (although please allow up to 24 hours in case of            *

+;    * exceptional circumstances).  Thank you for your support!                *

+;    *                                                                         *

+;    ***************************************************************************

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

-;    FreeRTOS is free software; you can redistribute it and/or modify it    under

+;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

-;    Free Software Foundation and modified by the FreeRTOS exception.

-;    **NOTE** The exception to the GPL is included to allow you to distribute a

-;    combined work that includes FreeRTOS without being obliged to provide the

+;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+;    ***NOTE*** The exception to the GPL is included to allow you to distribute

+;    a combined work that includes FreeRTOS without being obliged to provide the

 ;    source code for proprietary components outside of the FreeRTOS kernel.

-;    Alternative commercial license and support terms are also available upon

-;    request.  See the licensing section of http://www.FreeRTOS.org for full

-;    license details.

-;

-;    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

 ;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details.

-;

-;    You should have received a copy of the GNU General Public License along

-;    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-;    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-;

-;

-;    ***************************************************************************

-;    *                                                                         *

-;    * The FreeRTOS eBook and reference manual are available to purchase for a *

-;    * small fee. Help yourself get started quickly while also helping the     *

-;    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-;    *                                                                         *

-;    ***************************************************************************

+;    more details. You should have received a copy of the GNU General Public 

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    by writing to Richard Barry, contact details for whom are available on the

+;    FreeRTOS WEB site.

 ;

 ;    1 tab == 4 spaces!

 ;

-;    Please ensure to read the configuration and relevant port sections of the

-;    online documentation.

-;

 ;    http://www.FreeRTOS.org - Documentation, latest information, license and

 ;    contact details.

 ;

diff --git a/Source/portable/IAR/78K0R/port.c b/Source/portable/IAR/78K0R/port.c
index 36b6db5..0a1b58e 100644
--- a/Source/portable/IAR/78K0R/port.c
+++ b/Source/portable/IAR/78K0R/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/78K0R/portasm.s26 b/Source/portable/IAR/78K0R/portasm.s26
index b173356..6275da7 100644
--- a/Source/portable/IAR/78K0R/portasm.s26
+++ b/Source/portable/IAR/78K0R/portasm.s26
@@ -1,41 +1,46 @@
 ;/*

 ;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

+;    ***************************************************************************

+;    *                                                                         *

+;    * If you are:                                                             *

+;    *                                                                         *

+;    *    + New to FreeRTOS,                                                   *

+;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+;    *    + Looking for basic training,                                        *

+;    *    + Wanting to improve your FreeRTOS skills and productivity           *

+;    *                                                                         *

+;    * then take a look at the FreeRTOS eBook                                  *

+;    *                                                                         *

+;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+;    *                  http://www.FreeRTOS.org/Documentation                  *

+;    *                                                                         *

+;    * A pdf reference manual is also available.  Both are usually delivered   *

+;    * to your inbox within 20 minutes to two hours when purchased between 8am *

+;    * and 8pm GMT (although please allow up to 24 hours in case of            *

+;    * exceptional circumstances).  Thank you for your support!                *

+;    *                                                                         *

+;    ***************************************************************************

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

-;    FreeRTOS is free software; you can redistribute it and/or modify it    under

+;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

-;    Free Software Foundation and modified by the FreeRTOS exception.

-;    **NOTE** The exception to the GPL is included to allow you to distribute a

-;    combined work that includes FreeRTOS without being obliged to provide the

+;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+;    ***NOTE*** The exception to the GPL is included to allow you to distribute

+;    a combined work that includes FreeRTOS without being obliged to provide the

 ;    source code for proprietary components outside of the FreeRTOS kernel.

-;    Alternative commercial license and support terms are also available upon

-;    request.  See the licensing section of http://www.FreeRTOS.org for full

-;    license details.

-;

-;    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

 ;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details.

-;

-;    You should have received a copy of the GNU General Public License along

-;    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-;    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-;

-;

-;    ***************************************************************************

-;    *                                                                         *

-;    * The FreeRTOS eBook and reference manual are available to purchase for a *

-;    * small fee. Help yourself get started quickly while also helping the     *

-;    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-;    *                                                                         *

-;    ***************************************************************************

+;    more details. You should have received a copy of the GNU General Public 

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    by writing to Richard Barry, contact details for whom are available on the

+;    FreeRTOS WEB site.

 ;

 ;    1 tab == 4 spaces!

 ;

-;    Please ensure to read the configuration and relevant port sections of the

-;    online documentation.

-;

 ;    http://www.FreeRTOS.org - Documentation, latest information, license and

 ;    contact details.

 ;

diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index a41b039..29e174d 100644
--- a/Source/portable/IAR/78K0R/portmacro.h
+++ b/Source/portable/IAR/78K0R/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index 9d5cf1c..ff794e4 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index 47a5a94..54f4e28 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index 8c200a2..63b70e4 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index ed36005..38c42b8 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index 134f1c3..4dd5f35 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index a4855c8..ca39e62 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,41 +1,46 @@
 ;/*

 ;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

+;    ***************************************************************************

+;    *                                                                         *

+;    * If you are:                                                             *

+;    *                                                                         *

+;    *    + New to FreeRTOS,                                                   *

+;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+;    *    + Looking for basic training,                                        *

+;    *    + Wanting to improve your FreeRTOS skills and productivity           *

+;    *                                                                         *

+;    * then take a look at the FreeRTOS eBook                                  *

+;    *                                                                         *

+;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+;    *                  http://www.FreeRTOS.org/Documentation                  *

+;    *                                                                         *

+;    * A pdf reference manual is also available.  Both are usually delivered   *

+;    * to your inbox within 20 minutes to two hours when purchased between 8am *

+;    * and 8pm GMT (although please allow up to 24 hours in case of            *

+;    * exceptional circumstances).  Thank you for your support!                *

+;    *                                                                         *

+;    ***************************************************************************

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

-;    FreeRTOS is free software; you can redistribute it and/or modify it    under

+;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

-;    Free Software Foundation and modified by the FreeRTOS exception.

-;    **NOTE** The exception to the GPL is included to allow you to distribute a

-;    combined work that includes FreeRTOS without being obliged to provide the

+;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+;    ***NOTE*** The exception to the GPL is included to allow you to distribute

+;    a combined work that includes FreeRTOS without being obliged to provide the

 ;    source code for proprietary components outside of the FreeRTOS kernel.

-;    Alternative commercial license and support terms are also available upon

-;    request.  See the licensing section of http://www.FreeRTOS.org for full

-;    license details.

-;

-;    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

 ;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details.

-;

-;    You should have received a copy of the GNU General Public License along

-;    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-;    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-;

-;

-;    ***************************************************************************

-;    *                                                                         *

-;    * The FreeRTOS eBook and reference manual are available to purchase for a *

-;    * small fee. Help yourself get started quickly while also helping the     *

-;    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-;    *                                                                         *

-;    ***************************************************************************

+;    more details. You should have received a copy of the GNU General Public 

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    by writing to Richard Barry, contact details for whom are available on the

+;    FreeRTOS WEB site.

 ;

 ;    1 tab == 4 spaces!

 ;

-;    Please ensure to read the configuration and relevant port sections of the

-;    online documentation.

-;

 ;    http://www.FreeRTOS.org - Documentation, latest information, license and

 ;    contact details.

 ;

diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index 9437501..e85d84a 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -15,41 +15,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index a4751e9..6d80356 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -15,41 +15,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 89865bc..9aebb05 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index c10aad2..ce93d7b 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/AtmelSAM9XE/port.c b/Source/portable/IAR/AtmelSAM9XE/port.c
index 8b0071c..c97e76c 100644
--- a/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index a163b54..802db9b 100644
--- a/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index 3a221ad..c2c09cf 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index 82c7acf..2234ec5 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/MSP430/port.c b/Source/portable/IAR/MSP430/port.c
index 5171004..e5874cd 100644
--- a/Source/portable/IAR/MSP430/port.c
+++ b/Source/portable/IAR/MSP430/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/MSP430/portasm.h b/Source/portable/IAR/MSP430/portasm.h
index 7c5d0e7..e0f181b 100644
--- a/Source/portable/IAR/MSP430/portasm.h
+++ b/Source/portable/IAR/MSP430/portasm.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/MSP430/portext.s43 b/Source/portable/IAR/MSP430/portext.s43
index a5bb833..1a1da35 100644
--- a/Source/portable/IAR/MSP430/portext.s43
+++ b/Source/portable/IAR/MSP430/portext.s43
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/MSP430/portmacro.h b/Source/portable/IAR/MSP430/portmacro.h
index 501d019..43cec03 100644
--- a/Source/portable/IAR/MSP430/portmacro.h
+++ b/Source/portable/IAR/MSP430/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index 2fc9adf..681fcaf 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index 91704d3..873d978 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h
index 9d37291..11c127b 100644
--- a/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,41 +1,46 @@
 ;/*

 ;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

+;    ***************************************************************************

+;    *                                                                         *

+;    * If you are:                                                             *

+;    *                                                                         *

+;    *    + New to FreeRTOS,                                                   *

+;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+;    *    + Looking for basic training,                                        *

+;    *    + Wanting to improve your FreeRTOS skills and productivity           *

+;    *                                                                         *

+;    * then take a look at the FreeRTOS eBook                                  *

+;    *                                                                         *

+;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+;    *                  http://www.FreeRTOS.org/Documentation                  *

+;    *                                                                         *

+;    * A pdf reference manual is also available.  Both are usually delivered   *

+;    * to your inbox within 20 minutes to two hours when purchased between 8am *

+;    * and 8pm GMT (although please allow up to 24 hours in case of            *

+;    * exceptional circumstances).  Thank you for your support!                *

+;    *                                                                         *

+;    ***************************************************************************

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

-;    FreeRTOS is free software; you can redistribute it and/or modify it    under

+;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

-;    Free Software Foundation and modified by the FreeRTOS exception.

-;    **NOTE** The exception to the GPL is included to allow you to distribute a

-;    combined work that includes FreeRTOS without being obliged to provide the

+;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+;    ***NOTE*** The exception to the GPL is included to allow you to distribute

+;    a combined work that includes FreeRTOS without being obliged to provide the

 ;    source code for proprietary components outside of the FreeRTOS kernel.

-;    Alternative commercial license and support terms are also available upon

-;    request.  See the licensing section of http://www.FreeRTOS.org for full

-;    license details.

-;

-;    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

 ;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details.

-;

-;    You should have received a copy of the GNU General Public License along

-;    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-;    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-;

-;

-;    ***************************************************************************

-;    *                                                                         *

-;    * The FreeRTOS eBook and reference manual are available to purchase for a *

-;    * small fee. Help yourself get started quickly while also helping the     *

-;    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-;    *                                                                         *

-;    ***************************************************************************

+;    more details. You should have received a copy of the GNU General Public 

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    by writing to Richard Barry, contact details for whom are available on the

+;    FreeRTOS WEB site.

 ;

 ;    1 tab == 4 spaces!

 ;

-;    Please ensure to read the configuration and relevant port sections of the

-;    online documentation.

-;

 ;    http://www.FreeRTOS.org - Documentation, latest information, license and

 ;    contact details.

 ;

diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index af72c61..19fb863 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79
index c731a84..0f9ed8a 100644
--- a/Source/portable/IAR/STR75x/portasm.s79
+++ b/Source/portable/IAR/STR75x/portasm.s79
@@ -1,41 +1,46 @@
 ;/*

 ;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

+;    ***************************************************************************

+;    *                                                                         *

+;    * If you are:                                                             *

+;    *                                                                         *

+;    *    + New to FreeRTOS,                                                   *

+;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+;    *    + Looking for basic training,                                        *

+;    *    + Wanting to improve your FreeRTOS skills and productivity           *

+;    *                                                                         *

+;    * then take a look at the FreeRTOS eBook                                  *

+;    *                                                                         *

+;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+;    *                  http://www.FreeRTOS.org/Documentation                  *

+;    *                                                                         *

+;    * A pdf reference manual is also available.  Both are usually delivered   *

+;    * to your inbox within 20 minutes to two hours when purchased between 8am *

+;    * and 8pm GMT (although please allow up to 24 hours in case of            *

+;    * exceptional circumstances).  Thank you for your support!                *

+;    *                                                                         *

+;    ***************************************************************************

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

-;    FreeRTOS is free software; you can redistribute it and/or modify it    under

+;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

-;    Free Software Foundation and modified by the FreeRTOS exception.

-;    **NOTE** The exception to the GPL is included to allow you to distribute a

-;    combined work that includes FreeRTOS without being obliged to provide the

+;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+;    ***NOTE*** The exception to the GPL is included to allow you to distribute

+;    a combined work that includes FreeRTOS without being obliged to provide the

 ;    source code for proprietary components outside of the FreeRTOS kernel.

-;    Alternative commercial license and support terms are also available upon

-;    request.  See the licensing section of http://www.FreeRTOS.org for full

-;    license details.

-;

-;    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

 ;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details.

-;

-;    You should have received a copy of the GNU General Public License along

-;    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-;    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-;

-;

-;    ***************************************************************************

-;    *                                                                         *

-;    * The FreeRTOS eBook and reference manual are available to purchase for a *

-;    * small fee. Help yourself get started quickly while also helping the     *

-;    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-;    *                                                                         *

-;    ***************************************************************************

+;    more details. You should have received a copy of the GNU General Public 

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    by writing to Richard Barry, contact details for whom are available on the

+;    FreeRTOS WEB site.

 ;

 ;    1 tab == 4 spaces!

 ;

-;    Please ensure to read the configuration and relevant port sections of the

-;    online documentation.

-;

 ;    http://www.FreeRTOS.org - Documentation, latest information, license and

 ;    contact details.

 ;

diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index df328aa..bc40c79 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index 97379d2..04e7e5a 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index f0a9afd..ff3602b 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index 377a3b4..85c5f72 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index fc64e07..bd47314 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/V850ES/ISR_Support.h b/Source/portable/IAR/V850ES/ISR_Support.h
index 069b41c..e67feed 100644
--- a/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/V850ES/port.c b/Source/portable/IAR/V850ES/port.c
index 3ef5e80..b002b94 100644
--- a/Source/portable/IAR/V850ES/port.c
+++ b/Source/portable/IAR/V850ES/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/IAR/V850ES/portasm.s85 b/Source/portable/IAR/V850ES/portasm.s85
index 70e529e..7a45c90 100644
--- a/Source/portable/IAR/V850ES/portasm.s85
+++ b/Source/portable/IAR/V850ES/portasm.s85
@@ -1,41 +1,46 @@
 ;/*

 ;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

+;    ***************************************************************************

+;    *                                                                         *

+;    * If you are:                                                             *

+;    *                                                                         *

+;    *    + New to FreeRTOS,                                                   *

+;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+;    *    + Looking for basic training,                                        *

+;    *    + Wanting to improve your FreeRTOS skills and productivity           *

+;    *                                                                         *

+;    * then take a look at the FreeRTOS eBook                                  *

+;    *                                                                         *

+;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+;    *                  http://www.FreeRTOS.org/Documentation                  *

+;    *                                                                         *

+;    * A pdf reference manual is also available.  Both are usually delivered   *

+;    * to your inbox within 20 minutes to two hours when purchased between 8am *

+;    * and 8pm GMT (although please allow up to 24 hours in case of            *

+;    * exceptional circumstances).  Thank you for your support!                *

+;    *                                                                         *

+;    ***************************************************************************

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

-;    FreeRTOS is free software; you can redistribute it and/or modify it    under

+;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

-;    Free Software Foundation and modified by the FreeRTOS exception.

-;    **NOTE** The exception to the GPL is included to allow you to distribute a

-;    combined work that includes FreeRTOS without being obliged to provide the

+;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+;    ***NOTE*** The exception to the GPL is included to allow you to distribute

+;    a combined work that includes FreeRTOS without being obliged to provide the

 ;    source code for proprietary components outside of the FreeRTOS kernel.

-;    Alternative commercial license and support terms are also available upon

-;    request.  See the licensing section of http://www.FreeRTOS.org for full

-;    license details.

-;

-;    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

 ;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details.

-;

-;    You should have received a copy of the GNU General Public License along

-;    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-;    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-;

-;

-;    ***************************************************************************

-;    *                                                                         *

-;    * The FreeRTOS eBook and reference manual are available to purchase for a *

-;    * small fee. Help yourself get started quickly while also helping the     *

-;    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-;    *                                                                         *

-;    ***************************************************************************

+;    more details. You should have received a copy of the GNU General Public 

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    by writing to Richard Barry, contact details for whom are available on the

+;    FreeRTOS WEB site.

 ;

 ;    1 tab == 4 spaces!

 ;

-;    Please ensure to read the configuration and relevant port sections of the

-;    online documentation.

-;

 ;    http://www.FreeRTOS.org - Documentation, latest information, license and

 ;    contact details.

 ;

diff --git a/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/Source/portable/IAR/V850ES/portasm_Fx3.s85
index e4bbd79..0452e08 100644
--- a/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,41 +1,46 @@
 ;/*

 ;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

+;    ***************************************************************************

+;    *                                                                         *

+;    * If you are:                                                             *

+;    *                                                                         *

+;    *    + New to FreeRTOS,                                                   *

+;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+;    *    + Looking for basic training,                                        *

+;    *    + Wanting to improve your FreeRTOS skills and productivity           *

+;    *                                                                         *

+;    * then take a look at the FreeRTOS eBook                                  *

+;    *                                                                         *

+;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+;    *                  http://www.FreeRTOS.org/Documentation                  *

+;    *                                                                         *

+;    * A pdf reference manual is also available.  Both are usually delivered   *

+;    * to your inbox within 20 minutes to two hours when purchased between 8am *

+;    * and 8pm GMT (although please allow up to 24 hours in case of            *

+;    * exceptional circumstances).  Thank you for your support!                *

+;    *                                                                         *

+;    ***************************************************************************

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

-;    FreeRTOS is free software; you can redistribute it and/or modify it    under

+;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

-;    Free Software Foundation and modified by the FreeRTOS exception.

-;    **NOTE** The exception to the GPL is included to allow you to distribute a

-;    combined work that includes FreeRTOS without being obliged to provide the

+;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+;    ***NOTE*** The exception to the GPL is included to allow you to distribute

+;    a combined work that includes FreeRTOS without being obliged to provide the

 ;    source code for proprietary components outside of the FreeRTOS kernel.

-;    Alternative commercial license and support terms are also available upon

-;    request.  See the licensing section of http://www.FreeRTOS.org for full

-;    license details.

-;

-;    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

 ;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details.

-;

-;    You should have received a copy of the GNU General Public License along

-;    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-;    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-;

-;

-;    ***************************************************************************

-;    *                                                                         *

-;    * The FreeRTOS eBook and reference manual are available to purchase for a *

-;    * small fee. Help yourself get started quickly while also helping the     *

-;    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-;    *                                                                         *

-;    ***************************************************************************

+;    more details. You should have received a copy of the GNU General Public 

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    by writing to Richard Barry, contact details for whom are available on the

+;    FreeRTOS WEB site.

 ;

 ;    1 tab == 4 spaces!

 ;

-;    Please ensure to read the configuration and relevant port sections of the

-;    online documentation.

-;

 ;    http://www.FreeRTOS.org - Documentation, latest information, license and

 ;    contact details.

 ;

diff --git a/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/Source/portable/IAR/V850ES/portasm_Hx2.s85
index 88ea34c..df13de7 100644
--- a/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,41 +1,46 @@
 ;/*

 ;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

+;    ***************************************************************************

+;    *                                                                         *

+;    * If you are:                                                             *

+;    *                                                                         *

+;    *    + New to FreeRTOS,                                                   *

+;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+;    *    + Looking for basic training,                                        *

+;    *    + Wanting to improve your FreeRTOS skills and productivity           *

+;    *                                                                         *

+;    * then take a look at the FreeRTOS eBook                                  *

+;    *                                                                         *

+;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+;    *                  http://www.FreeRTOS.org/Documentation                  *

+;    *                                                                         *

+;    * A pdf reference manual is also available.  Both are usually delivered   *

+;    * to your inbox within 20 minutes to two hours when purchased between 8am *

+;    * and 8pm GMT (although please allow up to 24 hours in case of            *

+;    * exceptional circumstances).  Thank you for your support!                *

+;    *                                                                         *

+;    ***************************************************************************

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

-;    FreeRTOS is free software; you can redistribute it and/or modify it    under

+;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

-;    Free Software Foundation and modified by the FreeRTOS exception.

-;    **NOTE** The exception to the GPL is included to allow you to distribute a

-;    combined work that includes FreeRTOS without being obliged to provide the

+;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+;    ***NOTE*** The exception to the GPL is included to allow you to distribute

+;    a combined work that includes FreeRTOS without being obliged to provide the

 ;    source code for proprietary components outside of the FreeRTOS kernel.

-;    Alternative commercial license and support terms are also available upon

-;    request.  See the licensing section of http://www.FreeRTOS.org for full

-;    license details.

-;

-;    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

 ;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details.

-;

-;    You should have received a copy of the GNU General Public License along

-;    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-;    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-;

-;

-;    ***************************************************************************

-;    *                                                                         *

-;    * The FreeRTOS eBook and reference manual are available to purchase for a *

-;    * small fee. Help yourself get started quickly while also helping the     *

-;    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-;    *                                                                         *

-;    ***************************************************************************

+;    more details. You should have received a copy of the GNU General Public 

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    by writing to Richard Barry, contact details for whom are available on the

+;    FreeRTOS WEB site.

 ;

 ;    1 tab == 4 spaces!

 ;

-;    Please ensure to read the configuration and relevant port sections of the

-;    online documentation.

-;

 ;    http://www.FreeRTOS.org - Documentation, latest information, license and

 ;    contact details.

 ;

diff --git a/Source/portable/IAR/V850ES/portmacro.h b/Source/portable/IAR/V850ES/portmacro.h
index 1836884..f2daf4a 100644
--- a/Source/portable/IAR/V850ES/portmacro.h
+++ b/Source/portable/IAR/V850ES/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index 60225a8..18831a1 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index 27ea97a..e99c66e 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 30df49f..45dab30 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 0088385..9aec4d9 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index 272b1a7..fa2cdd6 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index 3087743..98333cd 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index db8a4a7..0453889 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index 08bd2fe..8f51096 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index eeaacb9..a7f6555 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index a4d0b0d..a419130 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index f81ce11..f4d26fe 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index 0cce436..a41d40f 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index 3bccca6..f55f6dd 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 7771832..377498a 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index 70554b4..a231f24 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 1132a17..7d82cd6 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index 7381c46..79450cb 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index 1fc0504..fae6546 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index 9c4b691..0442ad9 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/port.c b/Source/portable/RVDS/ARM7_LPC21xx/port.c
index 7233656..cd95473 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index 4ab8def..2b0dcb0 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,41 +1,46 @@
 ;/*

 ;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

+;    ***************************************************************************

+;    *                                                                         *

+;    * If you are:                                                             *

+;    *                                                                         *

+;    *    + New to FreeRTOS,                                                   *

+;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+;    *    + Looking for basic training,                                        *

+;    *    + Wanting to improve your FreeRTOS skills and productivity           *

+;    *                                                                         *

+;    * then take a look at the FreeRTOS eBook                                  *

+;    *                                                                         *

+;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+;    *                  http://www.FreeRTOS.org/Documentation                  *

+;    *                                                                         *

+;    * A pdf reference manual is also available.  Both are usually delivered   *

+;    * to your inbox within 20 minutes to two hours when purchased between 8am *

+;    * and 8pm GMT (although please allow up to 24 hours in case of            *

+;    * exceptional circumstances).  Thank you for your support!                *

+;    *                                                                         *

+;    ***************************************************************************

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

-;    FreeRTOS is free software; you can redistribute it and/or modify it    under

+;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

-;    Free Software Foundation and modified by the FreeRTOS exception.

-;    **NOTE** The exception to the GPL is included to allow you to distribute a

-;    combined work that includes FreeRTOS without being obliged to provide the

+;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+;    ***NOTE*** The exception to the GPL is included to allow you to distribute

+;    a combined work that includes FreeRTOS without being obliged to provide the

 ;    source code for proprietary components outside of the FreeRTOS kernel.

-;    Alternative commercial license and support terms are also available upon

-;    request.  See the licensing section of http://www.FreeRTOS.org for full

-;    license details.

-;

-;    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

 ;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details.

-;

-;    You should have received a copy of the GNU General Public License along

-;    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-;    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-;

-;

-;    ***************************************************************************

-;    *                                                                         *

-;    * The FreeRTOS eBook and reference manual are available to purchase for a *

-;    * small fee. Help yourself get started quickly while also helping the     *

-;    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-;    *                                                                         *

-;    ***************************************************************************

+;    more details. You should have received a copy of the GNU General Public 

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    by writing to Richard Barry, contact details for whom are available on the

+;    FreeRTOS WEB site.

 ;

 ;    1 tab == 4 spaces!

 ;

-;    Please ensure to read the configuration and relevant port sections of the

-;    online documentation.

-;

 ;    http://www.FreeRTOS.org - Documentation, latest information, license and

 ;    contact details.

 ;

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index 809e965..55b8c83 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index 81ac45d..3503cea 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,41 +1,46 @@
 ;/*

 ;    FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

+;    ***************************************************************************

+;    *                                                                         *

+;    * If you are:                                                             *

+;    *                                                                         *

+;    *    + New to FreeRTOS,                                                   *

+;    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+;    *    + Looking for basic training,                                        *

+;    *    + Wanting to improve your FreeRTOS skills and productivity           *

+;    *                                                                         *

+;    * then take a look at the FreeRTOS eBook                                  *

+;    *                                                                         *

+;    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+;    *                  http://www.FreeRTOS.org/Documentation                  *

+;    *                                                                         *

+;    * A pdf reference manual is also available.  Both are usually delivered   *

+;    * to your inbox within 20 minutes to two hours when purchased between 8am *

+;    * and 8pm GMT (although please allow up to 24 hours in case of            *

+;    * exceptional circumstances).  Thank you for your support!                *

+;    *                                                                         *

+;    ***************************************************************************

+;

 ;    This file is part of the FreeRTOS distribution.

 ;

-;    FreeRTOS is free software; you can redistribute it and/or modify it    under

+;    FreeRTOS is free software; you can redistribute it and/or modify it under

 ;    the terms of the GNU General Public License (version 2) as published by the

-;    Free Software Foundation and modified by the FreeRTOS exception.

-;    **NOTE** The exception to the GPL is included to allow you to distribute a

-;    combined work that includes FreeRTOS without being obliged to provide the

+;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+;    ***NOTE*** The exception to the GPL is included to allow you to distribute

+;    a combined work that includes FreeRTOS without being obliged to provide the

 ;    source code for proprietary components outside of the FreeRTOS kernel.

-;    Alternative commercial license and support terms are also available upon

-;    request.  See the licensing section of http://www.FreeRTOS.org for full

-;    license details.

-;

-;    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+;    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

 ;    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

 ;    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-;    more details.

-;

-;    You should have received a copy of the GNU General Public License along

-;    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-;    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-;

-;

-;    ***************************************************************************

-;    *                                                                         *

-;    * The FreeRTOS eBook and reference manual are available to purchase for a *

-;    * small fee. Help yourself get started quickly while also helping the     *

-;    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-;    *                                                                         *

-;    ***************************************************************************

+;    more details. You should have received a copy of the GNU General Public 

+;    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+;    by writing to Richard Barry, contact details for whom are available on the

+;    FreeRTOS WEB site.

 ;

 ;    1 tab == 4 spaces!

 ;

-;    Please ensure to read the configuration and relevant port sections of the

-;    online documentation.

-;

 ;    http://www.FreeRTOS.org - Documentation, latest information, license and

 ;    contact details.

 ;

diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index 28a13c3..6bee97c 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index 37117d5..15191be 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index 7b74bd4..89c8fc9 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Rowley/MSP430F449/portasm.h b/Source/portable/Rowley/MSP430F449/portasm.h
index a554a7c..f79af29 100644
--- a/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Rowley/MSP430F449/portext.asm b/Source/portable/Rowley/MSP430F449/portext.asm
index 956d552..79292d8 100644
--- a/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index 1d72224..f320480 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index 0089ad0..ac87cb5 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index 9aa59cb..c204010 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index c827067..48dd7b9 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index 0caee03..e4437a6 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index fa17ee8..9a2114d 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index 7ac2706..c8f8779 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 15fdb02..ef5ac51 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index e803e75..f9d3587 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index 1355b83..4f8cd35 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index 9ec2f86..1df7937 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index 08c9d85..3aacc38 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index d758002..f835e9b 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 08c931b..7a6dbe7 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index 109e5d7..e589e33 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 0178a8c..ee68789 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index d386453..47b491f 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 2a1d3e4..244ebfe 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/queue.c b/Source/queue.c
index 8bb4f90..91ad6af 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.

 

diff --git a/Source/tasks.c b/Source/tasks.c
index 9bc5d46..c0e851c 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,41 +1,46 @@
 /*

     FreeRTOS V6.0.0 - Copyright (C) 2009 Real Time Engineers Ltd.

 

+    ***************************************************************************

+    *                                                                         *

+    * If you are:                                                             *

+    *                                                                         *

+    *    + New to FreeRTOS,                                                   *

+    *    + Wanting to learn FreeRTOS or multitasking in general quickly       *

+    *    + Looking for basic training,                                        *

+    *    + Wanting to improve your FreeRTOS skills and productivity           *

+    *                                                                         *

+    * then take a look at the FreeRTOS eBook                                  *

+    *                                                                         *

+    *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *

+    *                  http://www.FreeRTOS.org/Documentation                  *

+    *                                                                         *

+    * A pdf reference manual is also available.  Both are usually delivered   *

+    * to your inbox within 20 minutes to two hours when purchased between 8am *

+    * and 8pm GMT (although please allow up to 24 hours in case of            *

+    * exceptional circumstances).  Thank you for your support!                *

+    *                                                                         *

+    ***************************************************************************

+

     This file is part of the FreeRTOS distribution.

 

-    FreeRTOS is free software; you can redistribute it and/or modify it    under

+    FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation and modified by the FreeRTOS exception.

-    **NOTE** The exception to the GPL is included to allow you to distribute a

-    combined work that includes FreeRTOS without being obliged to provide the

+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    ***NOTE*** The exception to the GPL is included to allow you to distribute

+    a combined work that includes FreeRTOS without being obliged to provide the

     source code for proprietary components outside of the FreeRTOS kernel.

-    Alternative commercial license and support terms are also available upon

-    request.  See the licensing section of http://www.FreeRTOS.org for full

-    license details.

-

-    FreeRTOS is distributed in the hope that it will be useful,    but WITHOUT

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT

     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for

-    more details.

-

-    You should have received a copy of the GNU General Public License along

-    with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59

-    Temple Place, Suite 330, Boston, MA  02111-1307  USA.

-

-

-    ***************************************************************************

-    *                                                                         *

-    * The FreeRTOS eBook and reference manual are available to purchase for a *

-    * small fee. Help yourself get started quickly while also helping the     *

-    * FreeRTOS project! See http://www.FreeRTOS.org/Documentation for details *

-    *                                                                         *

-    ***************************************************************************

+    more details. You should have received a copy of the GNU General Public 

+    License and the FreeRTOS license exception along with FreeRTOS; if not it 

+    can be viewed here: http://www.freertos.org/a00114.html and also obtained 

+    by writing to Richard Barry, contact details for whom are available on the

+    FreeRTOS WEB site.

 

     1 tab == 4 spaces!

 

-    Please ensure to read the configuration and relevant port sections of the

-    online documentation.

-

     http://www.FreeRTOS.org - Documentation, latest information, license and

     contact details.