Skip to content

Commit 12c1be4

Browse files
jlaurflorian-h05
authored andcommitted
Update license headers to 2024 (openhab#16168)
* Update copyright year in configuration * Update license headers * Manually update nibeheatpump headers (.cpp/.h/.ino) * Manually update smsmodem header * Manually update hueemulation header * Manually update addon-header.xml header Signed-off-by: Jacob Laursen <[email protected]> (cherry picked from commit f4596f5)
1 parent f89f0b3 commit 12c1be4

File tree

11,801 files changed

+12958
-11858
lines changed

Some content is hidden

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

11,801 files changed

+12958
-11858
lines changed

bundles/org.openhab.automation.groovyscripting/src/main/java/org/openhab/automation/groovyscripting/internal/GroovyScriptEngineFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.groovyscripting/src/main/java/org/openhab/automation/groovyscripting/internal/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jrubyscripting/src/main/java/org/openhab/automation/jrubyscripting/internal/JRubyEngineWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jrubyscripting/src/main/java/org/openhab/automation/jrubyscripting/internal/JRubyScriptEngineConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jrubyscripting/src/main/java/org/openhab/automation/jrubyscripting/internal/JRubyScriptEngineFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jrubyscripting/src/main/java/org/openhab/automation/jrubyscripting/internal/package-info.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
@org.osgi.annotation.bundle.Header(name = org.osgi.framework.Constants.DYNAMICIMPORT_PACKAGE, value = "*")
1514
package org.openhab.automation.jrubyscripting.internal;
1615

bundles/org.openhab.automation.jrubyscripting/src/main/java/org/openhab/automation/jrubyscripting/internal/watch/BidiSetBag.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jrubyscripting/src/main/java/org/openhab/automation/jrubyscripting/internal/watch/JRubyDependencyTracker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jrubyscripting/src/main/java/org/openhab/automation/jrubyscripting/internal/watch/JRubyGemWatchService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jrubyscripting/src/main/java/org/openhab/automation/jrubyscripting/internal/watch/JRubyLibWatchService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jrubyscripting/src/main/java/org/openhab/automation/jrubyscripting/internal/watch/JRubyScriptFileWatcher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jrubyscripting/src/main/java/org/openhab/automation/jrubyscripting/internal/watch/JRubyWatchService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/DebuggingGraalScriptEngine.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
package org.openhab.automation.jsscripting.internal;
1514

1615
import javax.script.Invocable;

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/GraalJSScriptEngineFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/JSRuntimeFeatures.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/JSScriptServiceUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/ModuleLocator.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
package org.openhab.automation.jsscripting.internal;
1514

1615
import java.util.Optional;

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/OpenhabGraalJSScriptEngine.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/ScriptExtensionModuleProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/fs/DelegatingFileSystem.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
package org.openhab.automation.jsscripting.internal.fs;
1514

1615
import java.io.IOException;

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/fs/PrefixedSeekableByteChannel.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
package org.openhab.automation.jsscripting.internal.fs;
1514

1615
import java.io.IOException;

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/fs/ReadOnlySeekableByteArrayChannel.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
package org.openhab.automation.jsscripting.internal.fs;
1514

1615
import java.io.IOException;

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/fs/watch/JSDependencyTracker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/fs/watch/JSScriptFileWatcher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/scope/AbstractScriptExtensionProvider.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
package org.openhab.automation.jsscripting.internal.scope;
1514

1615
import java.util.Collection;

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/scope/OSGiScriptExtensionProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/scope/ScriptDisposalAware.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
package org.openhab.automation.jsscripting.internal.scope;
1514

1615
import org.eclipse.jdt.annotation.NonNullByDefault;

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/scope/ScriptDisposalAwareScriptExtensionProvider.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
package org.openhab.automation.jsscripting.internal.scope;
1514

1615
import java.util.Collection;

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/scriptengine/DelegatingScriptEngineWithInvocableAndAutocloseable.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
package org.openhab.automation.jsscripting.internal.scriptengine;
1514

1615
import java.io.Reader;

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/scriptengine/InvocationInterceptingScriptEngineWithInvocableAndAutoCloseable.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
package org.openhab.automation.jsscripting.internal.scriptengine;
1514

1615
import java.io.Reader;

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/threading/ThreadsafeSimpleRuleDelegate.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/threading/ThreadsafeTimers.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/threading/ThreadsafeWrappingScriptedAutomationManagerDelegate.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.
@@ -10,7 +10,6 @@
1010
*
1111
* SPDX-License-Identifier: EPL-2.0
1212
*/
13-
1413
package org.openhab.automation.jsscripting.internal.threading;
1514

1615
import java.util.concurrent.locks.Lock;

bundles/org.openhab.automation.jsscriptingnashorn/src/main/java/org/openhab/automation/jsscriptingnashorn/internal/NashornScriptEngineFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscriptingnashorn/src/main/java/org/openhab/automation/jsscriptingnashorn/internal/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jsscriptingnashorn/src/test/java/org/openhab/automation/jsscriptingnashorn/NashornScriptEngineFactoryTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jythonscripting/src/main/java/org/openhab/automation/jythonscripting/JythonScriptEngineFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.jythonscripting/src/main/java/org/openhab/automation/jythonscripting/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/LowpassFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/PIDControllerConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/PIDException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/factory/PIDControllerModuleHandlerFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

bundles/org.openhab.automation.pidcontroller/src/main/java/org/openhab/automation/pidcontroller/internal/handler/PIDController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2010-2023 Contributors to the openHAB project
2+
* Copyright (c) 2010-2024 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional
55
* information.

0 commit comments

Comments
 (0)