Merge "add missing EPL license header to Orange contributions (part 3)" into dev
diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/constants/SecurityInfoType.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/constants/SecurityInfoType.java
index 5d7b619..51cb239 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/constants/SecurityInfoType.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/constants/SecurityInfoType.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.constants;

 

 import java.math.BigInteger;

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/AnnouncedResourceEntity.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/AnnouncedResourceEntity.java
index 0365dde..4a7edd9 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/AnnouncedResourceEntity.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/AnnouncedResourceEntity.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.entities;

 

 import java.util.List;

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/CreatedAnnouncedResourceEntity.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/CreatedAnnouncedResourceEntity.java
index 58eca82..589b8bd 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/CreatedAnnouncedResourceEntity.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/CreatedAnnouncedResourceEntity.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.entities;

 

 import javax.persistence.Column;

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/CustomAttributeEntity.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/CustomAttributeEntity.java
index b8fb355..b278142 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/CustomAttributeEntity.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/CustomAttributeEntity.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.entities;

 

 import javax.persistence.Column;

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/DynamicAuthorizationConsultationEntity.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/DynamicAuthorizationConsultationEntity.java
index 9debde7..9ec2f98 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/DynamicAuthorizationConsultationEntity.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/DynamicAuthorizationConsultationEntity.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.entities;

 

 import java.util.ArrayList;

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/FlexContainerAnncEntity.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/FlexContainerAnncEntity.java
index 0ff96b4..1dac7af 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/FlexContainerAnncEntity.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/FlexContainerAnncEntity.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.entities;

 

 import java.math.BigInteger;

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/RegularResourceEntity.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/RegularResourceEntity.java
index 8cd6b29..da9dbd9 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/RegularResourceEntity.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/entities/RegularResourceEntity.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.entities;

 

 import java.util.List;

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/AbstractFlexContainerAnnc.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/AbstractFlexContainerAnnc.java
index e140c78..30d0583 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/AbstractFlexContainerAnnc.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/AbstractFlexContainerAnnc.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.resource;

 

 import java.math.BigInteger;

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynAuthDasRequest.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynAuthDasRequest.java
index b2d03d9..6b53d9e 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynAuthDasRequest.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynAuthDasRequest.java
@@ -1,11 +1,10 @@
-//

-// Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.8-b130911.1802 

-// Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 

-// Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source. 

-// Généré le : 2017.03.21 à 06:52:45 PM CET 

-//

-

-

+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.resource;

 

 import java.math.BigInteger;

@@ -24,7 +23,7 @@
 /**

  * <p>Classe Java pour dynAuthDasRequest complex type.

  * 

- * <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

+ * <p>Le fragment de sch�ma suivant indique le contenu attendu figurant dans cette classe.

  * 

  * <pre>

  * &lt;complexType name="dynAuthDasRequest">

@@ -127,7 +126,7 @@
     protected List<String> tokenIDs;

 

     /**

-     * Obtient la valeur de la propriété originator.

+     * Obtient la valeur de la propri�t� originator.

      * 

      * @return

      *     possible object is

@@ -139,7 +138,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété originator.

+     * D�finit la valeur de la propri�t� originator.

      * 

      * @param value

      *     allowed object is

@@ -151,7 +150,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété targetedResourceType.

+     * Obtient la valeur de la propri�t� targetedResourceType.

      * 

      * @return

      *     possible object is

@@ -163,7 +162,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété targetedResourceType.

+     * D�finit la valeur de la propri�t� targetedResourceType.

      * 

      * @param value

      *     allowed object is

@@ -175,7 +174,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété operation.

+     * Obtient la valeur de la propri�t� operation.

      * 

      * @return

      *     possible object is

@@ -187,7 +186,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété operation.

+     * D�finit la valeur de la propri�t� operation.

      * 

      * @param value

      *     allowed object is

@@ -199,7 +198,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété originatorIP.

+     * Obtient la valeur de la propri�t� originatorIP.

      * 

      * @return

      *     possible object is

@@ -211,7 +210,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété originatorIP.

+     * D�finit la valeur de la propri�t� originatorIP.

      * 

      * @param value

      *     allowed object is

@@ -223,7 +222,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété originatorLocation.

+     * Obtient la valeur de la propri�t� originatorLocation.

      * 

      * @return

      *     possible object is

@@ -235,7 +234,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété originatorLocation.

+     * D�finit la valeur de la propri�t� originatorLocation.

      * 

      * @param value

      *     allowed object is

@@ -276,7 +275,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété requestTimestamp.

+     * Obtient la valeur de la propri�t� requestTimestamp.

      * 

      * @return

      *     possible object is

@@ -288,7 +287,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété requestTimestamp.

+     * D�finit la valeur de la propri�t� requestTimestamp.

      * 

      * @param value

      *     allowed object is

@@ -300,7 +299,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété targetedResourceID.

+     * Obtient la valeur de la propri�t� targetedResourceID.

      * 

      * @return

      *     possible object is

@@ -312,7 +311,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété targetedResourceID.

+     * D�finit la valeur de la propri�t� targetedResourceID.

      * 

      * @param value

      *     allowed object is

@@ -324,7 +323,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété proposedPrivilegesLifetime.

+     * Obtient la valeur de la propri�t� proposedPrivilegesLifetime.

      * 

      * @return

      *     possible object is

@@ -336,7 +335,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété proposedPrivilegesLifetime.

+     * D�finit la valeur de la propri�t� proposedPrivilegesLifetime.

      * 

      * @param value

      *     allowed object is

@@ -409,7 +408,7 @@
     /**

      * <p>Classe Java pour anonymous complex type.

      * 

-     * <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

+     * <p>Le fragment de sch�ma suivant indique le contenu attendu figurant dans cette classe.

      * 

      * <pre>

      * &lt;complexType>

@@ -441,7 +440,7 @@
         protected String ipv6Address;

 

         /**

-         * Obtient la valeur de la propriété ipv4Address.

+         * Obtient la valeur de la propri�t� ipv4Address.

          * 

          * @return

          *     possible object is

@@ -453,7 +452,7 @@
         }

 

         /**

-         * Définit la valeur de la propriété ipv4Address.

+         * D�finit la valeur de la propri�t� ipv4Address.

          * 

          * @param value

          *     allowed object is

@@ -465,7 +464,7 @@
         }

 

         /**

-         * Obtient la valeur de la propriété ipv6Address.

+         * Obtient la valeur de la propri�t� ipv6Address.

          * 

          * @return

          *     possible object is

@@ -477,7 +476,7 @@
         }

 

         /**

-         * Définit la valeur de la propriété ipv6Address.

+         * D�finit la valeur de la propri�t� ipv6Address.

          * 

          * @param value

          *     allowed object is

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynAuthDasResponse.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynAuthDasResponse.java
index 74b58b2..ef3f598 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynAuthDasResponse.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynAuthDasResponse.java
@@ -1,11 +1,10 @@
-//

-// Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.8-b130911.1802 

-// Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 

-// Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source. 

-// Généré le : 2017.03.21 à 06:52:45 PM CET 

-//

-

-

+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.resource;

 

 import java.util.ArrayList;

@@ -20,7 +19,7 @@
 /**

  * <p>Classe Java pour dynAuthDasResponse complex type.

  * 

- * <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

+ * <p>Le fragment de sch�ma suivant indique le contenu attendu figurant dans cette classe.

  * 

  * <pre>

  * &lt;complexType name="dynAuthDasResponse">

@@ -69,7 +68,7 @@
     protected List<String> tokens;

 

     /**

-     * Obtient la valeur de la propriété dynamicACPInfo.

+     * Obtient la valeur de la propri�t� dynamicACPInfo.

      * 

      * @return

      *     possible object is

@@ -81,7 +80,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété dynamicACPInfo.

+     * D�finit la valeur de la propri�t� dynamicACPInfo.

      * 

      * @param value

      *     allowed object is

@@ -125,7 +124,7 @@
     /**

      * <p>Classe Java pour anonymous complex type.

      * 

-     * <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

+     * <p>Le fragment de sch�ma suivant indique le contenu attendu figurant dans cette classe.

      * 

      * <pre>

      * &lt;complexType>

@@ -154,7 +153,7 @@
         protected String privilegesLifetime;

 

         /**

-         * Obtient la valeur de la propriété grantedPrivileges.

+         * Obtient la valeur de la propri�t� grantedPrivileges.

          * 

          * @return

          *     possible object is

@@ -166,7 +165,7 @@
         }

 

         /**

-         * Définit la valeur de la propriété grantedPrivileges.

+         * D�finit la valeur de la propri�t� grantedPrivileges.

          * 

          * @param value

          *     allowed object is

@@ -178,7 +177,7 @@
         }

 

         /**

-         * Obtient la valeur de la propriété privilegesLifetime.

+         * Obtient la valeur de la propri�t� privilegesLifetime.

          * 

          * @return

          *     possible object is

@@ -190,7 +189,7 @@
         }

 

         /**

-         * Définit la valeur de la propriété privilegesLifetime.

+         * D�finit la valeur de la propri�t� privilegesLifetime.

          * 

          * @param value

          *     allowed object is

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynamicAuthorizationConsultation.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynamicAuthorizationConsultation.java
index 34e2a6a..e3a3384 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynamicAuthorizationConsultation.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/DynamicAuthorizationConsultation.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.resource;

 

 import java.util.ArrayList;

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/FlexContainer.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/FlexContainer.java
index 4fd6f33..d52b135 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/FlexContainer.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/FlexContainer.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.resource;

 

 import javax.xml.bind.annotation.XmlAccessType;

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/FlexContainerAnnc.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/FlexContainerAnnc.java
index 0644f36..3d203c3 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/FlexContainerAnnc.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/FlexContainerAnnc.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.resource;

 

 import javax.xml.bind.annotation.XmlAccessType;

diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/M2MServiceSubscriptionProfile.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/M2MServiceSubscriptionProfile.java
index de2d2f3..4b102d1 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/M2MServiceSubscriptionProfile.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/M2MServiceSubscriptionProfile.java
@@ -17,13 +17,6 @@
  *
  * New contributors :
  *******************************************************************************/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2015.04.15 at 03:56:27 PM CEST 
-//
-
 package org.eclipse.om2m.commons.resource;
 
 import java.util.ArrayList;
diff --git a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/SecurityInfo.java b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/SecurityInfo.java
index f524238..c2d228a 100644
--- a/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/SecurityInfo.java
+++ b/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/SecurityInfo.java
@@ -1,11 +1,10 @@
-//

-// Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.8-b130911.1802 

-// Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 

-// Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source. 

-// Généré le : 2017.03.21 à 06:52:45 PM CET 

-//

-

-

+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.commons.resource;

 

 import java.math.BigInteger;

@@ -17,7 +16,7 @@
 /**

  * <p>Classe Java pour securityInfo complex type.

  * 

- * <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

+ * <p>Le fragment de sch�ma suivant indique le contenu attendu figurant dans cette classe.

  * 

  * <pre>

  * &lt;complexType name="securityInfo">

@@ -57,7 +56,7 @@
     protected byte[] escertkeMessage;

 

     /**

-     * Obtient la valeur de la propriété securityInfoType.

+     * Obtient la valeur de la propri�t� securityInfoType.

      * 

      * @return

      *     possible object is

@@ -69,7 +68,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété securityInfoType.

+     * D�finit la valeur de la propri�t� securityInfoType.

      * 

      * @param value

      *     allowed object is

@@ -81,7 +80,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété dasRequest.

+     * Obtient la valeur de la propri�t� dasRequest.

      * 

      * @return

      *     possible object is

@@ -93,7 +92,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété dasRequest.

+     * D�finit la valeur de la propri�t� dasRequest.

      * 

      * @param value

      *     allowed object is

@@ -105,7 +104,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété dasResponse.

+     * Obtient la valeur de la propri�t� dasResponse.

      * 

      * @return

      *     possible object is

@@ -117,7 +116,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété dasResponse.

+     * D�finit la valeur de la propri�t� dasResponse.

      * 

      * @param value

      *     allowed object is

@@ -129,7 +128,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété esprimRandObject.

+     * Obtient la valeur de la propri�t� esprimRandObject.

      * 

      * @return

      *     possible object is

@@ -141,7 +140,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété esprimRandObject.

+     * D�finit la valeur de la propri�t� esprimRandObject.

      * 

      * @param value

      *     allowed object is

@@ -153,7 +152,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété esprimObject.

+     * Obtient la valeur de la propri�t� esprimObject.

      * 

      * @return

      *     possible object is

@@ -165,7 +164,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété esprimObject.

+     * D�finit la valeur de la propri�t� esprimObject.

      * 

      * @param value

      *     allowed object is

@@ -177,7 +176,7 @@
     }

 

     /**

-     * Obtient la valeur de la propriété escertkeMessage.

+     * Obtient la valeur de la propri�t� escertkeMessage.

      * 

      * @return

      *     possible object is

@@ -188,7 +187,7 @@
     }

 

     /**

-     * Définit la valeur de la propriété escertkeMessage.

+     * D�finit la valeur de la propri�t� escertkeMessage.

      * 

      * @param value

      *     allowed object is

diff --git a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/AEAnncController.java b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/AEAnncController.java
index 27eee91..13c8c4e 100644
--- a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/AEAnncController.java
+++ b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/AEAnncController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.core.controller;

 

 import java.math.BigInteger;

diff --git a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/DynamicAuthorizationConsultationController.java b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/DynamicAuthorizationConsultationController.java
index cec1bb9..cc0cced 100644
--- a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/DynamicAuthorizationConsultationController.java
+++ b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/DynamicAuthorizationConsultationController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.core.controller;

 

 import java.util.ArrayList;

diff --git a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/FlexContainerAnncController.java b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/FlexContainerAnncController.java
index 4b1f8ef..9086224 100644
--- a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/FlexContainerAnncController.java
+++ b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/controller/FlexContainerAnncController.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.core.controller;

 

 import java.util.List;

diff --git a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/dynamicauthorization/DynamicAuthorizationSelector.java b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/dynamicauthorization/DynamicAuthorizationSelector.java
index da91131..e4ec68c 100644
--- a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/dynamicauthorization/DynamicAuthorizationSelector.java
+++ b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/dynamicauthorization/DynamicAuthorizationSelector.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.core.dynamicauthorization;

 

 import java.math.BigInteger;

diff --git a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AeAnncMapper.java b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AeAnncMapper.java
index 67b9f3a..142861f 100644
--- a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AeAnncMapper.java
+++ b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AeAnncMapper.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.core.entitymapper;

 

 import java.math.BigInteger;

diff --git a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnounceableSubordinateMapper.java b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnounceableSubordinateMapper.java
index 7298568..71123bb 100644
--- a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnounceableSubordinateMapper.java
+++ b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnounceableSubordinateMapper.java
@@ -1,6 +1,10 @@
-/**

- * 

- */

+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.core.entitymapper;

 

 import java.util.ArrayList;

diff --git a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnounceableSubordonateEntity_AnnounceableResourceMapper.java b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnounceableSubordonateEntity_AnnounceableResourceMapper.java
index 898aa5b..9886c48 100644
--- a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnounceableSubordonateEntity_AnnounceableResourceMapper.java
+++ b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnounceableSubordonateEntity_AnnounceableResourceMapper.java
@@ -1,6 +1,10 @@
-/**

- * 

- */

+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.core.entitymapper;

 

 import java.util.ArrayList;

diff --git a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnouncedResourceMapper.java b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnouncedResourceMapper.java
index 4c29970..9ef6e29 100644
--- a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnouncedResourceMapper.java
+++ b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/AnnouncedResourceMapper.java
@@ -1,6 +1,10 @@
-/**

- * 

- */

+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.core.entitymapper;

 

 import java.util.ArrayList;

diff --git a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/DynamicAuthorizationConsultationMapper.java b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/DynamicAuthorizationConsultationMapper.java
index d1d5014..2a14202 100644
--- a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/DynamicAuthorizationConsultationMapper.java
+++ b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/DynamicAuthorizationConsultationMapper.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.core.entitymapper;

 

 import java.util.ArrayList;

diff --git a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/RegularResourceMapper.java b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/RegularResourceMapper.java
index 35141c0..69e12dd 100644
--- a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/RegularResourceMapper.java
+++ b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/entitymapper/RegularResourceMapper.java
@@ -1,6 +1,10 @@
-/**

- * 

- */

+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.core.entitymapper;

 

 import java.util.ArrayList;

@@ -12,10 +16,7 @@
 import org.eclipse.om2m.commons.resource.ChildResourceRef;

 import org.eclipse.om2m.commons.resource.RegularResource;

 

-/**

- * @author MPCY8647

- *

- */

+

 public class RegularResourceMapper extends EntityMapper<RegularResourceEntity, RegularResource> {

 

 	@Override

diff --git a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/remotecse/RemoteCseService.java b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/remotecse/RemoteCseService.java
index ae2e4f0..f63812e 100644
--- a/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/remotecse/RemoteCseService.java
+++ b/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/remotecse/RemoteCseService.java
@@ -1,3 +1,10 @@
+/*******************************************************************************

+ * Copyright (c) 2014, 2016 Orange.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *******************************************************************************/

 package org.eclipse.om2m.core.remotecse;

 

 import java.util.ArrayList;