Update headers
Define 2020 copyright for Kentyou
diff --git a/platform/sensinact-application/application-manager/pom.xml b/platform/sensinact-application/application-manager/pom.xml
index af09446..21c6392 100644
--- a/platform/sensinact-application/application-manager/pom.xml
+++ b/platform/sensinact-application/application-manager/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
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ApplicationFactoryException.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ApplicationFactoryException.java
index 2a67bf5..3929f06 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ApplicationFactoryException.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ApplicationFactoryException.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.app.api.exception;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ApplicationRuntimeException.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ApplicationRuntimeException.java
index 52b2395..bfbe9a8 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ApplicationRuntimeException.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ApplicationRuntimeException.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.app.api.exception;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/FunctionNotFoundException.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/FunctionNotFoundException.java
index 3b50622..65c9ed3 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/FunctionNotFoundException.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/FunctionNotFoundException.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.app.api.exception;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/InvalidApplicationException.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/InvalidApplicationException.java
index caf6b72..2bc9c7c 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/InvalidApplicationException.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/InvalidApplicationException.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.app.api.exception;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/LifeCycleException.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/LifeCycleException.java
index 15a47f0..6eac7d3 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/LifeCycleException.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/LifeCycleException.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.app.api.exception;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/NotAReadableResourceException.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/NotAReadableResourceException.java
index 25bf7fc..b15df1e 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/NotAReadableResourceException.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/NotAReadableResourceException.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.app.api.exception;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ResourceNotFoundException.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ResourceNotFoundException.java
index d70a24b..85273f6 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ResourceNotFoundException.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ResourceNotFoundException.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.app.api.exception;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ServiceNotFoundException.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ServiceNotFoundException.java
index b3e0eb6..53a1942 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ServiceNotFoundException.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ServiceNotFoundException.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.app.api.exception;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ValidationException.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ValidationException.java
index e8d4fa2..7c778a1 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ValidationException.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/exception/ValidationException.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.app.api.exception;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/AbstractFunction.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/AbstractFunction.java
index fa9953d..4b07005 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/AbstractFunction.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/AbstractFunction.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.app.api.function;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/DataItf.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/DataItf.java
index 28de15c..a57f74a 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/DataItf.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/DataItf.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.app.api.function;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/FunctionUpdateListener.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/FunctionUpdateListener.java
index 3288479..3be4da5 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/FunctionUpdateListener.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/function/FunctionUpdateListener.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.app.api.function;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/lifecycle/ApplicationStatus.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/lifecycle/ApplicationStatus.java
index b8e01cb..fdc3e4a 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/lifecycle/ApplicationStatus.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/lifecycle/ApplicationStatus.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.app.api.lifecycle;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/ApplicationPersistenceService.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/ApplicationPersistenceService.java
index 4d9ae0c..c76a892 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/ApplicationPersistenceService.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/ApplicationPersistenceService.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.app.api.persistence;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/dao/Application.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/dao/Application.java
index cf9678e..ab301a9 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/dao/Application.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/dao/Application.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.app.api.persistence.dao;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/exception/ApplicationPersistenceException.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/exception/ApplicationPersistenceException.java
index 2a7c175..21c9161 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/exception/ApplicationPersistenceException.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/exception/ApplicationPersistenceException.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.app.api.persistence.exception;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/listener/ApplicationAvailabilityListener.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/listener/ApplicationAvailabilityListener.java
index 73103d0..103ec5d 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/listener/ApplicationAvailabilityListener.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/listener/ApplicationAvailabilityListener.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.app.api.persistence.listener;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/listener/ApplicationAvailabilityListenerAbstract.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/listener/ApplicationAvailabilityListenerAbstract.java
index 6d363ff..8d4ccf5 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/listener/ApplicationAvailabilityListenerAbstract.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/persistence/listener/ApplicationAvailabilityListenerAbstract.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.app.api.persistence.listener;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/AbstractPlugin.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/AbstractPlugin.java
index b9b736f..1197943 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/AbstractPlugin.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/AbstractPlugin.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.app.api.plugin;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/PluginHook.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/PluginHook.java
index 63b03a6..a3c7241 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/PluginHook.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/PluginHook.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.app.api.plugin;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/PluginInstaller.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/PluginInstaller.java
index 6044421..631b7d7 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/PluginInstaller.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/api/plugin/PluginInstaller.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.app.api.plugin;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/AppConstant.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/AppConstant.java
index 0a1aa7b..5466bec 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/AppConstant.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/AppConstant.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.app.manager;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AbstractSensiNactApplication.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AbstractSensiNactApplication.java
index c1c5bb9..49159da 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AbstractSensiNactApplication.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AbstractSensiNactApplication.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.app.manager.application;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ActionHookQueue.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ActionHookQueue.java
index a3ed093..c974ba1 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ActionHookQueue.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ActionHookQueue.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.app.manager.application;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppExceptionExecutor.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppExceptionExecutor.java
index 53ec297..18ca454 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppExceptionExecutor.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppExceptionExecutor.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.app.manager.application;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppLifecycleTrigger.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppLifecycleTrigger.java
index 91ca2cb..f743322 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppLifecycleTrigger.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppLifecycleTrigger.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.app.manager.application;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppStartExecutor.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppStartExecutor.java
index cc7f1ad..0197145 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppStartExecutor.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppStartExecutor.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.app.manager.application;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppStopExecutor.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppStopExecutor.java
index 5a6065c..08228d4 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppStopExecutor.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppStopExecutor.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.app.manager.application;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppWatchdogExecutor.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppWatchdogExecutor.java
index 36c6fdd..8d6d4a5 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppWatchdogExecutor.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/AppWatchdogExecutor.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.app.manager.application;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/Application.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/Application.java
index 6844ed3..ddd5635 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/Application.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/Application.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.app.manager.application;
@@ -117,8 +117,6 @@
return new AppSnaMessage(this.mediator, "/AppManager/" + getName(), SnaErrorMessage.Error.SYSTEM_ERROR, "Unable to start the application " + getName() + " > " + e.getMessage());
}
}
-
-
try {
for (Map.Entry<ResourceDataProvider, Collection<ResourceSubscription>> map : resourceSubscriptions.entrySet()) {
Collection<ResourceSubscription> resourceSubscriptions = map.getValue();
@@ -127,24 +125,14 @@
if (uriElements.length != 3) {
continue;
}
-
- /*
- DescribeResponse<JSONObject> response = super.getSession().getResource(uriElements[0], uriElements[1], uriElements[2]);
- if(response.getStatusCode()!=200) {
- throw new ResourceNotFoundException("The resource " + resourceSubscription.getResourceUri() + " is not accessible. Unable to subscribe to the resource.");
- }
- */
String subscriptionId = super.getSession().subscribe(uriElements[0], uriElements[1], uriElements[2], this,
resourceSubscription.getConditionsAsJSONArray()).getSubscriptionId();
- System.out.println("SUBSCRIBING TO "+resourceSubscription.getResourceUri()+":" + subscriptionId);
resourceSubscription.setSubscriptionId(subscriptionId);
-
}
}
} catch (Exception e) {
return new AppSnaMessage(this.mediator, "/AppManager/" + getName(), SnaErrorMessage.Error.SYSTEM_ERROR, "Unable to start the application " + getName() + " > " + e.getMessage());
}
-
return new AppSnaMessage(this.mediator, "/AppManager/" + getName(), SnaErrorMessage.Error.NO_ERROR, "Application " + getName() + " started");
}
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ApplicationService.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ApplicationService.java
index 65b6fa5..54ff0cf 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ApplicationService.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ApplicationService.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.app.manager.application;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ResourceSubscription.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ResourceSubscription.java
index 67d4400..32bf406 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ResourceSubscription.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/ResourceSubscription.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.app.manager.application;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/SensiNactApplication.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/SensiNactApplication.java
index 350e36d..c71cdd0 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/SensiNactApplication.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/SensiNactApplication.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.app.manager.application;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManager.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManager.java
index 01ff004..ae0e56f 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManager.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManager.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.app.manager.application.dependency;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManagerAbstract.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManagerAbstract.java
index 6fbbebe..1f10172 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManagerAbstract.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManagerAbstract.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.app.manager.application.dependency;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManagerCallback.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManagerCallback.java
index 0b8cff4..a68e89d 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManagerCallback.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/dependency/DependencyManagerCallback.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.app.manager.application.dependency;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/APSApplication.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/APSApplication.java
index d7a3e26..3fb60bc 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/APSApplication.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/APSApplication.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.app.manager.application.persistence;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/FileToApplicationParser.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/FileToApplicationParser.java
index e833156..fa6ef14 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/FileToApplicationParser.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/FileToApplicationParser.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.app.manager.application.persistence;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/SNAPersistApplicationFileSystem.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/SNAPersistApplicationFileSystem.java
index e26175a..2af659d 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/SNAPersistApplicationFileSystem.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/SNAPersistApplicationFileSystem.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.app.manager.application.persistence;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/SNAPersistApplicationInMemory.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/SNAPersistApplicationInMemory.java
index e78cca9..e64c8a0 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/SNAPersistApplicationInMemory.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/SNAPersistApplicationInMemory.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.app.manager.application.persistence;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/exception/ApplicationParseException.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/exception/ApplicationParseException.java
index dd5c757..ef75a74 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/exception/ApplicationParseException.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/application/persistence/exception/ApplicationParseException.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.app.manager.application.persistence.exception;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/checker/ArchitectureChecker.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/checker/ArchitectureChecker.java
index 4ffc55b..e1d7156 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/checker/ArchitectureChecker.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/checker/ArchitectureChecker.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.app.manager.checker;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/checker/JsonValidator.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/checker/JsonValidator.java
index 1d9add8..58f3169 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/checker/JsonValidator.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/checker/JsonValidator.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.app.manager.checker;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/AbstractDataProvider.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/AbstractDataProvider.java
index 659bd48..ee2d568 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/AbstractDataProvider.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/AbstractDataProvider.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.app.manager.component;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/Component.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/Component.java
index 7c98398..cb2a30c 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/Component.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/Component.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.app.manager.component;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ComponentConstant.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ComponentConstant.java
index f5b35c7..1c7a965 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ComponentConstant.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ComponentConstant.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.app.manager.component;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ComponentStatus.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ComponentStatus.java
index 3aac58e..50569e9 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ComponentStatus.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ComponentStatus.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.app.manager.component;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataListenerItf.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataListenerItf.java
index 878a114..0e84736 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataListenerItf.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataListenerItf.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.app.manager.component;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProvider.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProvider.java
index 6f6648e..780c237 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProvider.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProvider.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.app.manager.component;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProviderItf.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProviderItf.java
index 3cf44fe..02e5a16 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProviderItf.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProviderItf.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.app.manager.component;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProviderSubscription.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProviderSubscription.java
index c6f0861..833cc37 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProviderSubscription.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/DataProviderSubscription.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.app.manager.component;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/Event.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/Event.java
index 3a9228e..95f5ef2 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/Event.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/Event.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.app.manager.component;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ResourceDataProvider.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ResourceDataProvider.java
index c786f99..206deb4 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ResourceDataProvider.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/ResourceDataProvider.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.app.manager.component;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/ConstantData.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/ConstantData.java
index a555fb8..9b6aabe 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/ConstantData.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/ConstantData.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.app.manager.component.data;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/Data.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/Data.java
index a0c34a9..447f455 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/Data.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/Data.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.app.manager.component.data;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/ResourceData.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/ResourceData.java
index 50fea0d..c308e63 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/ResourceData.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/data/ResourceData.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.app.manager.component.data;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/property/AbstractPropertyBlock.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/property/AbstractPropertyBlock.java
index 11da295..b581168 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/property/AbstractPropertyBlock.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/property/AbstractPropertyBlock.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.app.manager.component.property;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/property/RegisterPropertyBlock.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/property/RegisterPropertyBlock.java
index be114b5..5233c29 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/property/RegisterPropertyBlock.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/component/property/RegisterPropertyBlock.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.app.manager.component.property;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/factory/ApplicationFactory.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/factory/ApplicationFactory.java
index 2b68ff1..75cc134 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/factory/ApplicationFactory.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/factory/ApplicationFactory.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.app.manager.factory;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/factory/ComponentBuilder.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/factory/ComponentBuilder.java
index ab9a322..bc1d226 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/factory/ComponentBuilder.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/factory/ComponentBuilder.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.app.manager.factory;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppInstallExecutor.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppInstallExecutor.java
index ccd15cb..7b91c82 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppInstallExecutor.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppInstallExecutor.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.app.manager.internal;
@@ -101,7 +101,7 @@
return null;
}
- public Void install(final String name, JSONObject content) throws Exception {
+ public synchronized void install(final String name, JSONObject content) throws Exception {
// Test the JSON parameters
if (name == null) {
throw new InvalidApplicationException("Unable to install the application: application 'name' is null");
@@ -159,7 +159,6 @@
} else {
startApplication(name, appContainer, mediator);
}
- return null;
}
private void startApplication(String name, final AppContainer appContainer, AppServiceMediator mediator) {
@@ -212,18 +211,12 @@
LOG.warn("Application {} did not activate SAR service", name);
}
} catch (ApplicationFactoryException e) {
- Thread.dumpStack();
- e.printStackTrace();
if (mediator.isErrorLoggable()) {
mediator.error("Unable to create the application " + name + " > " + e.getMessage());
}
device.removeService(name);
e.printStackTrace();
- } catch (InvalidValueException e) {
- e.printStackTrace();
- } catch (InvalidServiceException e) {
- e.printStackTrace();
- } catch (InvalidResourceException e) {
+ } catch (InvalidValueException|InvalidServiceException|InvalidResourceException e) {
e.printStackTrace();
}
if (mediator.isInfoLoggable()) {
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppJsonSchemaListener.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppJsonSchemaListener.java
index a479e80..5fa434f 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppJsonSchemaListener.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppJsonSchemaListener.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.app.manager.internal;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppManagerFactory.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppManagerFactory.java
index 0f453b5..09760c8 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppManagerFactory.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppManagerFactory.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.app.manager.internal;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppUninstallExecutor.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppUninstallExecutor.java
index 2aa7499..ff4a94b 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppUninstallExecutor.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/internal/AppUninstallExecutor.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.app.manager.internal;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppComponent.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppComponent.java
index 97e5c2b..8f27693 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppComponent.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppComponent.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppCondition.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppCondition.java
index 7c952e1..fb9eb53 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppCondition.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppCondition.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppContainer.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppContainer.java
index a74eeb1..5ad58be 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppContainer.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppContainer.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppEvent.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppEvent.java
index 85e0978..322b778 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppEvent.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppEvent.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppFinalize.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppFinalize.java
index 8203099..87e7d31 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppFinalize.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppFinalize.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppFunction.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppFunction.java
index 2cb09d7..bc11be3 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppFunction.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppFunction.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppInitialize.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppInitialize.java
index 957cad8..a68210a 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppInitialize.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppInitialize.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppJsonConstant.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppJsonConstant.java
index 1000724..f47a769 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppJsonConstant.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppJsonConstant.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppOperator.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppOperator.java
index 9e2d723..555fc4a 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppOperator.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppOperator.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppOptions.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppOptions.java
index 49d884a..edaad3c 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppOptions.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppOptions.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppParameter.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppParameter.java
index 9a80d3b..6df9b38 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppParameter.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppParameter.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppSnaMessage.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppSnaMessage.java
index 821f079..a3d629e 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppSnaMessage.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/AppSnaMessage.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/ComponentProperties.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/ComponentProperties.java
index 482fea2..b9ff92e 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/ComponentProperties.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/json/ComponentProperties.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.app.manager.json;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/osgi/Activator.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/osgi/Activator.java
index 8736f9b..03efd05 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/osgi/Activator.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/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.app.manager.osgi;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/osgi/AppServiceMediator.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/osgi/AppServiceMediator.java
index 02c6d35..1eebba8 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/osgi/AppServiceMediator.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/osgi/AppServiceMediator.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.app.manager.osgi;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/osgi/PluginsProxy.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/osgi/PluginsProxy.java
index 8bf369a..b00d00a 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/osgi/PluginsProxy.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/osgi/PluginsProxy.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.app.manager.osgi;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AbstractAppWatchDog.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AbstractAppWatchDog.java
index abb75a6..04d2dea 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AbstractAppWatchDog.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AbstractAppWatchDog.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.app.manager.watchdog;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AppExceptionWatchDog.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AppExceptionWatchDog.java
index 24e17d3..f4b0c39 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AppExceptionWatchDog.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AppExceptionWatchDog.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.app.manager.watchdog;
diff --git a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AppResourceLifecycleWatchDog.java b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AppResourceLifecycleWatchDog.java
index 469ec29..b6d096e 100644
--- a/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AppResourceLifecycleWatchDog.java
+++ b/platform/sensinact-application/application-manager/src/main/java/org/eclipse/sensinact/gateway/app/manager/watchdog/AppResourceLifecycleWatchDog.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.app.manager.watchdog;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/AppModelInstance.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/AppModelInstance.java
index ab38bfc..d456dae 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/AppModelInstance.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/AppModelInstance.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
*/
/**
*
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/AppTestSnaMessage.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/AppTestSnaMessage.java
index 4d8d2ec..33f742a 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/AppTestSnaMessage.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/AppTestSnaMessage.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.app.manager.test;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentAddition.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentAddition.java
index 41610b6..42bc723 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentAddition.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentAddition.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.app.manager.test;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentIncrement.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentIncrement.java
index 44df1cc..0cb9377 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentIncrement.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentIncrement.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.app.manager.test;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentSetter.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentSetter.java
index ca0454f..ad3d0e7 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentSetter.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/MockComponentSetter.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.app.manager.test;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestAppChecker.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestAppChecker.java
index aac5f2f..deaf2fc 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestAppChecker.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestAppChecker.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.app.manager.test;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestComponentFactory.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestComponentFactory.java
index cbe7a6e..e8e6a3b 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestComponentFactory.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestComponentFactory.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.app.manager.test;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestComponentInstance.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestComponentInstance.java
index a485d5f..963c1d2 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestComponentInstance.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestComponentInstance.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.app.manager.test;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestInstaller.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestInstaller.java
index 6118039..e4a7eb4 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestInstaller.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestInstaller.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.app.manager.test;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestLifeCycle.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestLifeCycle.java
index ce71056..1ef9b30 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestLifeCycle.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestLifeCycle.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.app.manager.test;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestResult.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestResult.java
index 6ce807f..8925ac3 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestResult.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestResult.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.app.manager.test;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestSubscription.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestSubscription.java
index 69c4f20..4a2c019 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestSubscription.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestSubscription.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.app.manager.test;
diff --git a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestUtils.java b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestUtils.java
index ff07c97..ab57a87 100644
--- a/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestUtils.java
+++ b/platform/sensinact-application/application-manager/src/test/java/org/eclipse/sensinact/gateway/app/manager/test/TestUtils.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.app.manager.test;