Index: source/ariba/utility/messages/Message.cpp
===================================================================
--- source/ariba/utility/messages/Message.cpp	(revision 3601)
+++ source/ariba/utility/messages/Message.cpp	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #include "Message.h"
Index: source/ariba/utility/messages/Message.h
===================================================================
--- source/ariba/utility/messages/Message.h	(revision 3601)
+++ source/ariba/utility/messages/Message.h	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #ifndef MESSAGE_H_
@@ -236,15 +236,15 @@
 		return NULL;
 	}
-	
+
 	/**
 	 * The same as decapsulate, but this function
 	 * is used in the samples to make the semantics easier
-	 * to understand. The semantics is shown to be: you get 
-	 * a message and convert it to your type. Not as: you 
+	 * to understand. The semantics is shown to be: you get
+	 * a message and convert it to your type. Not as: you
 	 * get a message and have to extract your message from it.
-	 */  
+	 */
 	template<class T>
 	inline T* convert() {
-		return decapsulate<T>();	
+		return decapsulate<T>();
 	}
 
Index: source/ariba/utility/messages/MessageControlInfo.cpp
===================================================================
--- source/ariba/utility/messages/MessageControlInfo.cpp	(revision 3601)
+++ source/ariba/utility/messages/MessageControlInfo.cpp	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #include "MessageControlInfo.h"
Index: source/ariba/utility/messages/MessageControlInfo.h
===================================================================
--- source/ariba/utility/messages/MessageControlInfo.h	(revision 3601)
+++ source/ariba/utility/messages/MessageControlInfo.h	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #ifndef MESSAGECONTROLINFO_H_
Index: source/ariba/utility/messages/MessageProvider.cpp
===================================================================
--- source/ariba/utility/messages/MessageProvider.cpp	(revision 3601)
+++ source/ariba/utility/messages/MessageProvider.cpp	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #include "MessageProvider.h"
Index: source/ariba/utility/messages/MessageProvider.h
===================================================================
--- source/ariba/utility/messages/MessageProvider.h	(revision 3601)
+++ source/ariba/utility/messages/MessageProvider.h	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #ifndef MESSAGEPROVIDER_H_
Index: source/ariba/utility/messages/MessageReceiver.cpp
===================================================================
--- source/ariba/utility/messages/MessageReceiver.cpp	(revision 3601)
+++ source/ariba/utility/messages/MessageReceiver.cpp	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #include "MessageReceiver.h"
Index: source/ariba/utility/messages/MessageReceiver.h
===================================================================
--- source/ariba/utility/messages/MessageReceiver.h	(revision 3601)
+++ source/ariba/utility/messages/MessageReceiver.h	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #ifndef MESSAGERECEIVER_H__
Index: source/ariba/utility/messages/MessageSender.cpp
===================================================================
--- source/ariba/utility/messages/MessageSender.cpp	(revision 3601)
+++ source/ariba/utility/messages/MessageSender.cpp	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #include "MessageSender.h"
Index: source/ariba/utility/messages/MessageSender.h
===================================================================
--- source/ariba/utility/messages/MessageSender.h	(revision 3601)
+++ source/ariba/utility/messages/MessageSender.h	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #ifndef MESSAGESENDER_H_
Index: source/ariba/utility/messages/MessageUtilities.h
===================================================================
--- source/ariba/utility/messages/MessageUtilities.h	(revision 3601)
+++ source/ariba/utility/messages/MessageUtilities.h	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #ifndef MESSAGEUTILITIES_H_
Index: source/ariba/utility/messages/TextMessage.cpp
===================================================================
--- source/ariba/utility/messages/TextMessage.cpp	(revision 3601)
+++ source/ariba/utility/messages/TextMessage.cpp	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #include "TextMessage.h"
Index: source/ariba/utility/messages/TextMessage.h
===================================================================
--- source/ariba/utility/messages/TextMessage.h	(revision 3601)
+++ source/ariba/utility/messages/TextMessage.h	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #ifndef TEXTMESSAGE_H_
Index: source/ariba/utility/messages/_namespace.h
===================================================================
--- source/ariba/utility/messages/_namespace.h	(revision 3601)
+++ source/ariba/utility/messages/_namespace.h	(revision 3690)
@@ -1,3 +1,3 @@
-// [Licence]
+// [License]
 // The Ariba-Underlay Copyright
 //
@@ -35,5 +35,5 @@
 // official policies, either expressed or implied, of the Institute of
 // Telematics.
-// [Licence]
+// [License]
 
 #undef NAMESPACE_BEGIN
