Skip to content

Commit 0e5fc4b

Browse files
committed
updated license headers for 2015
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
1 parent 3d2c1f7 commit 0e5fc4b

File tree

187 files changed

+544
-202
lines changed

Some content is hidden

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

187 files changed

+544
-202
lines changed

addons/binding/org.openhab.binding.max/OSGI-INF/MaxCubeDiscovery.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
4+
Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
5+
56
All rights reserved. This program and the accompanying materials
67
are made available under the terms of the Eclipse Public License v1.0
78
which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.max/OSGI-INF/MaxCubeHandlerFactory.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
4+
Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
5+
56
All rights reserved. This program and the accompanying materials
67
are made available under the terms of the Eclipse Public License v1.0
78
which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/MaxBinding.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/config/MaxCubeBridgeConfiguration.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at
67
* http://www.eclipse.org/legal/epl-v10.html
78
*/
8-
99
package org.openhab.binding.max.config;
1010

1111
/**

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/Utils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/discovery/MaxCubeBridgeDiscovery.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/discovery/MaxCubeBridgeDiscoveryResult.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
package org.openhab.binding.max.internal.discovery;
21
/**
3-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0
66
* which accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v10.html
88
*/
9-
9+
package org.openhab.binding.max.internal.discovery;
1010

1111
/**
1212
* Class for {@link MaxBinding} MAX! Cube discoveries
1313
*
1414
* @author Marcel Verpaalen - Initial contribution
1515
*/
16-
1716
public class MaxCubeBridgeDiscoveryResult {
1817

1918
private String ipAddress;

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/discovery/MaxCubeDiscover.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2013, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/discovery/MaxDeviceDiscoveryService.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/factory/MaxCubeHandlerFactory.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/handler/DeviceStatusListener.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/handler/MaxCubeBridgeHandler.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/handler/MaxCubeHandler.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/C_Message.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/Device.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/DeviceConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/DeviceInformation.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0
66
* which accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v10.html
88
*/
9-
109
package org.openhab.binding.max.internal.message;
1110

1211

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/DeviceType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/EcoSwitch.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0
66
* which accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v10.html
88
*/
9-
109
package org.openhab.binding.max.internal.message;
1110

1211
import org.eclipse.smarthome.core.library.types.OnOffType;

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/H_Message.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/HeatingThermostat.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/L_Message.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/M_Message.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/MaxTokenizer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/Message.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/MessageType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/RoomInformation.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0
66
* which accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v10.html
88
*/
9-
109
package org.openhab.binding.max.internal.message;
1110

1211
/**

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/S_Command.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/S_Message.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0
66
* which accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v10.html
88
*/
9-
109
package org.openhab.binding.max.internal.message;
1110

1211
import org.slf4j.Logger;

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/SendCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/ShutterContact.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/ThermostatModeType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/UnsupportedDevice.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.max/src/main/java/org/openhab/binding/max/internal/message/WallMountedThermostat.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2014, openHAB.org and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License v1.0

addons/binding/org.openhab.binding.sonos/OSGI-INF/SonosHandlerFactory.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
4+
Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
5+
56
All rights reserved. This program and the accompanying materials
67
are made available under the terms of the Eclipse Public License v1.0
78
which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.sonos/OSGI-INF/ZonePlayerDiscovery.xml

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
5+
6+
All rights reserved. This program and the accompanying materials
7+
are made available under the terms of the Eclipse Public License v1.0
8+
which accompanies this distribution, and is available at
9+
http://www.eclipse.org/legal/epl-v10.html
10+
11+
-->
212
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.binding.sonos.discovery.zoneplayer">
313
<implementation class="org.openhab.binding.sonos.discovery.ZonePlayerDiscoveryParticipant"/>
414
<service>

addons/binding/org.openhab.binding.sonos/src/main/java/org/openhab/binding/sonos/SonosBindingConstants.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.sonos/src/main/java/org/openhab/binding/sonos/config/ZonePlayerConfiguration.java

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
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
8+
*/
19
package org.openhab.binding.sonos.config;
210

311
public class ZonePlayerConfiguration {

addons/binding/org.openhab.binding.sonos/src/main/java/org/openhab/binding/sonos/discovery/ZonePlayerDiscoveryParticipant.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.sonos/src/main/java/org/openhab/binding/sonos/handler/ZonePlayerHandler.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.sonos/src/main/java/org/openhab/binding/sonos/internal/SonosAlarm.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.sonos/src/main/java/org/openhab/binding/sonos/internal/SonosEntry.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.sonos/src/main/java/org/openhab/binding/sonos/internal/SonosHandlerFactory.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

addons/binding/org.openhab.binding.sonos/src/main/java/org/openhab/binding/sonos/internal/SonosMetaData.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
2+
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
3+
*
34
* All rights reserved. This program and the accompanying materials
45
* are made available under the terms of the Eclipse Public License v1.0
56
* which accompanies this distribution, and is available at

0 commit comments

Comments
 (0)