From: Jacob Laursen Date: Fri, 6 Jan 2023 23:01:27 +0000 (+0100) Subject: Fix incorrectly formatted license headers (#14171) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=576be1455cf7d308dc54221c7a8345e12466b0ae;p=openhab-addons.git Fix incorrectly formatted license headers (#14171) Signed-off-by: Jacob Laursen --- diff --git a/bundles/org.openhab.binding.mycroft/src/main/java/org/openhab/binding/mycroft/internal/MycroftHandlerFactory.java b/bundles/org.openhab.binding.mycroft/src/main/java/org/openhab/binding/mycroft/internal/MycroftHandlerFactory.java index b073e8fae8..e8b52c0165 100644 --- a/bundles/org.openhab.binding.mycroft/src/main/java/org/openhab/binding/mycroft/internal/MycroftHandlerFactory.java +++ b/bundles/org.openhab.binding.mycroft/src/main/java/org/openhab/binding/mycroft/internal/MycroftHandlerFactory.java @@ -9,8 +9,6 @@ * http://www.eclipse.org/legal/epl-2.0 * * SPDX-License-Identifier: EPL-2.0 - * - * @author Gwendal Roulleau - Initial contribution */ package org.openhab.binding.mycroft.internal; diff --git a/bundles/org.openhab.binding.souliss/src/main/java/org/openhab/binding/souliss/internal/handler/TypicalCommonMethods.java b/bundles/org.openhab.binding.souliss/src/main/java/org/openhab/binding/souliss/internal/handler/TypicalCommonMethods.java index 7e9ccf770a..b10978043f 100644 --- a/bundles/org.openhab.binding.souliss/src/main/java/org/openhab/binding/souliss/internal/handler/TypicalCommonMethods.java +++ b/bundles/org.openhab.binding.souliss/src/main/java/org/openhab/binding/souliss/internal/handler/TypicalCommonMethods.java @@ -9,12 +9,6 @@ * http://www.eclipse.org/legal/epl-2.0 * * SPDX-License-Identifier: EPL-2.0 -======= - * Copyright (c) 2014-2019 by the respective copyright holders. - * 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 */ package org.openhab.binding.souliss.internal.handler;