Update to V6.0.2.
diff --git a/Source/croutine.c b/Source/croutine.c
index 03e4629..3590e5c 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index e49c3ab..2216767 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/StackMacros.h b/Source/include/StackMacros.h
index 65233df..91fbda5 100644
--- a/Source/include/StackMacros.h
+++ b/Source/include/StackMacros.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index a29f9a3..f4e41a4 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/list.h b/Source/include/list.h
index 72a5a85..42a1bdd 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/mpu_wrappers.h b/Source/include/mpu_wrappers.h
index ffca24a..82f7192 100644
--- a/Source/include/mpu_wrappers.h
+++ b/Source/include/mpu_wrappers.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/portable.h b/Source/include/portable.h
index 28a3b59..e0f004e 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index 764526d..7f25d36 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/queue.h b/Source/include/queue.h
index 146c31b..65ef256 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index 258d72c..9e9e374 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/include/task.h b/Source/include/task.h
index 30f3bf4..41054cd 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

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

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

 

-#define tskKERNEL_VERSION_NUMBER "V6.0.1"

+#define tskKERNEL_VERSION_NUMBER "V6.0.2"

 

 /**

  * task. h

diff --git a/Source/list.c b/Source/list.c
index 7bfd711..6fa78b1 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index fb73007..1842b5d 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 62c8a93..bf3b2c0 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index 34636a8..11471d1 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 876a804..fbb54be 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index 406dbc0..e7d513d 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index 56c384f..ab36460 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/port.c b/Source/portable/CodeWarrior/ColdFire_V1/port.c
index 56463ca..56de0cb 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index 73ee5ad..c86eec8 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index 01453a0..8d3138e 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/port.c b/Source/portable/CodeWarrior/ColdFire_V2/port.c
index 5fc4a7f..fa3544d 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index 305db82..15527ec 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index a046f1c..7580087 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index e1b07eb..2ecbf68 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index 31df1ed..5ad6b7c 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 2af9108..3cef529 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index ecadff6..b08c8d3 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index a4ae534..3f6394e 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index 05b4d06..5f61f0c 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 9179e3d..f646b9e 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index 4393dc1..664ea9a 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index aa7c919..d8c1b3e 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index f678b91..6d764b6 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 9b6889b..074d976 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c
index d41d420..c288a2c 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index c30841f..63f93ec 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index bc591c3..b6d5636 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index 9ab31bd..2dc193c 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index 673d816..36b4291 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3_MPU/port.c b/Source/portable/GCC/ARM_CM3_MPU/port.c
index 268971e..70ec32e 100644
--- a/Source/portable/GCC/ARM_CM3_MPU/port.c
+++ b/Source/portable/GCC/ARM_CM3_MPU/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
index 257d693..69e95b4 100644
--- a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index 2077e92..7f1644e 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index 84be44e..7a5b2a5 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c
index c3cfc67..e8df12c 100644
--- a/Source/portable/GCC/AVR32_UC3/port.c
+++ b/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h
index 7cd8798..b0e36fb 100644
--- a/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/port.c b/Source/portable/GCC/ColdFire_V2/port.c
index 1381214..3f1a36b 100644
--- a/Source/portable/GCC/ColdFire_V2/port.c
+++ b/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S
index 9cfb30f..7f20c2d 100644
--- a/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/portmacro.h b/Source/portable/GCC/ColdFire_V2/portmacro.h
index 9c78093..623cd16 100644
--- a/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index 4177767..7c7fda0 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index d6957b6..e75292b 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index 15ea2f9..208dec8 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index a92a70c..97562bd 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index f9d2cc8..41ba767 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index e185627..f45986b 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index e87a6d1..5970e29 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index bb1b9f8..b02ef25 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/NiosII/port.c b/Source/portable/GCC/NiosII/port.c
index 77a4d40..6cb3d84 100644
--- a/Source/portable/GCC/NiosII/port.c
+++ b/Source/portable/GCC/NiosII/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/NiosII/port_asm.S b/Source/portable/GCC/NiosII/port_asm.S
index 07d3999..07262b8 100644
--- a/Source/portable/GCC/NiosII/port_asm.S
+++ b/Source/portable/GCC/NiosII/port_asm.S
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/NiosII/portmacro.h b/Source/portable/GCC/NiosII/portmacro.h
index 0013cb6..84ab763 100644
--- a/Source/portable/GCC/NiosII/portmacro.h
+++ b/Source/portable/GCC/NiosII/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index f7d1763..e4b12b4 100644
--- a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index 6c3eaa3..f7dfad3 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/portasm.S b/Source/portable/GCC/PPC405_Xilinx/portasm.S
index 15f3d8d..221a77a 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index bb6a3e7..7be0318 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index f7d1763..e4b12b4 100644
--- a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/port.c b/Source/portable/GCC/PPC440_Xilinx/port.c
index 31c1139..368e8af 100644
--- a/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/portasm.S b/Source/portable/GCC/PPC440_Xilinx/portasm.S
index 15f3d8d..221a77a 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index bb6a3e7..7be0318 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index 4e15fe6..d46bd50 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index 5e1ff90..86c9160 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index da8bf26..02c81c3 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/78K0R/ISR_Support.h b/Source/portable/IAR/78K0R/ISR_Support.h
index 18b25da..1736078 100644
--- a/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

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

+;    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/78K0R/port.c b/Source/portable/IAR/78K0R/port.c
index 2de54e5..75b1c2a 100644
--- a/Source/portable/IAR/78K0R/port.c
+++ b/Source/portable/IAR/78K0R/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/78K0R/portasm.s26 b/Source/portable/IAR/78K0R/portasm.s26
index 5cc3b0d..1427636 100644
--- a/Source/portable/IAR/78K0R/portasm.s26
+++ b/Source/portable/IAR/78K0R/portasm.s26
@@ -1,5 +1,5 @@
 ;/*

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

+;    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index 8b80284..12277b4 100644
--- a/Source/portable/IAR/78K0R/portmacro.h
+++ b/Source/portable/IAR/78K0R/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index 702db13..0c4bd72 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index 863882e..56d3b50 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index bed8d5b..2d2df51 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index 271815a..422be1d 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index 97e6cd9..bf35a26 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index 90686ef..24cd4ff 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,5 +1,5 @@
 ;/*

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

+;    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index e0c3205..22a1411 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index 33e9e4f..75ed57e 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index bb3379f..508a20b 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index 278fa9d..a6c85c9 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM9XE/port.c b/Source/portable/IAR/AtmelSAM9XE/port.c
index 3a80524..f1f1a2b 100644
--- a/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index 022d295..7f9e46a 100644
--- a/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index 03cf6ce..cd5ad6a 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index 82a0730..22b36dd 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/port.c b/Source/portable/IAR/MSP430/port.c
index c30dda7..297bf87 100644
--- a/Source/portable/IAR/MSP430/port.c
+++ b/Source/portable/IAR/MSP430/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/portasm.h b/Source/portable/IAR/MSP430/portasm.h
index a3c4774..ec14bab 100644
--- a/Source/portable/IAR/MSP430/portasm.h
+++ b/Source/portable/IAR/MSP430/portasm.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/portext.s43 b/Source/portable/IAR/MSP430/portext.s43
index e4fd544..b92f70e 100644
--- a/Source/portable/IAR/MSP430/portext.s43
+++ b/Source/portable/IAR/MSP430/portext.s43
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/portmacro.h b/Source/portable/IAR/MSP430/portmacro.h
index 1f95ef2..f7f8d04 100644
--- a/Source/portable/IAR/MSP430/portmacro.h
+++ b/Source/portable/IAR/MSP430/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index 3bcefae..f486ee3 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index cee3a82..a6a6cda 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h
index df63366..ce9b4d1 100644
--- a/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

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

+;    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index 4be42dd..c089fad 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79
index 1d27826..cd449d5 100644
--- a/Source/portable/IAR/STR75x/portasm.s79
+++ b/Source/portable/IAR/STR75x/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

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

+;    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index bf08b81..6b94d78 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index ffeab07..2d6d23e 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index c621a79..867df5f 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index 4dbdcd6..7abb946 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index 3ed8132..9196141 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/V850ES/ISR_Support.h b/Source/portable/IAR/V850ES/ISR_Support.h
index 7a5d5dd..91cd369 100644
--- a/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/V850ES/port.c b/Source/portable/IAR/V850ES/port.c
index 3556085..2ca5e4f 100644
--- a/Source/portable/IAR/V850ES/port.c
+++ b/Source/portable/IAR/V850ES/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm.s85 b/Source/portable/IAR/V850ES/portasm.s85
index 1086349..67b589b 100644
--- a/Source/portable/IAR/V850ES/portasm.s85
+++ b/Source/portable/IAR/V850ES/portasm.s85
@@ -1,5 +1,5 @@
 ;/*

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

+;    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/Source/portable/IAR/V850ES/portasm_Fx3.s85
index e13b983..6214b04 100644
--- a/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,5 +1,5 @@
 ;/*

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

+;    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/Source/portable/IAR/V850ES/portasm_Hx2.s85
index 1d4bf80..44ea6a4 100644
--- a/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,5 +1,5 @@
 ;/*

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

+;    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portmacro.h b/Source/portable/IAR/V850ES/portmacro.h
index fbc02f5..e75d9b2 100644
--- a/Source/portable/IAR/V850ES/portmacro.h
+++ b/Source/portable/IAR/V850ES/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index 564a6e9..f57e51b 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index ceacd3b..407bf66 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 40ce386..8d111d1 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 5a01975..be9c788 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index f573b6b..853fcbb 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index c3753b1..00a56eb 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index aec92f2..130df1c 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index 69c7684..711cd9c 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index 27553b6..51b83dc 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index e7730e3..844bb73 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index 3a22038..44ddca2 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index ea60776..7afbb15 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index 9ab73d3..9fb1611 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 8b2c4cb..dad0fbd 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index c1330e9..8f5bcf3 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 292eab9..fd0249f 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index 076fe99..fbf93a0 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index ea5e940..a301fbe 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index fe0cbfc..38337d9 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/port.c b/Source/portable/RVDS/ARM7_LPC21xx/port.c
index 335aeb0..1f689d4 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index ce9dceb..af20d13 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,5 +1,5 @@
 ;/*

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

+;    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index da88801..045a8e4 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index 2a57ed0..56b6bd5 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,5 +1,5 @@
 ;/*

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

+;    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index 282f653..7ff1d87 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index a46ce13..b9a47c4 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index 0c92f8d..0915493 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portasm.h b/Source/portable/Rowley/MSP430F449/portasm.h
index 91a512b..2ecfbc3 100644
--- a/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portext.asm b/Source/portable/Rowley/MSP430F449/portext.asm
index 9f65281..9c831be 100644
--- a/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index 1583f6f..6d234ab 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index 2d5c15a..f90b4e8 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index 2c32e60..f9a601a 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index 3330b9a..1565a5c 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index 4fd6d7e..7067990 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index 1ab1807..215836d 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index cf55421..53376e0 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index dc0538d..6fcec22 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 70a5be6..db5d7ac 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index 9619c0a..8b22364 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index eabf848..948964e 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index 19f6283..d95fb14 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index d0e5bff..c4fc204 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 918ad40..d9c78c7 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index 6d6ac88..732853c 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 8395a4e..5eb5d53 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index 33dcf42..5ee2440 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index b06b0e1..b1766c4 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/queue.c b/Source/queue.c
index 8170f36..8223f85 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *

diff --git a/Source/tasks.c b/Source/tasks.c
index 6a78a5c..75816f3 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,5 +1,5 @@
 /*

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

+    FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd.

 

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

     *                                                                         *