Skip to content

Commit 9173058

Browse files
wbornkaikreuzer
authored andcommitted
Update all license headers to openHAB EPL-2.0 (openhab#35)
Signed-off-by: Wouter Born <[email protected]>
1 parent 438abd1 commit 9173058

File tree

65 files changed

+599
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+599
-309
lines changed

licenses/epl-2.0/header.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Copyright (c) 2010-${year} Contributors to the openHAB project
2+
3+
See the NOTICE file(s) distributed with this work for additional
4+
information.
5+
6+
This program and the accompanying materials are made available under the
7+
terms of the Eclipse Public License 2.0 which is available at
8+
http://www.eclipse.org/legal/epl-2.0
9+
10+
SPDX-License-Identifier: EPL-2.0

licenses/epl-2.0/xml-header-style.xml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<additionalHeaders>
3+
<xml-header-style>
4+
<firstLine><![CDATA[<!--EOL]]></firstLine>
5+
<beforeEachLine>&#x9;</beforeEachLine>
6+
<endLine><![CDATA[EOL-->]]></endLine>
7+
<skipLine><![CDATA[^<\?xml.*>$]]></skipLine>
8+
<firstLineDetectionPattern><![CDATA[(\s|\t)*<!--.*$]]></firstLineDetectionPattern>
9+
<lastLineDetectionPattern><![CDATA[.*-->(\s|\t)*$]]></lastLineDetectionPattern>
10+
<allowBlankLines>true</allowBlankLines>
11+
<isMultiline>true</isMultiline>
12+
</xml-header-style>
13+
</additionalHeaders>

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/HABminConstants.java

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/**
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
3+
*
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
12+
*/
113
package org.openhab.ui.habmin;
214

315
public class HABminConstants {

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/HABminUIDashboardTile.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartAxisConfigBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.chart;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartConfigBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.chart;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartItemConfigBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.chart;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartListBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.chart;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/chart/ChartResource.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.chart;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardConfigBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.dashboard;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardListBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.dashboard;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardResource.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.dashboard;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardWidgetBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.dashboard;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/dashboard/DashboardWidgetOptionsBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.dashboard;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.designer;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerBlockBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.designer;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerChildBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.designer;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerCommentBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.designer;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerFieldBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.designer;
1014

org.openhab.ui.habmin/src/main/java/org/openhab/ui/habmin/internal/services/designer/DesignerListBean.java

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2010-2019 Contributors to the openHAB project
33
*
4-
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
6-
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
812
*/
913
package org.openhab.ui.habmin.internal.services.designer;
1014

0 commit comments

Comments
 (0)