Update to V5.4.2.  See http://www.freertos.org/History.txt .
diff --git a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index 3c9813f..ab0694a 100644
--- a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/Makefile b/Demo/ARM7_AT91FR40008_GCC/Makefile
index 44dade1..5807dd9 100644
--- a/Demo/ARM7_AT91FR40008_GCC/Makefile
+++ b/Demo/ARM7_AT91FR40008_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+#	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

 #	This file is part of the FreeRTOS distribution.

 #

diff --git a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
index 80a5b49..ae145d0 100644
--- a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/main.c b/Demo/ARM7_AT91FR40008_GCC/main.c
index ca0e7b2..382ff4f 100644
--- a/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index 0e57c06..39aae0f 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index b14dfa6..959ede8 100644
--- a/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index 0c4f37e..62f9420 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index 3d01dcd..4223782 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
index 4b22878..7f308c0 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/main.c b/Demo/ARM7_AT91SAM7S64_IAR/main.c
index 566d9ca..d3bce0f 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index 636abbc..2400f7e 100644
--- a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
index f3a9820..03e5009 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
index 8b64b90..b68a7d8 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+#	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

 #	This file is part of the FreeRTOS distribution.

 #

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
index 3a73380..7210a77 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
index 52aef93..a81a7cd 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
index bba541d..6fe8e0f 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
index c135c5f..1f64aec 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
index 0e3b94e..b68af43 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
index 0807286..1d88c2f 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
index 6b28ca2..b869678 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
index 17fa728..91c83ee 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
index bfa5e95..01be846 100644
--- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
+++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index cf5901e..93c1a0b 100644
--- a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2106_GCC/Makefile b/Demo/ARM7_LPC2106_GCC/Makefile
index d9b3782..a9cb9f0 100644
--- a/Demo/ARM7_LPC2106_GCC/Makefile
+++ b/Demo/ARM7_LPC2106_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+#	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

 #	This file is part of the FreeRTOS distribution.

 #

diff --git a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
index d9781bd..7d2e7aa 100644
--- a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2106_GCC/main.c b/Demo/ARM7_LPC2106_GCC/main.c
index 1aaea6d..4848da4 100644
--- a/Demo/ARM7_LPC2106_GCC/main.c
+++ b/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serial.c b/Demo/ARM7_LPC2106_GCC/serial/serial.c
index 2b90fa5..9c23cae 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
index 51201fa..f3de544 100644
--- a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
+++ b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index 83e9642..b94f8b8 100644
--- a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index 696bdcc..7d6ef61 100644
--- a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2129_IAR/main.c b/Demo/ARM7_LPC2129_IAR/main.c
index 7b92902..83a0bd9 100644
--- a/Demo/ARM7_LPC2129_IAR/main.c
+++ b/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2129_IAR/serial/serial.c b/Demo/ARM7_LPC2129_IAR/serial/serial.c
index 81b48aa..4f96642 100644
--- a/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index 84697e2..66892ba 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index 26c5457..415e874 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index 9ccbd03..a9e5c70 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index 51838e1..6182188 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
index 518ada9..6691b95 100644
--- a/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
+++ b/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
@@ -1,5 +1,5 @@
 ;/*

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index 5602400..f2e0a49 100644
--- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2138_Rowley/main.c b/Demo/ARM7_LPC2138_Rowley/main.c
index 971a147..ef7cae8 100644
--- a/Demo/ARM7_LPC2138_Rowley/main.c
+++ b/Demo/ARM7_LPC2138_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2138_Rowley/mainISR.c b/Demo/ARM7_LPC2138_Rowley/mainISR.c
index 4263d8b..421abe6 100644
--- a/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
index e0c6840..9513524 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
index 9f1cdbd..07b4291 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+#	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

 #	This file is part of the FreeRTOS distribution.

 #

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
index 7fc9d86..772d4e0 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index 28e3d63..26f2199 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 8a7cfd5..dda5e74 100644
--- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index e7ca111..6a8d83e 100644
--- a/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index 7fc9d86..772d4e0 100644
--- a/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/main.c b/Demo/ARM7_LPC2368_Rowley/main.c
index 601317d..e94cf52 100644
--- a/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
index 86cf6d5..fbc4c15 100644
--- a/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
+++ b/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index 6064fa0..d60c811 100644
--- a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index 68eec5c..6247eb0 100644
--- a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR71x_IAR/main.c b/Demo/ARM7_STR71x_IAR/main.c
index 25cbaae..f31d57f 100644
--- a/Demo/ARM7_STR71x_IAR/main.c
+++ b/Demo/ARM7_STR71x_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR71x_IAR/serial/serial.c b/Demo/ARM7_STR71x_IAR/serial/serial.c
index 8351699..0d9f07a 100644
--- a/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
index 91c00ff..81c911a 100644
--- a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index fd73f55..eeaf2c7 100644
--- a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR75x_GCC/main.c b/Demo/ARM7_STR75x_GCC/main.c
index b017950..5bf22d9 100644
--- a/Demo/ARM7_STR75x_GCC/main.c
+++ b/Demo/ARM7_STR75x_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR75x_GCC/serial/serial.c b/Demo/ARM7_STR75x_GCC/serial/serial.c
index f49174a..7f2816a 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serial.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
index 730b921..947cd02 100644
--- a/Demo/ARM7_STR75x_GCC/serial/serialISR.c
+++ b/Demo/ARM7_STR75x_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index 13d452a..2d68135 100644
--- a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index fd73f55..eeaf2c7 100644
--- a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR75x_IAR/main.c b/Demo/ARM7_STR75x_IAR/main.c
index 25097f5..cc2f203 100644
--- a/Demo/ARM7_STR75x_IAR/main.c
+++ b/Demo/ARM7_STR75x_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM7_STR75x_IAR/serial/serial.c b/Demo/ARM7_STR75x_IAR/serial/serial.c
index 861731b..745fd01 100644
--- a/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index c162e6e..e2502e5 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index ce5f4ac..09f34fd 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/main.c b/Demo/ARM9_AT91SAM9XE_IAR/main.c
index 2170e67..025c956 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index 823389f..58193a0 100644
--- a/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index 2045b2f..5a1bd0d 100644
--- a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
index a5f955b..2022f2d 100644
--- a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
+++ b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
index 769940e..8e0040b 100644
--- a/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
+++ b/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
index 7ac3e2e..fbacfeb 100644
--- a/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
+++ b/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
@@ -1,6 +1,6 @@
 

 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/main.c b/Demo/ARM9_STR91X_IAR/main.c
index f57ec09..961daff 100644
--- a/Demo/ARM9_STR91X_IAR/main.c
+++ b/Demo/ARM9_STR91X_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/serial/serial.c b/Demo/ARM9_STR91X_IAR/serial/serial.c
index c78b42f..8b1bebe 100644
--- a/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index 3f3756f..e43f7e6 100644
--- a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
+++ b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR32_UC3/main.c b/Demo/AVR32_UC3/main.c
index d7a4bb7..8058937 100644
--- a/Demo/AVR32_UC3/main.c
+++ b/Demo/AVR32_UC3/main.c
@@ -30,7 +30,7 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index e601c8d..cfc6da4 100644
--- a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
index 9358094..ea86c96 100644
--- a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/main.c b/Demo/AVR_ATMega323_IAR/main.c
index c9ea723..a38b514 100644
--- a/Demo/AVR_ATMega323_IAR/main.c
+++ b/Demo/AVR_ATMega323_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/regtest.c b/Demo/AVR_ATMega323_IAR/regtest.c
index 0eaef77..8219d3e 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/regtest.h b/Demo/AVR_ATMega323_IAR/regtest.h
index ba4482f..78e8166 100644
--- a/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_IAR/serial/serial.c b/Demo/AVR_ATMega323_IAR/serial/serial.c
index 28739d8..5011f9f 100644
--- a/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index 58becf1..4efc34e 100644
--- a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
index c90a46d..070ea1a 100644
--- a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
+++ b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/main.c b/Demo/AVR_ATMega323_WinAVR/main.c
index 7d9b185..8e11767 100644
--- a/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.c b/Demo/AVR_ATMega323_WinAVR/regtest.c
index d3c64da..dade167 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/regtest.h b/Demo/AVR_ATMega323_WinAVR/regtest.h
index ba4482f..78e8166 100644
--- a/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index dcf36e5..5b2286a 100644
--- a/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h b/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
index 2b171b8..6e00c06 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
index d4e1c8d..10fbb22 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h b/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
index 9a7d313..a008c8b 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/main.c b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
index 04b0e4b..8988b6d 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/main.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
index 84549b5..52c8c27 100644
--- a/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
+++ b/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index 92f4cfd..093a430 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
index f571109..b0bb426 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
index 92ae963..74c6539 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index 4a0c65e..e4fdfa1 100644
--- a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index 5c400a8..15e322c 100644
--- a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index 1cc6f47..37b8e98 100644
--- a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_GCC/main.c b/Demo/CORTEX_LM3S102_GCC/main.c
index f571109..b0bb426 100644
--- a/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
index 92f4cfd..093a430 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
index e97bad8..f048c76 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
index 92ae963..74c6539 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
index 7785d10..52d7b72 100644
--- a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
index 775e0ad..1dac518 100644
--- a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
index 1cc6f47..37b8e98 100644
--- a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_KEIL/main.c b/Demo/CORTEX_LM3S102_KEIL/main.c
index e97bad8..f048c76 100644
--- a/Demo/CORTEX_LM3S102_KEIL/main.c
+++ b/Demo/CORTEX_LM3S102_KEIL/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index 5c400a8..15e322c 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
index 1cc6f47..37b8e98 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index a33f9f0..5627043 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index 49507ac..c3d9acf 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
index 1cc6f47..37b8e98 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
index f05b515..fbd38b3 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
index 6143fe5..17d3988 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
index 7c768c2..a5f6e62 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index e5b216e..e6f4504 100644
--- a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index d8dbcca..2a741b7 100644
--- a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index 1cc6f47..37b8e98 100644
--- a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.c b/Demo/CORTEX_LM3S316_IAR/commstest.c
index b8caddd1..7855701 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/commstest.h b/Demo/CORTEX_LM3S316_IAR/commstest.h
index 6ff63a6..f5d01a0 100644
--- a/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S316_IAR/main.c b/Demo/CORTEX_LM3S316_IAR/main.c
index 347e23a..ef4d3e9 100644
--- a/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index f9c8477..f8a373a 100644
--- a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S811_GCC/main.c b/Demo/CORTEX_LM3S811_GCC/main.c
index c41b5f9..2682e3d 100644
--- a/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index ecda1bd..3ae0473 100644
--- a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S811_IAR/main.c b/Demo/CORTEX_LM3S811_IAR/main.c
index 6ac8692..cb1ffcd 100644
--- a/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
index 56dff5b..37dd82d 100644
--- a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index 84963b8..8005f06 100644
--- a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
+++ b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3S811_KEIL/main.c b/Demo/CORTEX_LM3S811_KEIL/main.c
index e7fd408..ba66b9d 100644
--- a/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 918ab4c..2db5ede 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
index 306a0cb..acb6f57 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
index f175dc2..8bc6ddc 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
index 53bd971..781c329 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+#	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

 #	This file is part of the FreeRTOS distribution.

 #

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
index aa28dcc..efd9000 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
index b27d718..ba1f413 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
index 0c9bcff..941a06f 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
index 2b0ecb1..563ce9a 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 419b1af..5063317 100644
--- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
index 68b2f89..da49a97 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index 306a0cb..acb6f57 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index f175dc2..8bc6ddc 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
index aa28dcc..efd9000 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index 589f2de..4b68104 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index de22ab5..130acaf 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
index aa80e20..dc78669 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
index eb7ec3e..c068e89 100644
--- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index c35b04e..7762b3e 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
index 1178d88..bc45f20 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
index 750bc79..9673eac 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
index f4e714b..5e6f056 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
index 356556b..022cafc 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
index f0d90fd..4b3f656 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
index 2aae6cb..ea79f43 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c b/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
index 9bdbee1..cfae5cd 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
index 529b498..23de6cc 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
index 4fbdfd5..46981f2 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
index 94f0cc1..266ff24 100644
--- a/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
index 44dbc5d..c1b83cb 100644
--- a/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_IAR/LED.h b/Demo/CORTEX_LPC1768_IAR/LED.h
index 2aae6cb..ea79f43 100644
--- a/Demo/CORTEX_LPC1768_IAR/LED.h
+++ b/Demo/CORTEX_LPC1768_IAR/LED.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_IAR/ParTest.c b/Demo/CORTEX_LPC1768_IAR/ParTest.c
index e642437..a167b33 100644
--- a/Demo/CORTEX_LPC1768_IAR/ParTest.c
+++ b/Demo/CORTEX_LPC1768_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

@@ -55,16 +55,18 @@
  * Simple parallel port IO routines.

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

 

-#define partstNUM_LEDS			( 1 )

-#define partstLED_OUTPUT		( 1 << 25 )

+#define partstLED1_OUTPUT		( 1 << 25 )

+#define partstLED2_OUTPUT		( 1 << 4 )

 

 void vParTestInitialise( void )

 {

-	/* Only one LED on P1.25. */

-    GPIO1->FIODIR  = partstLED_OUTPUT;

+	/* Set LEDs to output. */

+    GPIO1->FIODIR = partstLED1_OUTPUT;

+	GPIO0->FIODIR = partstLED2_OUTPUT;

 

 	/* Start with LED off. */

-    GPIO1->FIOSET = partstLED_OUTPUT;

+    GPIO1->FIOSET = partstLED1_OUTPUT;

+	GPIO0->FIOSET = partstLED2_OUTPUT;

 }

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

 

@@ -72,18 +74,30 @@
 {

 	/* Used to set and clear LEDs on FIO2. */

 

-	if( ulLEDIn < partstNUM_LEDS )

+	if( ulLEDIn == 0 )

 	{

 		/* Set of clear the output. */

 		if( xValue )

 		{

-			GPIO1->FIOCLR = partstLED_OUTPUT;

+			GPIO1->FIOCLR = partstLED1_OUTPUT;

 		}

 		else

 		{

-			GPIO1->FIOSET = partstLED_OUTPUT;

+			GPIO1->FIOSET = partstLED1_OUTPUT;

 		}

 	}

+	else if( ulLEDIn == 1 )

+	{

+		/* Set of clear the output. */

+		if( xValue )

+		{

+			GPIO0->FIOCLR = partstLED2_OUTPUT;

+		}

+		else

+		{

+			GPIO0->FIOSET = partstLED2_OUTPUT;

+		}

+	}	

 }

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

 

@@ -93,25 +107,38 @@
 

 	/* Used to toggle LEDs on FIO2. */

 

-	if( ulLEDIn < partstNUM_LEDS )

+	if( ulLEDIn == 0 )

 	{

 		/* If this bit is already set, clear it, and visa versa. */

 		ulCurrentState = GPIO1->FIOPIN;

-		if( ulCurrentState & partstLED_OUTPUT )

+		if( ulCurrentState & partstLED1_OUTPUT )

 		{

-			GPIO1->FIOCLR = partstLED_OUTPUT;

+			GPIO1->FIOCLR = partstLED1_OUTPUT;

 		}

 		else

 		{

-			GPIO1->FIOSET = partstLED_OUTPUT;

+			GPIO1->FIOSET = partstLED1_OUTPUT;

 		}

 	}

+	else if( ulLEDIn == 1 )

+	{

+		/* If this bit is already set, clear it, and visa versa. */

+		ulCurrentState = GPIO1->FIOPIN;

+		if( ulCurrentState & partstLED1_OUTPUT )

+		{

+			GPIO0->FIOCLR = partstLED2_OUTPUT;

+		}

+		else

+		{

+			GPIO0->FIOSET = partstLED2_OUTPUT;

+		}

+	}	

 }

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

 

 long lParTestGetLEDState( void )

 {

-	if( ( GPIO1->FIOPIN & partstLED_OUTPUT ) != 0 )

+	if( ( GPIO0->FIOPIN & partstLED2_OUTPUT ) == 0 )

 	{

 		return pdFALSE;

 	}

@@ -127,11 +154,11 @@
 	/* Used to set and clear the LEDs on FIO1. */

 	if( lState != pdFALSE )

 	{

-		GPIO1->FIOSET = partstLED_OUTPUT;

+		GPIO0->FIOCLR = partstLED2_OUTPUT;

 	}

 	else

 	{

-		GPIO1->FIOCLR = partstLED_OUTPUT;

+		GPIO0->FIOSET = partstLED2_OUTPUT;

 	}

 }

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

diff --git a/Demo/CORTEX_LPC1768_IAR/main.c b/Demo/CORTEX_LPC1768_IAR/main.c
index 9e35881..cdb4244 100644
--- a/Demo/CORTEX_LPC1768_IAR/main.c
+++ b/Demo/CORTEX_LPC1768_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_IAR/webserver/emac.c b/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
index 104aba5..ba62f9d 100644
--- a/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
+++ b/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c b/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
index 94f0cc1..266ff24 100644
--- a/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
+++ b/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index 898fd01..c02006c 100644
--- a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index d06fdbb..e2c6612 100644
--- a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/main.c b/Demo/CORTEX_STM32F103_IAR/main.c
index 1758351..80ab5bc 100644
--- a/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index da0bc27..f014ec4 100644
--- a/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_IAR/timertest.c b/Demo/CORTEX_STM32F103_IAR/timertest.c
index ec9a882..c4e88e1 100644
--- a/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index 898fd01..c02006c 100644
--- a/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index d06fdbb..e2c6612 100644
--- a/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/main.c b/Demo/CORTEX_STM32F103_Keil/main.c
index 1758351..80ab5bc 100644
--- a/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index da0bc27..f014ec4 100644
--- a/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Keil/timertest.c b/Demo/CORTEX_STM32F103_Keil/timertest.c
index ec9a882..c4e88e1 100644
--- a/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
index d5f19ca..823ed8d 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
index 5c66092..c57be2f 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index 10eff5d..92bcf7b 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
index 263ad3c..f007d87 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index ec9a882..c4e88e1 100644
--- a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
index 86f8ae3..b153557 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc
index 217b982..3dba27a 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h.scsc
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
index ee35257..804e7e4 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
index 12b12c2..b22f9a5 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp b/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
index f6086b0..1436efc 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
index 57972b7..5df451c 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
index f6086b0..1436efc 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
index 2b35778..bbe700a 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
index 9836ee0..57a7a7a 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
index 9d0511a..1b8e1d7 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
index 742c43a..cd96490 100644
--- a/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
+++ b/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
index 1a8dd08..ab1527d 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
index 6498bfb..2057885 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
index 17c3f45..a1327ed 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
index fa6e66e..3eb214e 100644
--- a/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
+++ b/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index 4db5ef8..2e90160 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
index fa66bad..91aab48 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
index 5f2297d..e3328cc 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index 0de9f9a..82a4215 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index ef1f80d..54f6a5b 100644
--- a/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
+++ b/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 8f7be8d..85eaa9c 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 0448aeb..24d6f7c 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
index 85ea076..1ff0be7 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
index af9e196..443194a 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
index 92ea436..3578e68 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
index e61918b..78521a1 100644
--- a/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index 269caa1..900f579 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
index bf7148e..9b89d5d 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index b6444ce..0a0cbb6 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index 9c0b135..8590ad6 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
index 5f2297d..e3328cc 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index f350ac5..3ad569e 100644
--- a/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 320924f..a25a1f7 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 0448aeb..24d6f7c 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
index f39d05a..7e49fed 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
index f175dc2..8bc6ddc 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
index f6774e0..82ecb6f 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
index e9fdee7..d0e9329 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
index 845bcaf..df8df95 100644
--- a/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
+++ b/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Full/BlockQ.c b/Demo/Common/Full/BlockQ.c
index dd91206..d6e77bf 100644
--- a/Demo/Common/Full/BlockQ.c
+++ b/Demo/Common/Full/BlockQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Full/PollQ.c b/Demo/Common/Full/PollQ.c
index b6584b3..3bc9fc2 100644
--- a/Demo/Common/Full/PollQ.c
+++ b/Demo/Common/Full/PollQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Full/comtest.c b/Demo/Common/Full/comtest.c
index 8582496..0b59cec 100644
--- a/Demo/Common/Full/comtest.c
+++ b/Demo/Common/Full/comtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Full/death.c b/Demo/Common/Full/death.c
index 227f8f3..6230cec 100644
--- a/Demo/Common/Full/death.c
+++ b/Demo/Common/Full/death.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Full/dynamic.c b/Demo/Common/Full/dynamic.c
index 49fb401..761e1e7 100644
--- a/Demo/Common/Full/dynamic.c
+++ b/Demo/Common/Full/dynamic.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Full/events.c b/Demo/Common/Full/events.c
index 900dea9..4f60b33 100644
--- a/Demo/Common/Full/events.c
+++ b/Demo/Common/Full/events.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Full/flash.c b/Demo/Common/Full/flash.c
index a02b161..aec2462 100644
--- a/Demo/Common/Full/flash.c
+++ b/Demo/Common/Full/flash.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Full/flop.c b/Demo/Common/Full/flop.c
index 3ca2b00..4a02fb4 100644
--- a/Demo/Common/Full/flop.c
+++ b/Demo/Common/Full/flop.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Full/integer.c b/Demo/Common/Full/integer.c
index 16661ce..6af19fb 100644
--- a/Demo/Common/Full/integer.c
+++ b/Demo/Common/Full/integer.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Full/print.c b/Demo/Common/Full/print.c
index 9e77a63..b421cfb 100644
--- a/Demo/Common/Full/print.c
+++ b/Demo/Common/Full/print.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Full/semtest.c b/Demo/Common/Full/semtest.c
index 8ea250f..c6e0c4d 100644
--- a/Demo/Common/Full/semtest.c
+++ b/Demo/Common/Full/semtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/AltBlckQ.c b/Demo/Common/Minimal/AltBlckQ.c
index de4933f..d474681 100644
--- a/Demo/Common/Minimal/AltBlckQ.c
+++ b/Demo/Common/Minimal/AltBlckQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/AltBlock.c b/Demo/Common/Minimal/AltBlock.c
index 1689594..b0a0104 100644
--- a/Demo/Common/Minimal/AltBlock.c
+++ b/Demo/Common/Minimal/AltBlock.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/AltPollQ.c b/Demo/Common/Minimal/AltPollQ.c
index 34ea575..c4d9f7a 100644
--- a/Demo/Common/Minimal/AltPollQ.c
+++ b/Demo/Common/Minimal/AltPollQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/AltQTest.c b/Demo/Common/Minimal/AltQTest.c
index 6432a61..800fa76 100644
--- a/Demo/Common/Minimal/AltQTest.c
+++ b/Demo/Common/Minimal/AltQTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/BlockQ.c b/Demo/Common/Minimal/BlockQ.c
index d428331..783e2f0 100644
--- a/Demo/Common/Minimal/BlockQ.c
+++ b/Demo/Common/Minimal/BlockQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/GenQTest.c b/Demo/Common/Minimal/GenQTest.c
index 6004668..d8dedf4 100644
--- a/Demo/Common/Minimal/GenQTest.c
+++ b/Demo/Common/Minimal/GenQTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/IntQueue.c b/Demo/Common/Minimal/IntQueue.c
index 02cb458..db72d35 100644
--- a/Demo/Common/Minimal/IntQueue.c
+++ b/Demo/Common/Minimal/IntQueue.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/PollQ.c b/Demo/Common/Minimal/PollQ.c
index 628c988..265cfca 100644
--- a/Demo/Common/Minimal/PollQ.c
+++ b/Demo/Common/Minimal/PollQ.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/QPeek.c b/Demo/Common/Minimal/QPeek.c
index 2cb4dd5..dec698b 100644
--- a/Demo/Common/Minimal/QPeek.c
+++ b/Demo/Common/Minimal/QPeek.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/blocktim.c b/Demo/Common/Minimal/blocktim.c
index 7a3df48..c94cbe7 100644
--- a/Demo/Common/Minimal/blocktim.c
+++ b/Demo/Common/Minimal/blocktim.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/comtest.c b/Demo/Common/Minimal/comtest.c
index e339d1d..2d3bffd 100644
--- a/Demo/Common/Minimal/comtest.c
+++ b/Demo/Common/Minimal/comtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/countsem.c b/Demo/Common/Minimal/countsem.c
index 4654e8e..0c87eb2 100644
--- a/Demo/Common/Minimal/countsem.c
+++ b/Demo/Common/Minimal/countsem.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/crflash.c b/Demo/Common/Minimal/crflash.c
index 5f0c61f..6aefba2 100644
--- a/Demo/Common/Minimal/crflash.c
+++ b/Demo/Common/Minimal/crflash.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/crhook.c b/Demo/Common/Minimal/crhook.c
index a400b51..5fdd580 100644
--- a/Demo/Common/Minimal/crhook.c
+++ b/Demo/Common/Minimal/crhook.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/death.c b/Demo/Common/Minimal/death.c
index 7bb2b44..105f7a8 100644
--- a/Demo/Common/Minimal/death.c
+++ b/Demo/Common/Minimal/death.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/dynamic.c b/Demo/Common/Minimal/dynamic.c
index 6fe83d5..d2c224e 100644
--- a/Demo/Common/Minimal/dynamic.c
+++ b/Demo/Common/Minimal/dynamic.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/flash.c b/Demo/Common/Minimal/flash.c
index f2344ce..560db43 100644
--- a/Demo/Common/Minimal/flash.c
+++ b/Demo/Common/Minimal/flash.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/flop.c b/Demo/Common/Minimal/flop.c
index 9521d91..e999b30 100644
--- a/Demo/Common/Minimal/flop.c
+++ b/Demo/Common/Minimal/flop.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/integer.c b/Demo/Common/Minimal/integer.c
index d0c62db..b974919 100644
--- a/Demo/Common/Minimal/integer.c
+++ b/Demo/Common/Minimal/integer.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/recmutex.c b/Demo/Common/Minimal/recmutex.c
index 42108d4..83887e3 100644
--- a/Demo/Common/Minimal/recmutex.c
+++ b/Demo/Common/Minimal/recmutex.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/Minimal/semtest.c b/Demo/Common/Minimal/semtest.c
index 6c12f4b..e463619 100644
--- a/Demo/Common/Minimal/semtest.c
+++ b/Demo/Common/Minimal/semtest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/AltBlckQ.h b/Demo/Common/include/AltBlckQ.h
index d7046eb..acacda8 100644
--- a/Demo/Common/include/AltBlckQ.h
+++ b/Demo/Common/include/AltBlckQ.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/AltBlock.h b/Demo/Common/include/AltBlock.h
index 32713a1..2758c81 100644
--- a/Demo/Common/include/AltBlock.h
+++ b/Demo/Common/include/AltBlock.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/AltPollQ.h b/Demo/Common/include/AltPollQ.h
index 2e6d4b4..f526789 100644
--- a/Demo/Common/include/AltPollQ.h
+++ b/Demo/Common/include/AltPollQ.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/AltQTest.h b/Demo/Common/include/AltQTest.h
index ac2cfd5..45f9d06 100644
--- a/Demo/Common/include/AltQTest.h
+++ b/Demo/Common/include/AltQTest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/BlockQ.h b/Demo/Common/include/BlockQ.h
index 9acd2c9..d9be37c 100644
--- a/Demo/Common/include/BlockQ.h
+++ b/Demo/Common/include/BlockQ.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/GenQTest.h b/Demo/Common/include/GenQTest.h
index f896b84..bba3afe 100644
--- a/Demo/Common/include/GenQTest.h
+++ b/Demo/Common/include/GenQTest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/IntQueue.h b/Demo/Common/include/IntQueue.h
index d110076..9a6c2a5 100644
--- a/Demo/Common/include/IntQueue.h
+++ b/Demo/Common/include/IntQueue.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/PollQ.h b/Demo/Common/include/PollQ.h
index 015f055..ef628bd 100644
--- a/Demo/Common/include/PollQ.h
+++ b/Demo/Common/include/PollQ.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/QPeek.h b/Demo/Common/include/QPeek.h
index 5af4150..a171133 100644
--- a/Demo/Common/include/QPeek.h
+++ b/Demo/Common/include/QPeek.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/blocktim.h b/Demo/Common/include/blocktim.h
index 50e6866..f061779 100644
--- a/Demo/Common/include/blocktim.h
+++ b/Demo/Common/include/blocktim.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/comtest.h b/Demo/Common/include/comtest.h
index 5e4ac1e..da0f23a 100644
--- a/Demo/Common/include/comtest.h
+++ b/Demo/Common/include/comtest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/comtest2.h b/Demo/Common/include/comtest2.h
index eae8e70..b08e7e2 100644
--- a/Demo/Common/include/comtest2.h
+++ b/Demo/Common/include/comtest2.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/countsem.h b/Demo/Common/include/countsem.h
index 6236f67..3653fd7 100644
--- a/Demo/Common/include/countsem.h
+++ b/Demo/Common/include/countsem.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/crflash.h b/Demo/Common/include/crflash.h
index 02a30df..f747f48 100644
--- a/Demo/Common/include/crflash.h
+++ b/Demo/Common/include/crflash.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/crhook.h b/Demo/Common/include/crhook.h
index 17c857c..5c0e5c9 100644
--- a/Demo/Common/include/crhook.h
+++ b/Demo/Common/include/crhook.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/death.h b/Demo/Common/include/death.h
index 8c3afb0..e127bd8 100644
--- a/Demo/Common/include/death.h
+++ b/Demo/Common/include/death.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/dynamic.h b/Demo/Common/include/dynamic.h
index fc54537..94258b2 100644
--- a/Demo/Common/include/dynamic.h
+++ b/Demo/Common/include/dynamic.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/fileIO.h b/Demo/Common/include/fileIO.h
index 5760816..5b60947 100644
--- a/Demo/Common/include/fileIO.h
+++ b/Demo/Common/include/fileIO.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/flash.h b/Demo/Common/include/flash.h
index 642dbb3..e5eb055 100644
--- a/Demo/Common/include/flash.h
+++ b/Demo/Common/include/flash.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/flop.h b/Demo/Common/include/flop.h
index 170622f..1588d2a 100644
--- a/Demo/Common/include/flop.h
+++ b/Demo/Common/include/flop.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/integer.h b/Demo/Common/include/integer.h
index 8f370b8..4524e67 100644
--- a/Demo/Common/include/integer.h
+++ b/Demo/Common/include/integer.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/mevents.h b/Demo/Common/include/mevents.h
index 1f512dc..08a12ab 100644
--- a/Demo/Common/include/mevents.h
+++ b/Demo/Common/include/mevents.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/partest.h b/Demo/Common/include/partest.h
index 75cb306..cd64da2 100644
--- a/Demo/Common/include/partest.h
+++ b/Demo/Common/include/partest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/print.h b/Demo/Common/include/print.h
index 0e30bab..8a229b1 100644
--- a/Demo/Common/include/print.h
+++ b/Demo/Common/include/print.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/recmutex.h b/Demo/Common/include/recmutex.h
index 154085a..cf13d98 100644
--- a/Demo/Common/include/recmutex.h
+++ b/Demo/Common/include/recmutex.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/semtest.h b/Demo/Common/include/semtest.h
index d7cbbf1..cb294da 100644
--- a/Demo/Common/include/semtest.h
+++ b/Demo/Common/include/semtest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Common/include/serial.h b/Demo/Common/include/serial.h
index dfe0e8f..9dd7abf 100644
--- a/Demo/Common/include/serial.h
+++ b/Demo/Common/include/serial.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Cygnal/FreeRTOSConfig.h b/Demo/Cygnal/FreeRTOSConfig.h
index 895742c..87011a1 100644
--- a/Demo/Cygnal/FreeRTOSConfig.h
+++ b/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Cygnal/Makefile b/Demo/Cygnal/Makefile
index 3bc1bb8..8e6f2aa 100644
--- a/Demo/Cygnal/Makefile
+++ b/Demo/Cygnal/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+#	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

 #	This file is part of the FreeRTOS distribution.

 #

diff --git a/Demo/Cygnal/ParTest/ParTest.c b/Demo/Cygnal/ParTest/ParTest.c
index 81b26da..b543b21 100644
--- a/Demo/Cygnal/ParTest/ParTest.c
+++ b/Demo/Cygnal/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Cygnal/main.c b/Demo/Cygnal/main.c
index 35b8b21..052cddc 100644
--- a/Demo/Cygnal/main.c
+++ b/Demo/Cygnal/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Cygnal/serial/serial.c b/Demo/Cygnal/serial/serial.c
index 259b59b..92283b5 100644
--- a/Demo/Cygnal/serial/serial.c
+++ b/Demo/Cygnal/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Flshlite/FRConfig.h b/Demo/Flshlite/FRConfig.h
index 88ec518..89a8ac1 100644
--- a/Demo/Flshlite/FRConfig.h
+++ b/Demo/Flshlite/FRConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Flshlite/FileIO/fileIO.c b/Demo/Flshlite/FileIO/fileIO.c
index 86e2410..837feab 100644
--- a/Demo/Flshlite/FileIO/fileIO.c
+++ b/Demo/Flshlite/FileIO/fileIO.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Flshlite/FreeRTOSConfig.h b/Demo/Flshlite/FreeRTOSConfig.h
index fd49f9d..a83d4af 100644
--- a/Demo/Flshlite/FreeRTOSConfig.h
+++ b/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Flshlite/ParTest/ParTest.c b/Demo/Flshlite/ParTest/ParTest.c
index 13e4ba9..7c35c74 100644
--- a/Demo/Flshlite/ParTest/ParTest.c
+++ b/Demo/Flshlite/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Flshlite/main.c b/Demo/Flshlite/main.c
index b9ef886..a89f3e4 100644
--- a/Demo/Flshlite/main.c
+++ b/Demo/Flshlite/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/Flshlite/serial/serial.c b/Demo/Flshlite/serial/serial.c
index e1fd524..62b45ac 100644
--- a/Demo/Flshlite/serial/serial.c
+++ b/Demo/Flshlite/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index d79c667..3932a66 100644
--- a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index 8a7929b..22bdd0e 100644
--- a/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/H8S/RTOSDemo/main.c b/Demo/H8S/RTOSDemo/main.c
index 9420a3d..b17d086 100644
--- a/Demo/H8S/RTOSDemo/main.c
+++ b/Demo/H8S/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/H8S/RTOSDemo/serial/serial.c b/Demo/H8S/RTOSDemo/serial/serial.c
index 8d2c4f9..49fb096 100644
--- a/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index 8761e90..75ee847 100644
--- a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index ff29a02..a6c141b 100644
--- a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/main.c b/Demo/HCS12_CodeWarrior_banked/main.c
index f99a3ce..7120419 100644
--- a/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,6 +1,6 @@
 

 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index 140921d..b7f55a0 100644
--- a/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index 16a5a56..9ddea2b 100644
--- a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index ff29a02..a6c141b 100644
--- a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_small/main.c b/Demo/HCS12_CodeWarrior_small/main.c
index d56ba66..b021eac 100644
--- a/Demo/HCS12_CodeWarrior_small/main.c
+++ b/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_CodeWarrior_small/serial/serial.c b/Demo/HCS12_CodeWarrior_small/serial/serial.c
index 6f5bdb3..a5c9e9d 100644
--- a/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index 69a8464..8d4bc04 100644
--- a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_GCC_banked/ParTest.c b/Demo/HCS12_GCC_banked/ParTest.c
index 419bf3d..b1e838a 100644
--- a/Demo/HCS12_GCC_banked/ParTest.c
+++ b/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_GCC_banked/main.c b/Demo/HCS12_GCC_banked/main.c
index 5674280..a7d4193 100644
--- a/Demo/HCS12_GCC_banked/main.c
+++ b/Demo/HCS12_GCC_banked/main.c
@@ -1,6 +1,6 @@
 

 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/HCS12_GCC_banked/startup.c b/Demo/HCS12_GCC_banked/startup.c
index 0801619..0cd0c0b 100644
--- a/Demo/HCS12_GCC_banked/startup.c
+++ b/Demo/HCS12_GCC_banked/startup.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index e5f6c7c..17cc0f1 100644
--- a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB91460_Softune/SRC/crflash_modified.c b/Demo/MB91460_Softune/SRC/crflash_modified.c
index 7deee5f..4dc6146 100644
--- a/Demo/MB91460_Softune/SRC/crflash_modified.c
+++ b/Demo/MB91460_Softune/SRC/crflash_modified.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB91460_Softune/SRC/main.c b/Demo/MB91460_Softune/SRC/main.c
index cf5ad9d..85c9e18 100644
--- a/Demo/MB91460_Softune/SRC/main.c
+++ b/Demo/MB91460_Softune/SRC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB91460_Softune/SRC/partest/partest.c b/Demo/MB91460_Softune/SRC/partest/partest.c
index dfe7fd6..1ecbfdc 100644
--- a/Demo/MB91460_Softune/SRC/partest/partest.c
+++ b/Demo/MB91460_Softune/SRC/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB91460_Softune/SRC/serial/serial.c b/Demo/MB91460_Softune/SRC/serial/serial.c
index 7c5bc52..1679193 100644
--- a/Demo/MB91460_Softune/SRC/serial/serial.c
+++ b/Demo/MB91460_Softune/SRC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
index c081972..384c42e 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
index 7deee5f..4dc6146 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
index b6bccbf..08632c8 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
index eb5cf38..5339460 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
index 60b5e58..f732e64 100644
--- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
+++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
index 915da2d..b244822 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
index 99d25b2..292d7d6 100644
--- a/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
+++ b/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index 12abac8..c699a42 100644
--- a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c b/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
index 503705e..ed3d032 100644
--- a/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
+++ b/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
index d7add7f..0a97af1 100644
--- a/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
+++ b/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MB96350_Softune_Dice_Kit/main.c b/Demo/MB96350_Softune_Dice_Kit/main.c
index 7f1b56d..d47539f 100644
--- a/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MicroBlaze/FreeRTOSConfig.h b/Demo/MicroBlaze/FreeRTOSConfig.h
index 822d09a..83f3e37 100644
--- a/Demo/MicroBlaze/FreeRTOSConfig.h
+++ b/Demo/MicroBlaze/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MicroBlaze/ParTest/ParTest.c b/Demo/MicroBlaze/ParTest/ParTest.c
index 8b7f282..4d2993c 100644
--- a/Demo/MicroBlaze/ParTest/ParTest.c
+++ b/Demo/MicroBlaze/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MicroBlaze/main.c b/Demo/MicroBlaze/main.c
index d4b917e..90a1d5f 100644
--- a/Demo/MicroBlaze/main.c
+++ b/Demo/MicroBlaze/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/MicroBlaze/serial/serial.c b/Demo/MicroBlaze/serial/serial.c
index 7d2a2e3..a31d063 100644
--- a/Demo/MicroBlaze/serial/serial.c
+++ b/Demo/MicroBlaze/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NEC_78K0R_IAR/ButtonISR.s26 b/Demo/NEC_78K0R_IAR/ButtonISR.s26
index 858eb8a..3ab99a1 100644
--- a/Demo/NEC_78K0R_IAR/ButtonISR.s26
+++ b/Demo/NEC_78K0R_IAR/ButtonISR.s26
@@ -1,5 +1,5 @@
 ;/*

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Demo/NEC_78K0R_IAR/ButtonTask.c b/Demo/NEC_78K0R_IAR/ButtonTask.c
index 580b506..7b1bef6 100644
--- a/Demo/NEC_78K0R_IAR/ButtonTask.c
+++ b/Demo/NEC_78K0R_IAR/ButtonTask.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index 95d2459..f303f89 100644
--- a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NEC_78K0R_IAR/RegTest.s26 b/Demo/NEC_78K0R_IAR/RegTest.s26
index ec2814c..bf73bac 100644
--- a/Demo/NEC_78K0R_IAR/RegTest.s26
+++ b/Demo/NEC_78K0R_IAR/RegTest.s26
@@ -1,5 +1,5 @@
 ;/*

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Demo/NEC_78K0R_IAR/main.c b/Demo/NEC_78K0R_IAR/main.c
index 8c45b33..a4234c5 100644
--- a/Demo/NEC_78K0R_IAR/main.c
+++ b/Demo/NEC_78K0R_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
index 15e7e8b..fc10fb1 100644
--- a/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
index f8cb804..6e6d030 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
index dc10abc..e37101b 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
index b979bf3..be1c632 100644
--- a/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
+++ b/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
index 0f3b77d..4b030ef 100644
--- a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
+++ b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
index 5538a3e..958f8f3 100644
--- a/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
+++ b/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NEC_V850ES_IAR/RegTest.s85 b/Demo/NEC_V850ES_IAR/RegTest.s85
index ac09310..cc39cf6 100644
--- a/Demo/NEC_V850ES_IAR/RegTest.s85
+++ b/Demo/NEC_V850ES_IAR/RegTest.s85
@@ -1,5 +1,5 @@
 ;/*

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Demo/NEC_V850ES_IAR/main.c b/Demo/NEC_V850ES_IAR/main.c
index f0d604a..3d06e7c 100644
--- a/Demo/NEC_V850ES_IAR/main.c
+++ b/Demo/NEC_V850ES_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NEC_V850ES_IAR/serial/serial.c b/Demo/NEC_V850ES_IAR/serial/serial.c
index 32a08f9..5822106 100644
--- a/Demo/NEC_V850ES_IAR/serial/serial.c
+++ b/Demo/NEC_V850ES_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
index 3e91481..db1896d 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

     This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
index 802c893..331ce52 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

     This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
index a1368ab..629f9a1 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

     This file is part of the FreeRTOS distribution.

 

@@ -97,6 +97,10 @@
 

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

 

+#error The batch file Demo\NiosII_CycloneIII_DBC3C40_GCC\CreateProjectDirectoryStructure.bat must be executed before the first build.  After executing the batch file hit F5 to refrech the Eclipse project, then delete this line.

+

+/*-----------------------------------------------------------*/

+

 /* The rate at which the LED controlled by the 'check' task will toggle when no

 errors have been detected. */

 #define mainNO_ERROR_PERIOD	( 5000 )

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
index 1117e00..0942045 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+    FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

     This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo_syslib/system.stf b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo_syslib/system.stf
index 6edcd69..5d096dc 100644
--- a/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo_syslib/system.stf
+++ b/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo_syslib/system.stf
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>

 <stf>

-	<project ptf="C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\NiosII_CycloneIII_DBC3C40_GCC\cpu.ptf" target="Nios II System Library">

+	<project ptf="..\cpu.ptf" target="Nios II System Library">

 	</project>

 	<cpu name="cpu_0">

 	</cpu>

diff --git a/Demo/PC/FRConfig.h b/Demo/PC/FRConfig.h
index 62fc36c..fbd5e57 100644
--- a/Demo/PC/FRConfig.h
+++ b/Demo/PC/FRConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PC/FileIO/fileIO.c b/Demo/PC/FileIO/fileIO.c
index edb5e92..358c69c 100644
--- a/Demo/PC/FileIO/fileIO.c
+++ b/Demo/PC/FileIO/fileIO.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PC/FreeRTOSConfig.h b/Demo/PC/FreeRTOSConfig.h
index 750c54a..e1f29fb 100644
--- a/Demo/PC/FreeRTOSConfig.h
+++ b/Demo/PC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PC/ParTest/ParTest.c b/Demo/PC/ParTest/ParTest.c
index ebe8349..7c53b0a 100644
--- a/Demo/PC/ParTest/ParTest.c
+++ b/Demo/PC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PC/main.c b/Demo/PC/main.c
index 1921998..4fb40ae 100644
--- a/Demo/PC/main.c
+++ b/Demo/PC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PC/serial/serial.c b/Demo/PC/serial/serial.c
index 531fc9f..5935288 100644
--- a/Demo/PC/serial/serial.c
+++ b/Demo/PC/serial/serial.c
@@ -5,7 +5,7 @@
 	http://dzcomm.sourceforge.net

 

 

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
index b33a0e3..c9eed6f 100644
--- a/Demo/PIC18_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC18_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_MPLAB/ParTest/ParTest.c b/Demo/PIC18_MPLAB/ParTest/ParTest.c
index 19ea999..38dcd66 100644
--- a/Demo/PIC18_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC18_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_MPLAB/main1.c b/Demo/PIC18_MPLAB/main1.c
index c9e7d42..a76f2a6 100644
--- a/Demo/PIC18_MPLAB/main1.c
+++ b/Demo/PIC18_MPLAB/main1.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_MPLAB/main2.c b/Demo/PIC18_MPLAB/main2.c
index cb809a5..3b6849e 100644
--- a/Demo/PIC18_MPLAB/main2.c
+++ b/Demo/PIC18_MPLAB/main2.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_MPLAB/main3.c b/Demo/PIC18_MPLAB/main3.c
index dc37d37..6888e51 100644
--- a/Demo/PIC18_MPLAB/main3.c
+++ b/Demo/PIC18_MPLAB/main3.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_MPLAB/serial/serial.c b/Demo/PIC18_MPLAB/serial/serial.c
index 2577e49..45c3aec 100644
--- a/Demo/PIC18_MPLAB/serial/serial.c
+++ b/Demo/PIC18_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
index b3e1eac..f727295 100644
--- a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo1/WIZCmake.h b/Demo/PIC18_WizC/Demo1/WIZCmake.h
index 28ee46a..b9bb6c2 100644
--- a/Demo/PIC18_WizC/Demo1/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo1/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo1/fuses.c b/Demo/PIC18_WizC/Demo1/fuses.c
index 4a9713f..eca17ba 100644
--- a/Demo/PIC18_WizC/Demo1/fuses.c
+++ b/Demo/PIC18_WizC/Demo1/fuses.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo1/interrupt.c b/Demo/PIC18_WizC/Demo1/interrupt.c
index b872213..8b8c481 100644
--- a/Demo/PIC18_WizC/Demo1/interrupt.c
+++ b/Demo/PIC18_WizC/Demo1/interrupt.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo1/main.c b/Demo/PIC18_WizC/Demo1/main.c
index 808609f..c085abe 100644
--- a/Demo/PIC18_WizC/Demo1/main.c
+++ b/Demo/PIC18_WizC/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
index 35a41b1..7684a2d 100644
--- a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo2/WIZCmake.h b/Demo/PIC18_WizC/Demo2/WIZCmake.h
index e9435b0..2892c93 100644
--- a/Demo/PIC18_WizC/Demo2/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo2/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo2/fuses.c b/Demo/PIC18_WizC/Demo2/fuses.c
index 4a9713f..eca17ba 100644
--- a/Demo/PIC18_WizC/Demo2/fuses.c
+++ b/Demo/PIC18_WizC/Demo2/fuses.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo2/interrupt.c b/Demo/PIC18_WizC/Demo2/interrupt.c
index 2713c12..bce86af 100644
--- a/Demo/PIC18_WizC/Demo2/interrupt.c
+++ b/Demo/PIC18_WizC/Demo2/interrupt.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo2/main.c b/Demo/PIC18_WizC/Demo2/main.c
index c064b33..cb6b157 100644
--- a/Demo/PIC18_WizC/Demo2/main.c
+++ b/Demo/PIC18_WizC/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
index a025760..b21a3cc 100644
--- a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo3/WIZCmake.h b/Demo/PIC18_WizC/Demo3/WIZCmake.h
index e9435b0..2892c93 100644
--- a/Demo/PIC18_WizC/Demo3/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo3/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo3/fuses.c b/Demo/PIC18_WizC/Demo3/fuses.c
index 4a9713f..eca17ba 100644
--- a/Demo/PIC18_WizC/Demo3/fuses.c
+++ b/Demo/PIC18_WizC/Demo3/fuses.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo3/interrupt.c b/Demo/PIC18_WizC/Demo3/interrupt.c
index 2713c12..bce86af 100644
--- a/Demo/PIC18_WizC/Demo3/interrupt.c
+++ b/Demo/PIC18_WizC/Demo3/interrupt.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo3/main.c b/Demo/PIC18_WizC/Demo3/main.c
index 4eafac0..7d733a7 100644
--- a/Demo/PIC18_WizC/Demo3/main.c
+++ b/Demo/PIC18_WizC/Demo3/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
index 6ef70d0..88b2365 100644
--- a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo4/WIZCmake.h b/Demo/PIC18_WizC/Demo4/WIZCmake.h
index e9435b0..2892c93 100644
--- a/Demo/PIC18_WizC/Demo4/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo4/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo4/fuses.c b/Demo/PIC18_WizC/Demo4/fuses.c
index 4a9713f..eca17ba 100644
--- a/Demo/PIC18_WizC/Demo4/fuses.c
+++ b/Demo/PIC18_WizC/Demo4/fuses.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo4/interrupt.c b/Demo/PIC18_WizC/Demo4/interrupt.c
index 2713c12..bce86af 100644
--- a/Demo/PIC18_WizC/Demo4/interrupt.c
+++ b/Demo/PIC18_WizC/Demo4/interrupt.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo4/main.c b/Demo/PIC18_WizC/Demo4/main.c
index cd27e39..c75ce89 100644
--- a/Demo/PIC18_WizC/Demo4/main.c
+++ b/Demo/PIC18_WizC/Demo4/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
index 2c24951..25de9d7 100644
--- a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo5/WIZCmake.h b/Demo/PIC18_WizC/Demo5/WIZCmake.h
index e9435b0..2892c93 100644
--- a/Demo/PIC18_WizC/Demo5/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo5/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo5/fuses.c b/Demo/PIC18_WizC/Demo5/fuses.c
index 4a9713f..eca17ba 100644
--- a/Demo/PIC18_WizC/Demo5/fuses.c
+++ b/Demo/PIC18_WizC/Demo5/fuses.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo5/interrupt.c b/Demo/PIC18_WizC/Demo5/interrupt.c
index 2713c12..bce86af 100644
--- a/Demo/PIC18_WizC/Demo5/interrupt.c
+++ b/Demo/PIC18_WizC/Demo5/interrupt.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo5/main.c b/Demo/PIC18_WizC/Demo5/main.c
index 941fb0d..52b26ab 100644
--- a/Demo/PIC18_WizC/Demo5/main.c
+++ b/Demo/PIC18_WizC/Demo5/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
index 3e955bf..c737cde 100644
--- a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo6/WIZCmake.h b/Demo/PIC18_WizC/Demo6/WIZCmake.h
index e9435b0..2892c93 100644
--- a/Demo/PIC18_WizC/Demo6/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo6/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo6/fuses.c b/Demo/PIC18_WizC/Demo6/fuses.c
index 4a9713f..eca17ba 100644
--- a/Demo/PIC18_WizC/Demo6/fuses.c
+++ b/Demo/PIC18_WizC/Demo6/fuses.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo6/interrupt.c b/Demo/PIC18_WizC/Demo6/interrupt.c
index 2713c12..bce86af 100644
--- a/Demo/PIC18_WizC/Demo6/interrupt.c
+++ b/Demo/PIC18_WizC/Demo6/interrupt.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo6/main.c b/Demo/PIC18_WizC/Demo6/main.c
index d2b47d7..3a12932 100644
--- a/Demo/PIC18_WizC/Demo6/main.c
+++ b/Demo/PIC18_WizC/Demo6/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
index d9df03d..ad2cd14 100644
--- a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
+++ b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo7/WIZCmake.h b/Demo/PIC18_WizC/Demo7/WIZCmake.h
index e9435b0..2892c93 100644
--- a/Demo/PIC18_WizC/Demo7/WIZCmake.h
+++ b/Demo/PIC18_WizC/Demo7/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo7/fuses.c b/Demo/PIC18_WizC/Demo7/fuses.c
index 4a9713f..eca17ba 100644
--- a/Demo/PIC18_WizC/Demo7/fuses.c
+++ b/Demo/PIC18_WizC/Demo7/fuses.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo7/interrupt.c b/Demo/PIC18_WizC/Demo7/interrupt.c
index 2713c12..bce86af 100644
--- a/Demo/PIC18_WizC/Demo7/interrupt.c
+++ b/Demo/PIC18_WizC/Demo7/interrupt.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/Demo7/main.c b/Demo/PIC18_WizC/Demo7/main.c
index 9e594fe..c4536e0 100644
--- a/Demo/PIC18_WizC/Demo7/main.c
+++ b/Demo/PIC18_WizC/Demo7/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/ParTest/ParTest.c b/Demo/PIC18_WizC/ParTest/ParTest.c
index b4a9dee..f982ed0 100644
--- a/Demo/PIC18_WizC/ParTest/ParTest.c
+++ b/Demo/PIC18_WizC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/serial/isrSerialRx.c b/Demo/PIC18_WizC/serial/isrSerialRx.c
index 85010e7..00287d4 100644
--- a/Demo/PIC18_WizC/serial/isrSerialRx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialRx.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/serial/isrSerialTx.c b/Demo/PIC18_WizC/serial/isrSerialTx.c
index 1f9774d..7541c26 100644
--- a/Demo/PIC18_WizC/serial/isrSerialTx.c
+++ b/Demo/PIC18_WizC/serial/isrSerialTx.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC18_WizC/serial/serial.c b/Demo/PIC18_WizC/serial/serial.c
index b40ec41..1af65fa 100644
--- a/Demo/PIC18_WizC/serial/serial.c
+++ b/Demo/PIC18_WizC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
index d557295..c3e3eb7 100644
--- a/Demo/PIC24_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC24_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC24_MPLAB/ParTest/ParTest.c b/Demo/PIC24_MPLAB/ParTest/ParTest.c
index df6e5fe..e5e4689 100644
--- a/Demo/PIC24_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC24_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC24_MPLAB/lcd.c b/Demo/PIC24_MPLAB/lcd.c
index f57d337..fb70962 100644
--- a/Demo/PIC24_MPLAB/lcd.c
+++ b/Demo/PIC24_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC24_MPLAB/lcd.h b/Demo/PIC24_MPLAB/lcd.h
index d7d95db..abe07ef 100644
--- a/Demo/PIC24_MPLAB/lcd.h
+++ b/Demo/PIC24_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC24_MPLAB/main.c b/Demo/PIC24_MPLAB/main.c
index 0ca03b7..e8df7aa 100644
--- a/Demo/PIC24_MPLAB/main.c
+++ b/Demo/PIC24_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC24_MPLAB/serial/serial.c b/Demo/PIC24_MPLAB/serial/serial.c
index d26ecd6..82f8646 100644
--- a/Demo/PIC24_MPLAB/serial/serial.c
+++ b/Demo/PIC24_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC24_MPLAB/timertest.c b/Demo/PIC24_MPLAB/timertest.c
index 407545e..76d5ff4 100644
--- a/Demo/PIC24_MPLAB/timertest.c
+++ b/Demo/PIC24_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC24_MPLAB/timertest.h b/Demo/PIC24_MPLAB/timertest.h
index 8130a6c..598115d 100644
--- a/Demo/PIC24_MPLAB/timertest.h
+++ b/Demo/PIC24_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
index d311f9f..2d9fdca 100644
--- a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
+++ b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.c b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
index cb4a166..a6f8247 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.c
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer.h b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
index f175dc2..8bc6ddc 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer.h
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
index 0c4a6c2..bf10386 100644
--- a/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
+++ b/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
index 7a7beb6..6979a4b 100644
--- a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
+++ b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
index ccfc0a1..acd9380 100644
--- a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
+++ b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/lcd.c b/Demo/PIC32MX_MPLAB/lcd.c
index 3c5bf4e..e42c70c 100644
--- a/Demo/PIC32MX_MPLAB/lcd.c
+++ b/Demo/PIC32MX_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/lcd.h b/Demo/PIC32MX_MPLAB/lcd.h
index d7d95db..abe07ef 100644
--- a/Demo/PIC32MX_MPLAB/lcd.h
+++ b/Demo/PIC32MX_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/main.c b/Demo/PIC32MX_MPLAB/main.c
index f6a1929..c63d30d 100644
--- a/Demo/PIC32MX_MPLAB/main.c
+++ b/Demo/PIC32MX_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/serial/serial.c b/Demo/PIC32MX_MPLAB/serial/serial.c
index a588b54..e922567 100644
--- a/Demo/PIC32MX_MPLAB/serial/serial.c
+++ b/Demo/PIC32MX_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/timertest.c b/Demo/PIC32MX_MPLAB/timertest.c
index f3ddc74..3eee9bb 100644
--- a/Demo/PIC32MX_MPLAB/timertest.c
+++ b/Demo/PIC32MX_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/timertest.h b/Demo/PIC32MX_MPLAB/timertest.h
index 8130a6c..598115d 100644
--- a/Demo/PIC32MX_MPLAB/timertest.h
+++ b/Demo/PIC32MX_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PIC32MX_MPLAB/timertest_isr.S b/Demo/PIC32MX_MPLAB/timertest_isr.S
index 46f7b2e..a333f23 100644
--- a/Demo/PIC32MX_MPLAB/timertest_isr.S
+++ b/Demo/PIC32MX_MPLAB/timertest_isr.S
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index d735fff..872efcf 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index 341040d..fd135e2 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index 5acd405..e6c38e2 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index 23eced3..22625e1 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index 1ed5a0e..68c5428 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index c56d50e..5567f6a 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index f1e95e7..66da878 100644
--- a/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index 2c503b2..7dec95f 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index 341040d..fd135e2 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index 5acd405..e6c38e2 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index 23eced3..22625e1 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index f5dc899..0a04d56 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index c56d50e..5567f6a 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index f1e95e7..66da878 100644
--- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 7af08ef..c02b483 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 154d34e..ec0a2b6 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 5acd405..e6c38e2 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index c2fad60..e053d60 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 4e75ed0..6cf5b45 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 0040aa0..ac41e92 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 8b8f7ba..f7de1bf 100644
--- a/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 7af08ef..c02b483 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 341040d..fd135e2 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 5acd405..e6c38e2 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 23eced3..22625e1 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 1ed5a0e..68c5428 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 0040aa0..ac41e92 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 8b8f7ba..f7de1bf 100644
--- a/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index f310cbf..289aaff 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 341040d..fd135e2 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 5acd405..e6c38e2 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 23eced3..22625e1 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index f5dc899..0a04d56 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 3a11727..e74ef6b 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 8b8f7ba..f7de1bf 100644
--- a/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index 51e14fb..4a1807c 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index e7c8f99..6bbd22e 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index dca91a9..76214de 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
index f07fb35..8071688 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/Makefile
+++ b/Demo/WizNET_DEMO_GCC_ARM7/Makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+#	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

 #	This file is part of the FreeRTOS distribution.

 #

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
index b94b91d..0f2aa85 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index 5f57d27..182dbd3 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index d1f58a4..5f73d08 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
index e0f2295..166cec6 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index 2373baa..ad07790 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index 57fe945..b1ce1db 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index bb1a9c6..8b769b5 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_GCC_ARM7/main.c b/Demo/WizNET_DEMO_GCC_ARM7/main.c
index 65a04f5..52d83e5 100644
--- a/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
index 2fd9464..15ad5b3 100644
--- a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
+++ b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
index 82c2af8..c1a7f1d 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
index c682c42..460b3f1 100644
--- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
+++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_TERN_186/main.c b/Demo/WizNET_DEMO_TERN_186/main.c
index bb2642c..86ca313 100644
--- a/Demo/WizNET_DEMO_TERN_186/main.c
+++ b/Demo/WizNET_DEMO_TERN_186/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/Demo/WizNET_DEMO_TERN_186/serial/serial.c
index bfa045f..45c12fa 100644
--- a/Demo/WizNET_DEMO_TERN_186/serial/serial.c
+++ b/Demo/WizNET_DEMO_TERN_186/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index f2fc10c..2efcd69 100644
--- a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index ef62a35..5e763b7 100644
--- a/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/dsPIC_MPLAB/lcd.c b/Demo/dsPIC_MPLAB/lcd.c
index 57b0f87..3543d82 100644
--- a/Demo/dsPIC_MPLAB/lcd.c
+++ b/Demo/dsPIC_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/dsPIC_MPLAB/lcd.h b/Demo/dsPIC_MPLAB/lcd.h
index d7d95db..abe07ef 100644
--- a/Demo/dsPIC_MPLAB/lcd.h
+++ b/Demo/dsPIC_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/dsPIC_MPLAB/main.c b/Demo/dsPIC_MPLAB/main.c
index 0ca03b7..e8df7aa 100644
--- a/Demo/dsPIC_MPLAB/main.c
+++ b/Demo/dsPIC_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/dsPIC_MPLAB/serial/serial.c b/Demo/dsPIC_MPLAB/serial/serial.c
index ba3aef9..c29f495 100644
--- a/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/dsPIC_MPLAB/timertest.c b/Demo/dsPIC_MPLAB/timertest.c
index 407545e..76d5ff4 100644
--- a/Demo/dsPIC_MPLAB/timertest.c
+++ b/Demo/dsPIC_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/dsPIC_MPLAB/timertest.h b/Demo/dsPIC_MPLAB/timertest.h
index 8130a6c..598115d 100644
--- a/Demo/dsPIC_MPLAB/timertest.h
+++ b/Demo/dsPIC_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
index f167c30..37f0545 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
index e002eb8..b7234d4 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
index caec183..c659dd6 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
index 0136c39..ed89919 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
index cd4342b..a331a07 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 4288e8c..263da63 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
index 1c203f2..1ff8528 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
index 307befb..3013de0 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
index 4390288..5da571f 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
index 9cb32ec..da7110f 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
index 9b9da35..00776c4 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
index b0674cf..2a4a858 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
+++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/main.c b/Demo/lwIP_Demo_Rowley_ARM7/main.c
index 706afda..af660e0 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/lwIP_Demo_Rowley_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/lwIP_Demo_Rowley_ARM7/makefile b/Demo/lwIP_Demo_Rowley_ARM7/makefile
index 3b9f51b..80f6e03 100644
--- a/Demo/lwIP_Demo_Rowley_ARM7/makefile
+++ b/Demo/lwIP_Demo_Rowley_ARM7/makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+#	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

 #	This file is part of the FreeRTOS distribution.

 #

diff --git a/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
index dfee642..1fbed72 100644
--- a/Demo/msp430_CrossWorks/FreeRTOSConfig.h
+++ b/Demo/msp430_CrossWorks/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_CrossWorks/ParTest/ParTest.c b/Demo/msp430_CrossWorks/ParTest/ParTest.c
index 2c52735..bac788c 100644
--- a/Demo/msp430_CrossWorks/ParTest/ParTest.c
+++ b/Demo/msp430_CrossWorks/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_CrossWorks/main.c b/Demo/msp430_CrossWorks/main.c
index edefe6d..c956a88 100644
--- a/Demo/msp430_CrossWorks/main.c
+++ b/Demo/msp430_CrossWorks/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_CrossWorks/serial/serial.c b/Demo/msp430_CrossWorks/serial/serial.c
index 57bb4fa..0787a02 100644
--- a/Demo/msp430_CrossWorks/serial/serial.c
+++ b/Demo/msp430_CrossWorks/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_CrossWorks/serial/serialASM.asm b/Demo/msp430_CrossWorks/serial/serialASM.asm
index 292ec37..16e8def 100644
--- a/Demo/msp430_CrossWorks/serial/serialASM.asm
+++ b/Demo/msp430_CrossWorks/serial/serialASM.asm
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_GCC/FreeRTOSConfig.h b/Demo/msp430_GCC/FreeRTOSConfig.h
index e9b08c5..b90c5e0 100644
--- a/Demo/msp430_GCC/FreeRTOSConfig.h
+++ b/Demo/msp430_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_GCC/ParTest/ParTest.c b/Demo/msp430_GCC/ParTest/ParTest.c
index ad6b774..fd6fd7e 100644
--- a/Demo/msp430_GCC/ParTest/ParTest.c
+++ b/Demo/msp430_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_GCC/main.c b/Demo/msp430_GCC/main.c
index c070f9f..4197232 100644
--- a/Demo/msp430_GCC/main.c
+++ b/Demo/msp430_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_GCC/makefile b/Demo/msp430_GCC/makefile
index fb5db3f..289447c 100644
--- a/Demo/msp430_GCC/makefile
+++ b/Demo/msp430_GCC/makefile
@@ -1,5 +1,5 @@
 #/*

-#	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+#	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 #

 #	This file is part of the FreeRTOS distribution.

 #

diff --git a/Demo/msp430_GCC/serial/serial.c b/Demo/msp430_GCC/serial/serial.c
index e898caa..56c4d3f 100644
--- a/Demo/msp430_GCC/serial/serial.c
+++ b/Demo/msp430_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_IAR/FreeRTOSConfig.h b/Demo/msp430_IAR/FreeRTOSConfig.h
index 42009c4..0837ec1 100644
--- a/Demo/msp430_IAR/FreeRTOSConfig.h
+++ b/Demo/msp430_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_IAR/ParTest/ParTest.c b/Demo/msp430_IAR/ParTest/ParTest.c
index 2c52735..bac788c 100644
--- a/Demo/msp430_IAR/ParTest/ParTest.c
+++ b/Demo/msp430_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_IAR/main.c b/Demo/msp430_IAR/main.c
index 60b4a3a..b4bc7d7 100644
--- a/Demo/msp430_IAR/main.c
+++ b/Demo/msp430_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_IAR/serial/serial.c b/Demo/msp430_IAR/serial/serial.c
index cb288b2..aa9ed94 100644
--- a/Demo/msp430_IAR/serial/serial.c
+++ b/Demo/msp430_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/msp430_IAR/serial/serialASM.s43 b/Demo/msp430_IAR/serial/serialASM.s43
index bc69a98..7190eee 100644
--- a/Demo/msp430_IAR/serial/serialASM.s43
+++ b/Demo/msp430_IAR/serial/serialASM.s43
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
index 4ce48d3..fbd2eb4 100644
--- a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
+++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
index 508abfa..c742699 100644
--- a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
+++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
index bb9d50a..b0442bb 100644
--- a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
index 118a50c..bf54c6b 100644
--- a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
+++ b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/uIP_Demo_IAR_ARM7/main.c b/Demo/uIP_Demo_IAR_ARM7/main.c
index 9baf1ab..2294b2c 100644
--- a/Demo/uIP_Demo_IAR_ARM7/main.c
+++ b/Demo/uIP_Demo_IAR_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 1879731..fff883b 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Demo/uIP_Demo_Rowley_ARM7/main.c b/Demo/uIP_Demo_Rowley_ARM7/main.c
index 42733a1..96ae70c 100644
--- a/Demo/uIP_Demo_Rowley_ARM7/main.c
+++ b/Demo/uIP_Demo_Rowley_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/croutine.c b/Source/croutine.c
index e7fdacc..1022d06 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index c6d5e54..938261c 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/include/StackMacros.h b/Source/include/StackMacros.h
index 3845196..a139e61 100644
--- a/Source/include/StackMacros.h
+++ b/Source/include/StackMacros.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index d2fbfce..07c9884 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/include/list.h b/Source/include/list.h
index a0d7fa1..c6e547d 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/include/portable.h b/Source/include/portable.h
index b3cd018..8fc0723 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index 46ef52f..be61dd3 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/include/queue.h b/Source/include/queue.h
index a6a639d..6865240 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index f096893..22d3009 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/include/task.h b/Source/include/task.h
index 3c443f0..e0f156b 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/list.c b/Source/list.c
index 73e395b..48a3e38 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 8b67721..65c76a2 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index d4c0471..20028fd 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index fd2e0e9..907f459 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index d6eab38..3f87203 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index 30a52c1..83a63f7 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/port.c b/Source/portable/CodeWarrior/ColdFire_V1/port.c
index 1e73198..459d9f3 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index b0575ed..b3a0e08 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/port.c b/Source/portable/CodeWarrior/ColdFire_V2/port.c
index 68f2cf7..45d66e8 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index bace2da..2784645 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index 0b5856a..13dbd6b 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index b018e84..92aba69 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index c3cdd30..3d3c965 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 978d0b4..da38eeb 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 8e9766e..8ea6b8e 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index c14c84f..25e9b26 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 11eb8ad..cb8812f 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index 437bbc1..354fdaa 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index b40a346..04d58af 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 437bbc1..354fdaa 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index 437bbc1..354fdaa 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index b912243..3e11221 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index e30772b..e602122 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index d862841..6fe06a7 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index fcfd75b..f7ebbac 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

 

 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

 

 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ColdFire_V2/port.c b/Source/portable/GCC/ColdFire_V2/port.c
index ce3ce7c..81e1ad1 100644
--- a/Source/portable/GCC/ColdFire_V2/port.c
+++ b/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S
index c323722..14b7443 100644
--- a/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/ColdFire_V2/portmacro.h b/Source/portable/GCC/ColdFire_V2/portmacro.h
index cd072d3..4e4859d 100644
--- a/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index 29799ab..be7aca1 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index 628e7be..5766b8d 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index 516639c..ad9f945 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index 4cb2677..23e6bbe 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index 92ba80b..22445a5 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index 822e303..57e8740 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/NiosII/port.c b/Source/portable/GCC/NiosII/port.c
index c83896d..6309e77 100644
--- a/Source/portable/GCC/NiosII/port.c
+++ b/Source/portable/GCC/NiosII/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/NiosII/port_asm.S b/Source/portable/GCC/NiosII/port_asm.S
index a47870f..3eeadc3 100644
--- a/Source/portable/GCC/NiosII/port_asm.S
+++ b/Source/portable/GCC/NiosII/port_asm.S
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/NiosII/portmacro.h b/Source/portable/GCC/NiosII/portmacro.h
index 3661f6d..e5009fd 100644
--- a/Source/portable/GCC/NiosII/portmacro.h
+++ b/Source/portable/GCC/NiosII/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index 9ea97b4..5a39b13 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/portasm.S b/Source/portable/GCC/PPC405_Xilinx/portasm.S
index e2f2ea3..492f3e5 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index 39e0e79..72d4118 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/port.c b/Source/portable/GCC/PPC440_Xilinx/port.c
index 34a4d3d..b181c15 100644
--- a/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/portasm.S b/Source/portable/GCC/PPC440_Xilinx/portasm.S
index e2f2ea3..492f3e5 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index 39e0e79..72d4118 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index d488f1c..8c09ff1 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index 8738838..4bc60a4 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index 422947c..4d98489 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/78K0R/ISR_Support.h b/Source/portable/IAR/78K0R/ISR_Support.h
index 4afb352..ab42af3 100644
--- a/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Source/portable/IAR/78K0R/port.c b/Source/portable/IAR/78K0R/port.c
index 202bef5..f43522c 100644
--- a/Source/portable/IAR/78K0R/port.c
+++ b/Source/portable/IAR/78K0R/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index 5983864..4369fc9 100644
--- a/Source/portable/IAR/78K0R/portmacro.h
+++ b/Source/portable/IAR/78K0R/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index a5e4624..80e0f36 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index cf1f3fb..4005ba6 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index adf25bb..2d2482b 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index d218a8b..ea330c4 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,5 +1,5 @@
 ;/*

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index 634c465..3b78656 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index f4411d7..c489001 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 4ca214d..cd7d8a2 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index ffb7ab7..9d88d26 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index 8e0f7da..9cc6fc2 100644
--- a/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index 8bfaf9a..b02f9e5 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index 155adb0..5b007e4 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index c4d0872..9a0e4b3 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index 98c765d..e0a31a5 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index 9895a79..e9dd800 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index 4b8a5c8..305011a 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/V850ES/ISR_Support.h b/Source/portable/IAR/V850ES/ISR_Support.h
index 6658898..86e968b 100644
--- a/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/V850ES/port.c b/Source/portable/IAR/V850ES/port.c
index 35b3e47..7f57f7b 100644
--- a/Source/portable/IAR/V850ES/port.c
+++ b/Source/portable/IAR/V850ES/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/IAR/V850ES/portasm.s85 b/Source/portable/IAR/V850ES/portasm.s85
index 516f68d..503995e 100644
--- a/Source/portable/IAR/V850ES/portasm.s85
+++ b/Source/portable/IAR/V850ES/portasm.s85
@@ -1,5 +1,5 @@
 ;/*

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/Source/portable/IAR/V850ES/portasm_Fx3.s85
index a6d7bf0..46112f7 100644
--- a/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,5 +1,5 @@
 ;/*

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/Source/portable/IAR/V850ES/portasm_Hx2.s85
index 107318c..e6b53f6 100644
--- a/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,5 +1,5 @@
 ;/*

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index c757b48..00e7853 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 1b6bdd1..f8f85f5 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index cf2ab83..7eb2b84 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index 0671e7c..b12e4ed 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index cdcf304..4809e75 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index c337571..c6270bc 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index 9407c1e..51394e4 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index 307e439..dec79b4 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index e6a53d2..3289ff9 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index 3c3aa54..f5ca601 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 8b7594d..38a3f77 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 V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index cf93b4d..36c8cf1 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 V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 94062e7..2501ca8 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 V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index 8e1b1e2..0caa349 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index 67dfe4a..e1f662b 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/port.c b/Source/portable/RVDS/ARM7_LPC21xx/port.c
index 39c2e74..8b6d462 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index 20a0f09..31212ef 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,5 +1,5 @@
 ;/*

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index 14f44a8..e978bcb 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index cd4c855..465eab4 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,5 +1,5 @@
 ;/*

-;	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+;	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 ;

 ;	This file is part of the FreeRTOS distribution.

 ;

diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index 094ad1c..d4133cc 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index a7595e3..02d1b4c 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/Rowley/MSP430F449/portasm.h b/Source/portable/Rowley/MSP430F449/portasm.h
index 9a084f0..7c7b154 100644
--- a/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index 0ed00fe..771013a 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index 44c6822..1dabcfb 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index 0e812f9..56da508 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index f5d9a76..02b3513 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index 89661f8..7b3f133 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 71c2403..23c412b 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index 4cfd66a..bc5b481 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index e1d6558..9e05d56 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index efbbc0c..8c74e73 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 5786b14..9edc830 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index 911ab39..082edd2 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index a1a4c33..493dcf6 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

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

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/queue.c b/Source/queue.c
index 1774333..495c8e3 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.

 

diff --git a/Source/tasks.c b/Source/tasks.c
index 9e7d711..88a8395 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,5 +1,5 @@
 /*

-	FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.

+	FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.

 

 	This file is part of the FreeRTOS distribution.