Fix headers (#2161)

Signed-off-by: Wouter Born <github@maindrain.net>
pull/2088/head
Wouter Born 2021-01-27 23:43:44 +01:00 committed by GitHub
parent f1a3d824ac
commit 49e148ad7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
* Copyright (c) 2010-2021 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
@ -10,7 +10,6 @@
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.core.automation.module.script.rulesupport.internal.loader;
import java.util.HashSet;

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
* Copyright (c) 2010-2021 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
@ -10,7 +10,6 @@
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.core.automation.module.script.rulesupport.internal.loader;
import static java.nio.file.StandardWatchEventKinds.ENTRY_CREATE;

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
* Copyright (c) 2010-2021 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
@ -10,7 +10,6 @@
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.core.automation.module.script.rulesupport.internal.loader.collection;
import java.util.Collections;

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
* Copyright (c) 2010-2021 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.