Update all license headers to openHAB EPL-2.0 (#35)
Signed-off-by: Wouter Born <github@maindrain.net>pull/37/head
parent
438abd1c5f
commit
9173058ce9
|
@ -0,0 +1,10 @@
|
||||||
|
Copyright (c) 2010-${year} Contributors to the openHAB project
|
||||||
|
|
||||||
|
See the NOTICE file(s) distributed with this work for additional
|
||||||
|
information.
|
||||||
|
|
||||||
|
This program and the accompanying materials are made available under the
|
||||||
|
terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
http://www.eclipse.org/legal/epl-2.0
|
||||||
|
|
||||||
|
SPDX-License-Identifier: EPL-2.0
|
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<additionalHeaders>
|
||||||
|
<xml-header-style>
|
||||||
|
<firstLine><![CDATA[<!--EOL]]></firstLine>
|
||||||
|
<beforeEachLine>	</beforeEachLine>
|
||||||
|
<endLine><![CDATA[EOL-->]]></endLine>
|
||||||
|
<skipLine><![CDATA[^<\?xml.*>$]]></skipLine>
|
||||||
|
<firstLineDetectionPattern><![CDATA[(\s|\t)*<!--.*$]]></firstLineDetectionPattern>
|
||||||
|
<lastLineDetectionPattern><![CDATA[.*-->(\s|\t)*$]]></lastLineDetectionPattern>
|
||||||
|
<allowBlankLines>true</allowBlankLines>
|
||||||
|
<isMultiline>true</isMultiline>
|
||||||
|
</xml-header-style>
|
||||||
|
</additionalHeaders>
|
|
@ -1,3 +1,15 @@
|
||||||
|
/**
|
||||||
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
|
*
|
||||||
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
|
* information.
|
||||||
|
*
|
||||||
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
|
*/
|
||||||
package org.openhab.ui.habmin;
|
package org.openhab.ui.habmin;
|
||||||
|
|
||||||
public class HABminConstants {
|
public class HABminConstants {
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal;
|
package org.openhab.ui.habmin.internal;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.chart;
|
package org.openhab.ui.habmin.internal.services.chart;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.chart;
|
package org.openhab.ui.habmin.internal.services.chart;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.chart;
|
package org.openhab.ui.habmin.internal.services.chart;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.chart;
|
package org.openhab.ui.habmin.internal.services.chart;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.chart;
|
package org.openhab.ui.habmin.internal.services.chart;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.dashboard;
|
package org.openhab.ui.habmin.internal.services.dashboard;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.dashboard;
|
package org.openhab.ui.habmin.internal.services.dashboard;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.dashboard;
|
package org.openhab.ui.habmin.internal.services.dashboard;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.dashboard;
|
package org.openhab.ui.habmin.internal.services.dashboard;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.dashboard;
|
package org.openhab.ui.habmin.internal.services.dashboard;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer;
|
package org.openhab.ui.habmin.internal.services.designer;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer;
|
package org.openhab.ui.habmin.internal.services.designer;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer;
|
package org.openhab.ui.habmin.internal.services.designer;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer;
|
package org.openhab.ui.habmin.internal.services.designer;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer;
|
package org.openhab.ui.habmin.internal.services.designer;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer;
|
package org.openhab.ui.habmin.internal.services.designer;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer;
|
package org.openhab.ui.habmin.internal.services.designer;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer;
|
package org.openhab.ui.habmin.internal.services.designer;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
package org.openhab.ui.habmin.internal.services.designer.blocks;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.floorplan;
|
package org.openhab.ui.habmin.internal.services.floorplan;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.floorplan;
|
package org.openhab.ui.habmin.internal.services.floorplan;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.floorplan;
|
package org.openhab.ui.habmin.internal.services.floorplan;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
/**
|
||||||
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
|
*
|
||||||
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
|
* information.
|
||||||
|
*
|
||||||
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.floorplan;
|
package org.openhab.ui.habmin.internal.services.floorplan;
|
||||||
|
|
||||||
import java.io.BufferedOutputStream;
|
import java.io.BufferedOutputStream;
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.rule;
|
package org.openhab.ui.habmin.internal.services.rule;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.rule;
|
package org.openhab.ui.habmin.internal.services.rule;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.rule;
|
package org.openhab.ui.habmin.internal.services.rule;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-2013, openHAB.org and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
*
|
*
|
||||||
* All rights reserved. This program and the accompanying materials
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* information.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.services.rule;
|
package org.openhab.ui.habmin.internal.services.rule;
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
|
* Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
* All rights reserved. This program and the accompanying materials
|
*
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
* which accompanies this distribution, and is available at
|
* information.
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
*
|
||||||
|
* This program and the accompanying materials are made available under the
|
||||||
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-2.0
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: EPL-2.0
|
||||||
*/
|
*/
|
||||||
package org.openhab.ui.habmin.internal.servlet;
|
package org.openhab.ui.habmin.internal.servlet;
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
|
Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
All rights reserved. This program and the accompanying materials
|
|
||||||
are made available under the terms of the Eclipse Public License v1.0
|
See the NOTICE file(s) distributed with this work for additional
|
||||||
which accompanies this distribution, and is available at
|
information.
|
||||||
http://www.eclipse.org/legal/epl-v10.html
|
|
||||||
|
This program and the accompanying materials are made available under the
|
||||||
|
terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
http://www.eclipse.org/legal/epl-2.0
|
||||||
|
|
||||||
|
SPDX-License-Identifier: EPL-2.0
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.charts">
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.charts">
|
||||||
|
|
|
@ -1,11 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
|
Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
All rights reserved. This program and the accompanying materials
|
|
||||||
are made available under the terms of the Eclipse Public License v1.0
|
See the NOTICE file(s) distributed with this work for additional
|
||||||
which accompanies this distribution, and is available at
|
information.
|
||||||
http://www.eclipse.org/legal/epl-v10.html
|
|
||||||
|
This program and the accompanying materials are made available under the
|
||||||
|
terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
http://www.eclipse.org/legal/epl-2.0
|
||||||
|
|
||||||
|
SPDX-License-Identifier: EPL-2.0
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.dashboard">
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.dashboard">
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
|
Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
|
|
||||||
All rights reserved. This program and the accompanying materials
|
See the NOTICE file(s) distributed with this work for additional
|
||||||
are made available under the terms of the Eclipse Public License v1.0
|
information.
|
||||||
which accompanies this distribution, and is available at
|
|
||||||
http://www.eclipse.org/legal/epl-v10.html
|
This program and the accompanying materials are made available under the
|
||||||
|
terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
http://www.eclipse.org/legal/epl-2.0
|
||||||
|
|
||||||
|
SPDX-License-Identifier: EPL-2.0
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.dashboardtile">
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.dashboardtile">
|
||||||
|
|
|
@ -1,11 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
|
Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
All rights reserved. This program and the accompanying materials
|
|
||||||
are made available under the terms of the Eclipse Public License v1.0
|
See the NOTICE file(s) distributed with this work for additional
|
||||||
which accompanies this distribution, and is available at
|
information.
|
||||||
http://www.eclipse.org/legal/epl-v10.html
|
|
||||||
|
This program and the accompanying materials are made available under the
|
||||||
|
terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
http://www.eclipse.org/legal/epl-2.0
|
||||||
|
|
||||||
|
SPDX-License-Identifier: EPL-2.0
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.designer">
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.designer">
|
||||||
|
|
|
@ -1,11 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
|
Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
All rights reserved. This program and the accompanying materials
|
|
||||||
are made available under the terms of the Eclipse Public License v1.0
|
See the NOTICE file(s) distributed with this work for additional
|
||||||
which accompanies this distribution, and is available at
|
information.
|
||||||
http://www.eclipse.org/legal/epl-v10.html
|
|
||||||
|
This program and the accompanying materials are made available under the
|
||||||
|
terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
http://www.eclipse.org/legal/epl-2.0
|
||||||
|
|
||||||
|
SPDX-License-Identifier: EPL-2.0
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.floorplan">
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.floorplan">
|
||||||
|
|
|
@ -1,11 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Copyright (c) 2014 openHAB UG (haftungsbeschraenkt) and others.
|
Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
All rights reserved. This program and the accompanying materials
|
|
||||||
are made available under the terms of the Eclipse Public License v1.0
|
See the NOTICE file(s) distributed with this work for additional
|
||||||
which accompanies this distribution, and is available at
|
information.
|
||||||
http://www.eclipse.org/legal/epl-v10.html
|
|
||||||
|
This program and the accompanying materials are made available under the
|
||||||
|
terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
http://www.eclipse.org/legal/epl-2.0
|
||||||
|
|
||||||
|
SPDX-License-Identifier: EPL-2.0
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" deactivate="deactivate" name="org.openhab.ui.habmin.HABminApp">
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" deactivate="deactivate" name="org.openhab.ui.habmin.HABminApp">
|
||||||
|
|
|
@ -1,11 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
|
Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
All rights reserved. This program and the accompanying materials
|
|
||||||
are made available under the terms of the Eclipse Public License v1.0
|
See the NOTICE file(s) distributed with this work for additional
|
||||||
which accompanies this distribution, and is available at
|
information.
|
||||||
http://www.eclipse.org/legal/epl-v10.html
|
|
||||||
|
This program and the accompanying materials are made available under the
|
||||||
|
terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
http://www.eclipse.org/legal/epl-2.0
|
||||||
|
|
||||||
|
SPDX-License-Identifier: EPL-2.0
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.rules">
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.ui.habmin.rules">
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Copyright (c) 2010-2019 Contributors to the openHAB project
|
Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
|
|
||||||
See the NOTICE file(s) distributed with this work for additional
|
See the NOTICE file(s) distributed with this work for additional
|
||||||
information.
|
information.
|
||||||
|
|
||||||
This program and the accompanying materials are made available under the
|
This program and the accompanying materials are made available under the
|
||||||
terms of the Eclipse Public License 2.0 which is available at
|
terms of the Eclipse Public License 2.0 which is available at
|
||||||
http://www.eclipse.org/legal/epl-2.0
|
http://www.eclipse.org/legal/epl-2.0
|
||||||
|
|
||||||
SPDX-License-Identifier: EPL-2.0
|
SPDX-License-Identifier: EPL-2.0
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" deactivate="deactivate" immediate="true" name="org.openhab.habpanel">
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" deactivate="deactivate" immediate="true" name="org.openhab.habpanel">
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Copyright (c) 2010-2019 Contributors to the openHAB project
|
Copyright (c) 2010-2019 Contributors to the openHAB project
|
||||||
|
|
||||||
See the NOTICE file(s) distributed with this work for additional
|
See the NOTICE file(s) distributed with this work for additional
|
||||||
information.
|
information.
|
||||||
|
|
||||||
This program and the accompanying materials are made available under the
|
This program and the accompanying materials are made available under the
|
||||||
terms of the Eclipse Public License 2.0 which is available at
|
terms of the Eclipse Public License 2.0 which is available at
|
||||||
http://www.eclipse.org/legal/epl-2.0
|
http://www.eclipse.org/legal/epl-2.0
|
||||||
|
|
||||||
SPDX-License-Identifier: EPL-2.0
|
SPDX-License-Identifier: EPL-2.0
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.habpanel.rest">
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.habpanel.rest">
|
||||||
|
|
Loading…
Reference in New Issue