diff --git a/licenses/epl-2.0/header.txt b/licenses/epl-2.0/header.txt
new file mode 100644
index 000000000..e1d7d78aa
--- /dev/null
+++ b/licenses/epl-2.0/header.txt
@@ -0,0 +1,10 @@
+Copyright (c) 2010-${year} Contributors to the openHAB project
+
+See the NOTICE file(s) distributed with this work for additional
+information.
+
+This program and the accompanying materials are made available under the
+terms of the Eclipse Public License 2.0 which is available at
+http://www.eclipse.org/legal/epl-2.0
+
+SPDX-License-Identifier: EPL-2.0
diff --git a/licenses/epl-2.0/xml-header-style.xml b/licenses/epl-2.0/xml-header-style.xml
new file mode 100644
index 000000000..f205500ef
--- /dev/null
+++ b/licenses/epl-2.0/xml-header-style.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+ ]]>
+ $]]>
+
+ (\s|\t)*$]]>
+ true
+ true
+
+
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/HABminConstants.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/HABminConstants.java
index a1771d0f4..17cfd7131 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/HABminConstants.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/HABminConstants.java
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
+ *
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
package org.openhab.ui.habmin;
public class HABminConstants {
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/HABminUIDashboardTile.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/HABminUIDashboardTile.java
index 9b1bad7b4..7df9c1106 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/HABminUIDashboardTile.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/HABminUIDashboardTile.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartAxisConfigBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartAxisConfigBean.java
index de912892d..ebab45e27 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartAxisConfigBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartAxisConfigBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.chart;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartConfigBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartConfigBean.java
index 528068581..a5ae17f13 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartConfigBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartConfigBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.chart;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartItemConfigBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartItemConfigBean.java
index 85cebdfda..7da95f5a8 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartItemConfigBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartItemConfigBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.chart;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartListBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartListBean.java
index 827a5b4c1..bf21e2714 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartListBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartListBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.chart;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartResource.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartResource.java
index f073ba77b..baad2c15d 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartResource.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartResource.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.chart;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardConfigBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardConfigBean.java
index b5ac73701..4011f04b6 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardConfigBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardConfigBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.dashboard;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardListBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardListBean.java
index b13398dd5..0703eb4f4 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardListBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardListBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.dashboard;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardResource.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardResource.java
index 054f4e831..d3aa2f5cc 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardResource.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardResource.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.dashboard;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardWidgetBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardWidgetBean.java
index b6dc6137b..e45daa619 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardWidgetBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardWidgetBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.dashboard;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardWidgetOptionsBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardWidgetOptionsBean.java
index b3f8c3e76..aff5645f1 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardWidgetOptionsBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardWidgetOptionsBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.dashboard;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerBean.java
index 54c74d925..1a9557113 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerBlockBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerBlockBean.java
index 6958a3a9f..754e8b2b2 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerBlockBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerBlockBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerChildBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerChildBean.java
index 5d9f3305b..b329a77ca 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerChildBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerChildBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerCommentBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerCommentBean.java
index cc32987cd..b60014650 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerCommentBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerCommentBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerFieldBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerFieldBean.java
index 44c2a732a..382a1e8fd 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerFieldBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerFieldBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerListBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerListBean.java
index 8f9510b3c..41fc63b7b 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerListBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerListBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerMutationBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerMutationBean.java
index 03234b486..88551887c 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerMutationBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerMutationBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerResource.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerResource.java
index 51db35aff..8baf3987c 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerResource.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerResource.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/ControlIfBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/ControlIfBlock.java
index 191d2201a..921baf593 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/ControlIfBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/ControlIfBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/DesignerRuleCreator.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/DesignerRuleCreator.java
index a22dee4be..ac5b1bd2c 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/DesignerRuleCreator.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/DesignerRuleCreator.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicBooleanBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicBooleanBlock.java
index f301f8770..9082d34a8 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicBooleanBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicBooleanBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicCompareBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicCompareBlock.java
index ada76b130..662fe6d8c 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicCompareBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicCompareBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicNegateBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicNegateBlock.java
index 38377bbd9..19b5a4932 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicNegateBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicNegateBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicOperationBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicOperationBlock.java
index d92a64c68..f4662e89a 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicOperationBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/LogicOperationBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathArithmeticBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathArithmeticBlock.java
index 24f7d5075..7a6d49ee8 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathArithmeticBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathArithmeticBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathConstrainBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathConstrainBlock.java
index 20742e0df..b86651efa 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathConstrainBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathConstrainBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathNumberBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathNumberBlock.java
index 7981e4663..d09c4a609 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathNumberBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathNumberBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathRoundBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathRoundBlock.java
index dedbebec6..f18047f1e 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathRoundBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/MathRoundBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabConstantGetBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabConstantGetBlock.java
index 84c5f52e7..9c58f1230 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabConstantGetBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabConstantGetBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabConstantSetBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabConstantSetBlock.java
index 198e1857b..294eacb00 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabConstantSetBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabConstantSetBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabIfTimerBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabIfTimerBlock.java
index edf96c39c..b476a0502 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabIfTimerBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabIfTimerBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemCmdBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemCmdBlock.java
index 4b9027a6e..90324377d 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemCmdBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemCmdBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemGetBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemGetBlock.java
index 1e4284d51..21f4a479c 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemGetBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemGetBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemSetBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemSetBlock.java
index cc71051bb..a9e296ee6 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemSetBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabItemSetBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabPersistenceGetBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabPersistenceGetBlock.java
index 8917288c3..1c892b596 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabPersistenceGetBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabPersistenceGetBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabRuleBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabRuleBlock.java
index 78dbd94aa..a5856e266 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabRuleBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabRuleBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabStateOnOffBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabStateOnOffBlock.java
index b8f03760f..ccbbfb775 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabStateOnOffBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabStateOnOffBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabStateOpenClosedBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabStateOpenClosedBlock.java
index 2a0fb66b6..5ec3d2702 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabStateOpenClosedBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabStateOpenClosedBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabTimeBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabTimeBlock.java
index d9ef28a08..1d02011d3 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabTimeBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/OpenhabTimeBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/RuleContext.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/RuleContext.java
index 2103aa53c..d6692e0f8 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/RuleContext.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/RuleContext.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/TextBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/TextBlock.java
index 05979a0ee..b7b26646b 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/TextBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/TextBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/VariableGetBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/VariableGetBlock.java
index a35ce3b7b..62f4d02f2 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/VariableGetBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/VariableGetBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/VariableSetBlock.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/VariableSetBlock.java
index 56b94405e..9539e5f76 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/VariableSetBlock.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/blocks/VariableSetBlock.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.designer.blocks;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanConfigBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanConfigBean.java
index eb0147af1..72af4e765 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanConfigBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanConfigBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.floorplan;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanHotspotConfigBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanHotspotConfigBean.java
index 759c4d660..2da336784 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanHotspotConfigBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanHotspotConfigBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.floorplan;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanListBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanListBean.java
index ee9535454..7dd0c834e 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanListBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanListBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.floorplan;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanResource.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanResource.java
index 8cd3e0760..1de5a9ac1 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanResource.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/floorplan/FloorplanResource.java
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
+ *
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
package org.openhab.ui.habmin.internal.services.floorplan;
import java.io.BufferedOutputStream;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleBean.java
index 14594eeda..cb2a908da 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.rule;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleResource.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleResource.java
index 7aa3d4aef..548870d66 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleResource.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleResource.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.rule;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleSourceBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleSourceBean.java
index 24771da51..7332fcc46 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleSourceBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleSourceBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.rule;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleSourceListBean.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleSourceListBean.java
index a54ce73ee..b5bd3e332 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleSourceListBean.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/rule/RuleSourceListBean.java
@@ -1,10 +1,14 @@
/**
- * Copyright (c) 2010-2013, openHAB.org and others.
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
*
- * 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
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.services.rule;
diff --git a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/servlet/HABminApp.java b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/servlet/HABminApp.java
index c85f87d0c..00582bde8 100644
--- a/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/servlet/HABminApp.java
+++ b/org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/servlet/HABminApp.java
@@ -1,9 +1,14 @@
/**
- * Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
- * 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
+ * Copyright (c) 2010-2019 Contributors to the openHAB project
+ *
+ * See the NOTICE file(s) distributed with this work for additional
+ * information.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.ui.habmin.internal.servlet;
diff --git a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/chartresource.xml b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/chartresource.xml
index b8b688cd7..ca2724f95 100644
--- a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/chartresource.xml
+++ b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/chartresource.xml
@@ -1,11 +1,16 @@
diff --git a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/dashboardresource.xml b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/dashboardresource.xml
index 7321072cc..6cdfee863 100644
--- a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/dashboardresource.xml
+++ b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/dashboardresource.xml
@@ -1,11 +1,16 @@
diff --git a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/dashboardtile.xml b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/dashboardtile.xml
index e5cb8570e..4078d5a98 100644
--- a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/dashboardtile.xml
+++ b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/dashboardtile.xml
@@ -1,12 +1,16 @@
diff --git a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/designerresource.xml b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/designerresource.xml
index 8399d6776..8538f3a6d 100644
--- a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/designerresource.xml
+++ b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/designerresource.xml
@@ -1,11 +1,16 @@
diff --git a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/floorplanresource.xml b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/floorplanresource.xml
index b4ff1aaf8..03a765c4b 100644
--- a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/floorplanresource.xml
+++ b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/floorplanresource.xml
@@ -1,11 +1,16 @@
diff --git a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/habminapp.xml b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/habminapp.xml
index 28ca819ea..85f4f1827 100644
--- a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/habminapp.xml
+++ b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/habminapp.xml
@@ -1,11 +1,16 @@
diff --git a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/ruleresource.xml b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/ruleresource.xml
index 89df05159..549aa1186 100644
--- a/org.openhab.ui.habmin/src/main/resources/OSGI-INF/ruleresource.xml
+++ b/org.openhab.ui.habmin/src/main/resources/OSGI-INF/ruleresource.xml
@@ -1,11 +1,16 @@
diff --git a/org.openhab.ui.habpanel/src/main/resources/OSGI-INF/dashboardtile.xml b/org.openhab.ui.habpanel/src/main/resources/OSGI-INF/dashboardtile.xml
index 5857162e4..a488c8ae8 100644
--- a/org.openhab.ui.habpanel/src/main/resources/OSGI-INF/dashboardtile.xml
+++ b/org.openhab.ui.habpanel/src/main/resources/OSGI-INF/dashboardtile.xml
@@ -1,16 +1,16 @@
diff --git a/org.openhab.ui.habpanel/src/main/resources/OSGI-INF/habpanelresource.xml b/org.openhab.ui.habpanel/src/main/resources/OSGI-INF/habpanelresource.xml
index 02ce23eb7..8a8cfa4f3 100644
--- a/org.openhab.ui.habpanel/src/main/resources/OSGI-INF/habpanelresource.xml
+++ b/org.openhab.ui.habpanel/src/main/resources/OSGI-INF/habpanelresource.xml
@@ -1,16 +1,16 @@