Update headers

Define 2020 copyright for Kentyou
diff --git a/simulated-devices/billboard/pom.xml b/simulated-devices/billboard/pom.xml
index 8659232..db0a07d 100644
--- a/simulated-devices/billboard/pom.xml
+++ b/simulated-devices/billboard/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
   
 <project xmlns="http://maven.apache.org/POM/4.0.0"
diff --git a/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardConfig.java b/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardConfig.java
index 6d1b3ee..a743cec 100644
--- a/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardConfig.java
+++ b/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardConfig.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.billboard.internal;
 
diff --git a/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardConfigListener.java b/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardConfigListener.java
index e7602d8..f5fd9e0 100644
--- a/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardConfigListener.java
+++ b/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardConfigListener.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.billboard.internal;
 
diff --git a/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardInvoker.java b/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardInvoker.java
index c59448d..6e41cd3 100644
--- a/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardInvoker.java
+++ b/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/internal/BillboardInvoker.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.billboard.internal;
 
diff --git a/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/osgi/Activator.java b/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/osgi/Activator.java
index 7fb94f1..3429596 100644
--- a/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/osgi/Activator.java
+++ b/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/osgi/Activator.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 
 package org.eclipse.sensinact.gateway.simulated.billboard.osgi;
diff --git a/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/swing/BillboardPanel.java b/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/swing/BillboardPanel.java
index eaeaccd..59c5a04 100644
--- a/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/swing/BillboardPanel.java
+++ b/simulated-devices/billboard/src/main/java/org/eclipse/sensinact/gateway/simulated/billboard/swing/BillboardPanel.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.billboard.swing;
 
diff --git a/simulated-devices/billboard/src/main/resources/billboard-resource.xml b/simulated-devices/billboard/src/main/resources/billboard-resource.xml
index 697d20e..d984e33 100644
--- a/simulated-devices/billboard/src/main/resources/billboard-resource.xml
+++ b/simulated-devices/billboard/src/main/resources/billboard-resource.xml
@@ -1,12 +1,12 @@
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <resourceInfos xmlns="http://org.eclipse.sensinact/resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
diff --git a/simulated-devices/button/pom.xml b/simulated-devices/button/pom.xml
index 07636ca..7cc315e 100644
--- a/simulated-devices/button/pom.xml
+++ b/simulated-devices/button/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
diff --git a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/api/ButtonSetterItf.java b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/api/ButtonSetterItf.java
index 342cc93..3f58fd8 100644
--- a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/api/ButtonSetterItf.java
+++ b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/api/ButtonSetterItf.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.button.api;
 
diff --git a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonAdapter.java b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonAdapter.java
index 5d6deb3..e59d198 100644
--- a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonAdapter.java
+++ b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonAdapter.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.button.internal;
 
diff --git a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonGUI.java b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonGUI.java
index 4e5ebb6..f084d06 100644
--- a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonGUI.java
+++ b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonGUI.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.button.internal;
 
diff --git a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonPacket.java b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonPacket.java
index 82ab4ce..3e1e881 100644
--- a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonPacket.java
+++ b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonPacket.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.button.internal;
 
diff --git a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonSetter.java b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonSetter.java
index 07fd989..f40b49f 100644
--- a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonSetter.java
+++ b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/internal/ButtonSetter.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.button.internal;
 
diff --git a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/osgi/Activator.java b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/osgi/Activator.java
index ca4ecfc..f805b74 100644
--- a/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/osgi/Activator.java
+++ b/simulated-devices/button/src/main/java/org/eclipse/sensinact/gateway/simulated/button/osgi/Activator.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.button.osgi;
 
diff --git a/simulated-devices/button/src/main/resources/button-resource.xml b/simulated-devices/button/src/main/resources/button-resource.xml
index ead363f..267cee3 100644
--- a/simulated-devices/button/src/main/resources/button-resource.xml
+++ b/simulated-devices/button/src/main/resources/button-resource.xml
@@ -1,12 +1,12 @@
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <resourceInfos xmlns="http://org.eclipse.sensinact/resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
diff --git a/simulated-devices/fan/pom.xml b/simulated-devices/fan/pom.xml
index 735481f..4c4583a 100644
--- a/simulated-devices/fan/pom.xml
+++ b/simulated-devices/fan/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
diff --git a/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfig.java b/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfig.java
index 97b1beb..2787d9c 100644
--- a/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfig.java
+++ b/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfig.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.fan.internal;
 
diff --git a/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfigListener.java b/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfigListener.java
index 2bfd496..1479e8f 100644
--- a/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfigListener.java
+++ b/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanConfigListener.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.fan.internal;
 
diff --git a/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanInvoker.java b/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanInvoker.java
index 2aab9da..ad40e28 100644
--- a/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanInvoker.java
+++ b/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/internal/FanInvoker.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.fan.internal;
 
diff --git a/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/osgi/Activator.java b/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/osgi/Activator.java
index 82838a2..a4836f2 100644
--- a/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/osgi/Activator.java
+++ b/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/osgi/Activator.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.fan.osgi;
 
diff --git a/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/swing/FanPanel.java b/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/swing/FanPanel.java
index e00ad7a..6d849a2 100644
--- a/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/swing/FanPanel.java
+++ b/simulated-devices/fan/src/main/java/org/eclipse/sensinact/gateway/simulated/fan/swing/FanPanel.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.fan.swing;
 
diff --git a/simulated-devices/fan/src/main/resources/fan-resource.xml b/simulated-devices/fan/src/main/resources/fan-resource.xml
index 8b6f8b6..9cc26e8 100644
--- a/simulated-devices/fan/src/main/resources/fan-resource.xml
+++ b/simulated-devices/fan/src/main/resources/fan-resource.xml
@@ -1,12 +1,12 @@
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <resourceInfos xmlns="http://org.eclipse.sensinact/resource"
diff --git a/simulated-devices/light/pom.xml b/simulated-devices/light/pom.xml
index d5b6e0b..a3affea 100644
--- a/simulated-devices/light/pom.xml
+++ b/simulated-devices/light/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
diff --git a/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightConfig.java b/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightConfig.java
index 37bda45..59b56a1 100644
--- a/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightConfig.java
+++ b/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightConfig.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.light.internal;
 
diff --git a/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightConfigListener.java b/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightConfigListener.java
index c85d5aa..3651b1b 100644
--- a/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightConfigListener.java
+++ b/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightConfigListener.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.light.internal;
 
diff --git a/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightInvoker.java b/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightInvoker.java
index 5377a18..d7d4df7 100644
--- a/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightInvoker.java
+++ b/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/internal/LightInvoker.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.light.internal;
 
diff --git a/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/osgi/Activator.java b/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/osgi/Activator.java
index cc4a68b..9f23170 100644
--- a/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/osgi/Activator.java
+++ b/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/osgi/Activator.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.light.osgi;
 
diff --git a/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/swing/LightPanel.java b/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/swing/LightPanel.java
index 9ef0c36..92672ef 100644
--- a/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/swing/LightPanel.java
+++ b/simulated-devices/light/src/main/java/org/eclipse/sensinact/gateway/simulated/light/swing/LightPanel.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.light.swing;
 
diff --git a/simulated-devices/light/src/main/resources/light-resource.xml b/simulated-devices/light/src/main/resources/light-resource.xml
index 7e7b737..6f1fb69 100644
--- a/simulated-devices/light/src/main/resources/light-resource.xml
+++ b/simulated-devices/light/src/main/resources/light-resource.xml
@@ -1,12 +1,12 @@
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <resourceInfos xmlns="http://org.eclipse.sensinact/resource"
diff --git a/simulated-devices/pom.xml b/simulated-devices/pom.xml
index cdd03a2..5be7a23 100644
--- a/simulated-devices/pom.xml
+++ b/simulated-devices/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
diff --git a/simulated-devices/slider/pom.xml b/simulated-devices/slider/pom.xml
index 7e8ea4e..23383e8 100644
--- a/simulated-devices/slider/pom.xml
+++ b/simulated-devices/slider/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
diff --git a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/api/SliderSetterItf.java b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/api/SliderSetterItf.java
index 1fe501b..c1ccffd 100644
--- a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/api/SliderSetterItf.java
+++ b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/api/SliderSetterItf.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.slider.api;
 
diff --git a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderAdapter.java b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderAdapter.java
index 03390fe..b7f2188 100644
--- a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderAdapter.java
+++ b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderAdapter.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.slider.internal;
 
diff --git a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderGUI.java b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderGUI.java
index 6796d38..b689590 100644
--- a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderGUI.java
+++ b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderGUI.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.slider.internal;
 
diff --git a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderPacket.java b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderPacket.java
index 259a527..aed4ed8 100644
--- a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderPacket.java
+++ b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderPacket.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.slider.internal;
 
diff --git a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderSetter.java b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderSetter.java
index 1a5fa71..8159af3 100644
--- a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderSetter.java
+++ b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/internal/SliderSetter.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.slider.internal;
 
diff --git a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/osgi/Activator.java b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/osgi/Activator.java
index 2d36a0d..2a6f099 100644
--- a/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/osgi/Activator.java
+++ b/simulated-devices/slider/src/main/java/org/eclipse/sensinact/gateway/simulated/slider/osgi/Activator.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.slider.osgi;
 
diff --git a/simulated-devices/slider/src/main/resources/slider-resource.xml b/simulated-devices/slider/src/main/resources/slider-resource.xml
index fbdbc97..b717dbc 100644
--- a/simulated-devices/slider/src/main/resources/slider-resource.xml
+++ b/simulated-devices/slider/src/main/resources/slider-resource.xml
@@ -1,12 +1,12 @@
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <resourceInfos xmlns="http://org.eclipse.sensinact/resource"
diff --git a/simulated-devices/temperatures-generator/pom.xml b/simulated-devices/temperatures-generator/pom.xml
index ddd1602..0617db4 100644
--- a/simulated-devices/temperatures-generator/pom.xml
+++ b/simulated-devices/temperatures-generator/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/discovery/TemperaturesGeneratorDiscoveryPacket.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/discovery/TemperaturesGeneratorDiscoveryPacket.java
index fd38083..cd9d11a 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/discovery/TemperaturesGeneratorDiscoveryPacket.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/discovery/TemperaturesGeneratorDiscoveryPacket.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.discovery;
 
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/discovery/TemperaturesGeneratorDiscoveryPacketReader.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/discovery/TemperaturesGeneratorDiscoveryPacketReader.java
index 709ce1a..c7a1137 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/discovery/TemperaturesGeneratorDiscoveryPacketReader.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/discovery/TemperaturesGeneratorDiscoveryPacketReader.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.discovery;
 
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorAbstractPacket.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorAbstractPacket.java
index de60a23..2ab9366 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorAbstractPacket.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorAbstractPacket.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.internal;
 
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorAbstractPacketReader.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorAbstractPacketReader.java
index 2483c42..6a4da03 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorAbstractPacketReader.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorAbstractPacketReader.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.internal;
 
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorPacketReaderFactory.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorPacketReaderFactory.java
index 9e9fa17..913bc88 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorPacketReaderFactory.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/internal/TemperaturesGeneratorPacketReaderFactory.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.internal;
 
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/osgi/Activator.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/osgi/Activator.java
index 1de1bad..5601516 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/osgi/Activator.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/osgi/Activator.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.osgi;
 
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/parser/DataParser.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/parser/DataParser.java
index 0bf60df..953b9ec 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/parser/DataParser.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/parser/DataParser.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.parser;
 
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/parser/DeviceInfo.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/parser/DeviceInfo.java
index 89c870a..2fe094a 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/parser/DeviceInfo.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/parser/DeviceInfo.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.parser;
 
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/reader/TemperaturesGeneratorPacket.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/reader/TemperaturesGeneratorPacket.java
index 5684f94..2094139 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/reader/TemperaturesGeneratorPacket.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/reader/TemperaturesGeneratorPacket.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.reader;
 
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/reader/TemperaturesGeneratorPacketReader.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/reader/TemperaturesGeneratorPacketReader.java
index f32d451..0e6d0eb 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/reader/TemperaturesGeneratorPacketReader.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/reader/TemperaturesGeneratorPacketReader.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.reader;
 
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/thread/TemperaturesGeneratorThread.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/thread/TemperaturesGeneratorThread.java
index 43ff083..a448545 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/thread/TemperaturesGeneratorThread.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/thread/TemperaturesGeneratorThread.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.thread;
 
diff --git a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/thread/TemperaturesGeneratorThreadManager.java b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/thread/TemperaturesGeneratorThreadManager.java
index e32ac6e..526b93d 100644
--- a/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/thread/TemperaturesGeneratorThreadManager.java
+++ b/simulated-devices/temperatures-generator/src/main/java/org/eclipse/sensinact/gateway/simulated/temperature/generator/thread/TemperaturesGeneratorThreadManager.java
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2017 CEA.
+* Copyright (c) 2020 Kentyou.
  * 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
  *
  * Contributors:
- *    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
  */
 package org.eclipse.sensinact.gateway.simulated.temperature.generator.thread;
 
diff --git a/simulated-devices/temperatures-generator/src/main/resources/temperature-resource.xml b/simulated-devices/temperatures-generator/src/main/resources/temperature-resource.xml
index a7828d5..5693705 100644
--- a/simulated-devices/temperatures-generator/src/main/resources/temperature-resource.xml
+++ b/simulated-devices/temperatures-generator/src/main/resources/temperature-resource.xml
@@ -1,12 +1,12 @@
 <!--
-  ~ Copyright (c) 2017 CEA.
+  ~ Copyright (c) 2020 Kentyou.
   ~ 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
   ~
   ~ Contributors:
-  ~    CEA - initial API and implementation
+*    Kentyou - initial API and implementation
   -->
 
 <resourceInfos xmlns="http://org.eclipse.sensinact/resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"