From 10acf5cf4675ba908ba69361df951bf36e9744a6 Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Wed, 16 Jan 2019 22:59:49 +0100 Subject: [PATCH] Changed license from EPL v1 to EPL v2 (#466) * updated license headers * added NOTICE files * moved about.html to NOTICE files * changed main project license * updated build.properties * added files to check to prevent error about missing about.html * removed license info on p2 feature Signed-off-by: Kai Kreuzer --- LICENSE | 398 +++++++++++------- bundles/org.openhab.core.compat1x.test/NOTICE | 13 + .../org.openhab.core.compat1x.test/about.html | 28 -- .../build.properties | 2 +- .../compat1x/internal/ItemMapperTest.java | 14 +- .../compat1x/internal/TypeMapperTest.java | 14 +- bundles/org.openhab.core.compat1x/NOTICE | 13 + bundles/org.openhab.core.compat1x/about.html | 28 -- .../build.properties | 2 +- .../autoupdate/AutoUpdateBindingProvider.java | 14 +- .../internal/AutoUpdateProviderDelegate.java | 14 +- .../core/binding/AbstractActiveBinding.java | 14 +- .../openhab/core/binding/AbstractBinding.java | 14 +- .../core/binding/BindingChangeListener.java | 14 +- .../openhab/core/binding/BindingConfig.java | 14 +- .../openhab/core/binding/BindingProvider.java | 14 +- .../internal/BindingConfigReaderDelegate.java | 14 +- .../internal/BindingConfigReaderFactory.java | 14 +- .../internal/CompatibilityActivator.java | 14 +- .../core/compat1x/internal/ItemMapper.java | 14 +- .../core/compat1x/internal/TypeMapper.java | 14 +- .../core/events/AbstractEventSubscriber.java | 14 +- .../openhab/core/events/EventConstants.java | 14 +- .../openhab/core/events/EventPublisher.java | 14 +- .../core/events/EventPublisherDelegate.java | 14 +- .../openhab/core/events/EventSubscriber.java | 14 +- .../core/events/internal/EventBridge.java | 14 +- .../org/openhab/core/items/GenericItem.java | 14 +- .../org/openhab/core/items/GroupFunction.java | 14 +- .../org/openhab/core/items/GroupItem.java | 14 +- .../java/org/openhab/core/items/Item.java | 14 +- .../org/openhab/core/items/ItemFactory.java | 14 +- .../core/items/ItemLookupException.java | 14 +- .../core/items/ItemNotFoundException.java | 14 +- .../core/items/ItemNotUniqueException.java | 14 +- .../org/openhab/core/items/ItemProvider.java | 14 +- .../org/openhab/core/items/ItemRegistry.java | 14 +- .../items/ItemRegistryChangeListener.java | 14 +- .../core/items/ItemsChangeListener.java | 14 +- .../core/items/StateChangeListener.java | 14 +- .../internal/ItemUIRegistryDelegate.java | 14 +- .../openhab/core/library/items/ColorItem.java | 14 +- .../core/library/items/ContactItem.java | 14 +- .../core/library/items/DateTimeItem.java | 14 +- .../core/library/items/DimmerItem.java | 14 +- .../core/library/items/LocationItem.java | 14 +- .../core/library/items/NumberItem.java | 14 +- .../core/library/items/RollershutterItem.java | 14 +- .../core/library/items/StringItem.java | 14 +- .../core/library/items/SwitchItem.java | 14 +- .../types/ArithmeticGroupFunction.java | 14 +- .../core/library/types/DateTimeType.java | 14 +- .../core/library/types/DecimalType.java | 14 +- .../openhab/core/library/types/HSBType.java | 14 +- .../library/types/IncreaseDecreaseType.java | 14 +- .../openhab/core/library/types/OnOffType.java | 14 +- .../core/library/types/OpenClosedType.java | 14 +- .../core/library/types/PercentType.java | 14 +- .../openhab/core/library/types/PointType.java | 14 +- .../core/library/types/StopMoveType.java | 14 +- .../core/library/types/StringType.java | 14 +- .../core/library/types/UpDownType.java | 14 +- .../core/persistence/FilterCriteria.java | 14 +- .../core/persistence/HistoricItem.java | 14 +- .../core/persistence/PersistenceService.java | 14 +- .../QueryablePersistenceService.java | 14 +- .../internal/PersistenceServiceDelegate.java | 14 +- .../internal/PersistenceServiceFactory.java | 14 +- .../QueryablePersistenceServiceDelegate.java | 14 +- .../core/scriptengine/action/ActionDoc.java | 14 +- .../scriptengine/action/ActionService.java | 14 +- .../core/scriptengine/action/ParamDoc.java | 14 +- .../internal/ActionServiceDelegate.java | 14 +- .../action/internal/ActionServiceFactory.java | 14 +- .../core/service/AbstractActiveService.java | 14 +- .../transform/TransformationException.java | 14 +- .../core/transform/TransformationHelper.java | 14 +- .../core/transform/TransformationService.java | 14 +- .../transform/actions/Transformation.java | 14 +- .../java/org/openhab/core/types/Command.java | 14 +- .../org/openhab/core/types/ComplexType.java | 14 +- .../org/openhab/core/types/EventType.java | 14 +- .../org/openhab/core/types/PrimitiveType.java | 14 +- .../java/org/openhab/core/types/State.java | 14 +- .../java/org/openhab/core/types/Type.java | 14 +- .../org/openhab/core/types/TypeParser.java | 14 +- .../org/openhab/core/types/UnDefType.java | 14 +- .../java/org/openhab/io/console/Console.java | 14 +- .../io/console/ConsoleInterpreter.java | 14 +- .../openhab/io/multimedia/tts/TTSService.java | 14 +- .../java/org/openhab/io/net/actions/Exec.java | 14 +- .../java/org/openhab/io/net/actions/HTTP.java | 14 +- .../java/org/openhab/io/net/actions/Ping.java | 14 +- .../org/openhab/io/net/exec/ExecUtil.java | 14 +- .../org/openhab/io/net/http/HttpUtil.java | 14 +- .../io/net/http/SecureHttpContext.java | 14 +- .../openhab/library/tel/items/CallItem.java | 14 +- .../openhab/library/tel/types/CallType.java | 14 +- .../AbstractGenericBindingProvider.java | 14 +- .../binding/BindingConfigParseException.java | 14 +- .../item/binding/BindingConfigReader.java | 14 +- .../java/org/openhab/model/sitemap/Chart.java | 14 +- .../org/openhab/model/sitemap/ColorArray.java | 14 +- .../openhab/model/sitemap/Colorpicker.java | 14 +- .../java/org/openhab/model/sitemap/Frame.java | 14 +- .../java/org/openhab/model/sitemap/Group.java | 14 +- .../java/org/openhab/model/sitemap/Image.java | 14 +- .../openhab/model/sitemap/LinkableWidget.java | 14 +- .../java/org/openhab/model/sitemap/List.java | 14 +- .../org/openhab/model/sitemap/Mapping.java | 14 +- .../model/sitemap/NonLinkableWidget.java | 14 +- .../org/openhab/model/sitemap/Selection.java | 14 +- .../org/openhab/model/sitemap/Setpoint.java | 14 +- .../org/openhab/model/sitemap/Sitemap.java | 14 +- .../openhab/model/sitemap/SitemapModel.java | 14 +- .../org/openhab/model/sitemap/Slider.java | 14 +- .../org/openhab/model/sitemap/Switch.java | 14 +- .../java/org/openhab/model/sitemap/Text.java | 14 +- .../java/org/openhab/model/sitemap/Video.java | 14 +- .../openhab/model/sitemap/VisibilityRule.java | 14 +- .../org/openhab/model/sitemap/Webview.java | 14 +- .../org/openhab/model/sitemap/Widget.java | 14 +- .../org/openhab/ui/chart/ChartProvider.java | 14 +- .../chart/internal/ChartProviderDelegate.java | 14 +- .../chart/internal/ChartProviderFactory.java | 14 +- .../org/openhab/ui/items/ItemUIProvider.java | 14 +- .../org/openhab/ui/items/ItemUIRegistry.java | 14 +- bundles/org.openhab.core.karaf.dep.war/NOTICE | 13 + .../org.openhab.core.karaf.dep.war/about.html | 28 -- .../build.properties | 2 +- bundles/org.openhab.core.karaf/NOTICE | 13 + .../OSGI-INF/featureinstaller.xml | 14 +- .../OSGI-INF/karafextensionservice.xml | 14 +- bundles/org.openhab.core.karaf/about.html | 28 -- .../org.openhab.core.karaf/build.properties | 2 +- .../core/karaf/internal/FeatureInstaller.java | 14 +- .../karaf/internal/KarafExtensionService.java | 14 +- .../command/InstallServiceCommand.java | 14 +- bundles/org.openhab.core/NOTICE | 13 + .../OSGI-INF/defaultsitemapprovider.xml | 14 +- .../OSGI-INF/iconforwarder.xml | 14 +- bundles/org.openhab.core/about.html | 28 -- bundles/org.openhab.core/build.properties | 2 +- .../main/java/org/openhab/core/OpenHAB.java | 14 +- .../openhab/core/internal/CoreActivator.java | 14 +- .../core/internal/icon/IconForwarder.java | 14 +- .../internal/item/DefaultSitemapProvider.java | 14 +- .../org.openhab.io.jetty.certificate/NOTICE | 13 + .../about.html | 39 -- .../build.properties | 2 +- .../internal/CertificateGenerator.java | 14 +- bundles/org.openhab.io.rest.docs/NOTICE | 13 + .../OSGI-INF/dashboardtile.xml | 14 +- .../OSGI-INF/swaggerservice.xml | 14 +- bundles/org.openhab.io.rest.docs/about.html | 28 -- .../org.openhab.io.rest.docs/build.properties | 2 +- .../rest/docs/internal/RESTDashboardTile.java | 14 +- .../io/rest/docs/internal/SwaggerService.java | 14 +- bundles/org.openhab.io.sound/NOTICE | 13 + .../OSGI-INF/enhancedjavasound.xml | 14 +- bundles/org.openhab.io.sound/about.html | 28 -- bundles/org.openhab.io.sound/build.properties | 2 +- .../internal/EnhancedJavaSoundAudioSink.java | 14 +- bundles/org.openhab.ui.basicui/NOTICE | 13 + bundles/org.openhab.ui.basicui/about.html | 28 -- .../org.openhab.ui.basicui/build.properties | 2 +- .../internal/BasicUIDashboardTile.java | 14 +- bundles/org.openhab.ui.classicui/NOTICE | 13 + bundles/org.openhab.ui.classicui/about.html | 28 -- .../org.openhab.ui.classicui/build.properties | 2 +- .../internal/ClassicUIDashboardTile.java | 14 +- bundles/org.openhab.ui.dashboard/NOTICE | 13 + bundles/org.openhab.ui.dashboard/about.html | 28 -- .../org.openhab.ui.dashboard/build.properties | 2 +- .../openhab/ui/dashboard/DashboardReady.java | 14 +- .../openhab/ui/dashboard/DashboardTile.java | 14 +- .../dashboard/internal/DashboardService.java | 14 +- .../dashboard/internal/DashboardServlet.java | 14 +- .../internal/ExternalServiceTile.java | 14 +- bundles/org.openhab.ui.homebuilder/NOTICE | 55 +++ bundles/org.openhab.ui.homebuilder/about.html | 68 --- .../build.properties | 2 +- .../internal/HomeBuilderDashboardTile.java | 14 +- .../internal/HomeBuilderServlet.java | 14 +- bundles/org.openhab.ui.paperui/NOTICE | 13 + bundles/org.openhab.ui.paperui/about.html | 28 -- .../org.openhab.ui.paperui/build.properties | 2 +- .../internal/PaperUIDashboardTile.java | 14 +- bundles/org.openhab.ui.start/NOTICE | 47 +++ bundles/org.openhab.ui.start/about.html | 37 -- bundles/org.openhab.ui.start/build.properties | 2 +- .../ui/start/internal/RootServlet.java | 14 +- .../openhab-core/src/main/feature/feature.xml | 14 +- features/p2/build.properties | 3 +- features/p2/feature.properties | 2 - features/p2/feature.xml | 14 +- features/p2/license.html | 108 ----- pom.xml | 1 + src/etc/NOTICE | 13 + src/etc/header.txt | 16 +- tools/checkstyle.properties | 5 +- tools/suppressions.xml | 37 ++ 202 files changed, 1932 insertions(+), 1503 deletions(-) create mode 100644 bundles/org.openhab.core.compat1x.test/NOTICE delete mode 100644 bundles/org.openhab.core.compat1x.test/about.html create mode 100644 bundles/org.openhab.core.compat1x/NOTICE delete mode 100644 bundles/org.openhab.core.compat1x/about.html create mode 100644 bundles/org.openhab.core.karaf.dep.war/NOTICE delete mode 100644 bundles/org.openhab.core.karaf.dep.war/about.html create mode 100644 bundles/org.openhab.core.karaf/NOTICE delete mode 100644 bundles/org.openhab.core.karaf/about.html create mode 100644 bundles/org.openhab.core/NOTICE delete mode 100644 bundles/org.openhab.core/about.html create mode 100644 bundles/org.openhab.io.jetty.certificate/NOTICE delete mode 100644 bundles/org.openhab.io.jetty.certificate/about.html create mode 100644 bundles/org.openhab.io.rest.docs/NOTICE delete mode 100644 bundles/org.openhab.io.rest.docs/about.html create mode 100644 bundles/org.openhab.io.sound/NOTICE delete mode 100644 bundles/org.openhab.io.sound/about.html create mode 100644 bundles/org.openhab.ui.basicui/NOTICE delete mode 100644 bundles/org.openhab.ui.basicui/about.html create mode 100644 bundles/org.openhab.ui.classicui/NOTICE delete mode 100644 bundles/org.openhab.ui.classicui/about.html create mode 100644 bundles/org.openhab.ui.dashboard/NOTICE delete mode 100644 bundles/org.openhab.ui.dashboard/about.html create mode 100644 bundles/org.openhab.ui.homebuilder/NOTICE delete mode 100644 bundles/org.openhab.ui.homebuilder/about.html create mode 100644 bundles/org.openhab.ui.paperui/NOTICE delete mode 100644 bundles/org.openhab.ui.paperui/about.html create mode 100644 bundles/org.openhab.ui.start/NOTICE delete mode 100644 bundles/org.openhab.ui.start/about.html delete mode 100644 features/p2/feature.properties delete mode 100644 features/p2/license.html create mode 100644 src/etc/NOTICE create mode 100644 tools/suppressions.xml diff --git a/LICENSE b/LICENSE index 5032843775..d3087e4c54 100644 --- a/LICENSE +++ b/LICENSE @@ -1,203 +1,277 @@ -Eclipse Public License - v 1.0 +Eclipse Public License - v 2.0 -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC -LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM -CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE + PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION + OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 1. DEFINITIONS "Contribution" means: -a) in the case of the initial Contributor, the initial code and documentation - distributed under this Agreement, and -b) in the case of each subsequent Contributor: - i) changes to the Program, and - ii) additions to the Program; + a) in the case of the initial Contributor, the initial content + Distributed under this Agreement, and - where such changes and/or additions to the Program originate from and are - distributed by that particular Contributor. A Contribution 'originates' - from a Contributor if it was added to the Program by such Contributor - itself or anyone acting on such Contributor's behalf. Contributions do not - include additions to the Program which: (i) are separate modules of - software distributed in conjunction with the Program under their own - license agreement, and (ii) are not derivative works of the Program. + b) in the case of each subsequent Contributor: + i) changes to the Program, and + ii) additions to the Program; + where such changes and/or additions to the Program originate from + and are Distributed by that particular Contributor. A Contribution + "originates" from a Contributor if it was added to the Program by + such Contributor itself or anyone acting on such Contributor's behalf. + Contributions do not include changes or additions to the Program that + are not Modified Works. -"Contributor" means any person or entity that distributes the Program. +"Contributor" means any person or entity that Distributes the Program. -"Licensed Patents" mean patent claims licensable by a Contributor which are -necessarily infringed by the use or sale of its Contribution alone or when -combined with the Program. +"Licensed Patents" mean patent claims licensable by a Contributor which +are necessarily infringed by the use or sale of its Contribution alone +or when combined with the Program. -"Program" means the Contributions distributed in accordance with this +"Program" means the Contributions Distributed in accordance with this Agreement. -"Recipient" means anyone who receives the Program under this Agreement, -including all Contributors. +"Recipient" means anyone who receives the Program under this Agreement +or any Secondary License (as applicable), including Contributors. + +"Derivative Works" shall mean any work, whether in Source Code or other +form, that is based on (or derived from) the Program and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. + +"Modified Works" shall mean any work in Source Code or other form that +results from an addition to, deletion from, or modification of the +contents of the Program, including, for purposes of clarity any new file +in Source Code form that contains any contents of the Program. Modified +Works shall not include works that contain only declarations, +interfaces, types, classes, structures, or files of the Program solely +in each case in order to link to, bind by name, or subclass the Program +or Modified Works thereof. + +"Distribute" means the acts of a) distributing or b) making available +in any manner that enables the transfer of a copy. + +"Source Code" means the form of a Program preferred for making +modifications, including but not limited to software source code, +documentation source, and configuration files. + +"Secondary License" means either the GNU General Public License, +Version 2.0, or any later versions of that license, including any +exceptions or additional permissions as identified by the initial +Contributor. 2. GRANT OF RIGHTS - a) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free copyright license to - reproduce, prepare derivative works of, publicly display, publicly - perform, distribute and sublicense the Contribution of such Contributor, - if any, and such derivative works, in source code and object code form. - b) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free patent license under - Licensed Patents to make, use, sell, offer to sell, import and otherwise - transfer the Contribution of such Contributor, if any, in source code and - object code form. This patent license shall apply to the combination of - the Contribution and the Program if, at the time the Contribution is - added by the Contributor, such addition of the Contribution causes such - combination to be covered by the Licensed Patents. The patent license - shall not apply to any other combinations which include the Contribution. - No hardware per se is licensed hereunder. - c) Recipient understands that although each Contributor grants the licenses - to its Contributions set forth herein, no assurances are provided by any - Contributor that the Program does not infringe the patent or other - intellectual property rights of any other entity. Each Contributor - disclaims any liability to Recipient for claims brought by any other - entity based on infringement of intellectual property rights or - otherwise. As a condition to exercising the rights and licenses granted - hereunder, each Recipient hereby assumes sole responsibility to secure - any other intellectual property rights needed, if any. For example, if a - third party patent license is required to allow Recipient to distribute - the Program, it is Recipient's responsibility to acquire that license - before distributing the Program. - d) Each Contributor represents that to its knowledge it has sufficient - copyright rights in its Contribution, if any, to grant the copyright - license set forth in this Agreement. + + a) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free copyright + license to reproduce, prepare Derivative Works of, publicly display, + publicly perform, Distribute and sublicense the Contribution of such + Contributor, if any, and such Derivative Works. + + b) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free patent + license under Licensed Patents to make, use, sell, offer to sell, + import and otherwise transfer the Contribution of such Contributor, + if any, in Source Code or other form. This patent license shall + apply to the combination of the Contribution and the Program if, at + the time the Contribution is added by the Contributor, such addition + of the Contribution causes such combination to be covered by the + Licensed Patents. The patent license shall not apply to any other + combinations which include the Contribution. No hardware per se is + licensed hereunder. + + c) Recipient understands that although each Contributor grants the + licenses to its Contributions set forth herein, no assurances are + provided by any Contributor that the Program does not infringe the + patent or other intellectual property rights of any other entity. + Each Contributor disclaims any liability to Recipient for claims + brought by any other entity based on infringement of intellectual + property rights or otherwise. As a condition to exercising the + rights and licenses granted hereunder, each Recipient hereby + assumes sole responsibility to secure any other intellectual + property rights needed, if any. For example, if a third party + patent license is required to allow Recipient to Distribute the + Program, it is Recipient's responsibility to acquire that license + before distributing the Program. + + d) Each Contributor represents that to its knowledge it has + sufficient copyright rights in its Contribution, if any, to grant + the copyright license set forth in this Agreement. + + e) Notwithstanding the terms of any Secondary License, no + Contributor makes additional grants to any Recipient (other than + those set forth in this Agreement) as a result of such Recipient's + receipt of the Program under the terms of a Secondary License + (if permitted under the terms of Section 3). 3. REQUIREMENTS -A Contributor may choose to distribute the Program in object code form under -its own license agreement, provided that: +3.1 If a Contributor Distributes the Program in any form, then: - a) it complies with the terms and conditions of this Agreement; and - b) its license agreement: - i) effectively disclaims on behalf of all Contributors all warranties - and conditions, express and implied, including warranties or - conditions of title and non-infringement, and implied warranties or - conditions of merchantability and fitness for a particular purpose; - ii) effectively excludes on behalf of all Contributors all liability for - damages, including direct, indirect, special, incidental and - consequential damages, such as lost profits; - iii) states that any provisions which differ from this Agreement are - offered by that Contributor alone and not by any other party; and - iv) states that source code for the Program is available from such - Contributor, and informs licensees how to obtain it in a reasonable - manner on or through a medium customarily used for software exchange. + a) the Program must also be made available as Source Code, in + accordance with section 3.2, and the Contributor must accompany + the Program with a statement that the Source Code for the Program + is available under this Agreement, and informs Recipients how to + obtain it in a reasonable manner on or through a medium customarily + used for software exchange; and -When the Program is made available in source code form: + b) the Contributor may Distribute the Program under a license + different than this Agreement, provided that such license: + i) effectively disclaims on behalf of all other Contributors all + warranties and conditions, express and implied, including + warranties or conditions of title and non-infringement, and + implied warranties or conditions of merchantability and fitness + for a particular purpose; - a) it must be made available under this Agreement; and - b) a copy of this Agreement must be included with each copy of the Program. - Contributors may not remove or alter any copyright notices contained - within the Program. + ii) effectively excludes on behalf of all other Contributors all + liability for damages, including direct, indirect, special, + incidental and consequential damages, such as lost profits; -Each Contributor must identify itself as the originator of its Contribution, -if -any, in a manner that reasonably allows subsequent Recipients to identify the -originator of the Contribution. + iii) does not attempt to limit or alter the recipients' rights + in the Source Code under section 3.2; and + + iv) requires any subsequent distribution of the Program by any + party to be under a license that satisfies the requirements + of this section 3. + +3.2 When the Program is Distributed as Source Code: + + a) it must be made available under this Agreement, or if the + Program (i) is combined with other material in a separate file or + files made available under a Secondary License, and (ii) the initial + Contributor attached to the Source Code the notice described in + Exhibit A of this Agreement, then the Program may be made available + under the terms of such Secondary Licenses, and + + b) a copy of this Agreement must be included with each copy of + the Program. + +3.3 Contributors may not remove or alter any copyright, patent, +trademark, attribution notices, disclaimers of warranty, or limitations +of liability ("notices") contained within the Program from any copy of +the Program which they Distribute, provided that Contributors may add +their own appropriate notices. 4. COMMERCIAL DISTRIBUTION -Commercial distributors of software may accept certain responsibilities with -respect to end users, business partners and the like. While this license is -intended to facilitate the commercial use of the Program, the Contributor who -includes the Program in a commercial product offering should do so in a manner -which does not create potential liability for other Contributors. Therefore, -if a Contributor includes the Program in a commercial product offering, such -Contributor ("Commercial Contributor") hereby agrees to defend and indemnify -every other Contributor ("Indemnified Contributor") against any losses, -damages and costs (collectively "Losses") arising from claims, lawsuits and -other legal actions brought by a third party against the Indemnified -Contributor to the extent caused by the acts or omissions of such Commercial -Contributor in connection with its distribution of the Program in a commercial -product offering. The obligations in this section do not apply to any claims -or Losses relating to any actual or alleged intellectual property -infringement. In order to qualify, an Indemnified Contributor must: -a) promptly notify the Commercial Contributor in writing of such claim, and -b) allow the Commercial Contributor to control, and cooperate with the -Commercial Contributor in, the defense and any related settlement -negotiations. The Indemnified Contributor may participate in any such claim at -its own expense. +Commercial distributors of software may accept certain responsibilities +with respect to end users, business partners and the like. While this +license is intended to facilitate the commercial use of the Program, +the Contributor who includes the Program in a commercial product +offering should do so in a manner which does not create potential +liability for other Contributors. Therefore, if a Contributor includes +the Program in a commercial product offering, such Contributor +("Commercial Contributor") hereby agrees to defend and indemnify every +other Contributor ("Indemnified Contributor") against any losses, +damages and costs (collectively "Losses") arising from claims, lawsuits +and other legal actions brought by a third party against the Indemnified +Contributor to the extent caused by the acts or omissions of such +Commercial Contributor in connection with its distribution of the Program +in a commercial product offering. The obligations in this section do not +apply to any claims or Losses relating to any actual or alleged +intellectual property infringement. In order to qualify, an Indemnified +Contributor must: a) promptly notify the Commercial Contributor in +writing of such claim, and b) allow the Commercial Contributor to control, +and cooperate with the Commercial Contributor in, the defense and any +related settlement negotiations. The Indemnified Contributor may +participate in any such claim at its own expense. -For example, a Contributor might include the Program in a commercial product -offering, Product X. That Contributor is then a Commercial Contributor. If -that Commercial Contributor then makes performance claims, or offers -warranties related to Product X, those performance claims and warranties are -such Commercial Contributor's responsibility alone. Under this section, the -Commercial Contributor would have to defend claims against the other -Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages. +For example, a Contributor might include the Program in a commercial +product offering, Product X. That Contributor is then a Commercial +Contributor. If that Commercial Contributor then makes performance +claims, or offers warranties related to Product X, those performance +claims and warranties are such Commercial Contributor's responsibility +alone. Under this section, the Commercial Contributor would have to +defend claims against the other Contributors related to those performance +claims and warranties, and if a court requires any other Contributor to +pay any damages as a result, the Commercial Contributor must pay +those damages. 5. NO WARRANTY -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR -IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, -NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each -Recipient is solely responsible for determining the appropriateness of using -and distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to the -risks and costs of program errors, compliance with applicable laws, damage to -or loss of data, programs or equipment, and unavailability or interruption of -operations. +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS" +BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR +IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF +TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR +PURPOSE. Each Recipient is solely responsible for determining the +appropriateness of using and distributing the Program and assumes all +risks associated with its exercise of rights under this Agreement, +including but not limited to the risks and costs of program errors, +compliance with applicable laws, damage to or loss of data, programs +or equipment, and unavailability or interruption of operations. 6. DISCLAIMER OF LIABILITY -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY -CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION -LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS +SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST +PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE -EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY -OF SUCH DAMAGES. +EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. 7. GENERAL If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of the -remainder of the terms of this Agreement, and without further action by the -parties hereto, such provision shall be reformed to the minimum extent -necessary to make such provision valid and enforceable. +applicable law, it shall not affect the validity or enforceability of +the remainder of the terms of this Agreement, and without further +action by the parties hereto, such provision shall be reformed to the +minimum extent necessary to make such provision valid and enforceable. -If Recipient institutes patent litigation against any entity (including a -cross-claim or counterclaim in a lawsuit) alleging that the Program itself -(excluding combinations of the Program with other software or hardware) -infringes such Recipient's patent(s), then such Recipient's rights granted -under Section 2(b) shall terminate as of the date such litigation is filed. +If Recipient institutes patent litigation against any entity +(including a cross-claim or counterclaim in a lawsuit) alleging that the +Program itself (excluding combinations of the Program with other software +or hardware) infringes such Recipient's patent(s), then such Recipient's +rights granted under Section 2(b) shall terminate as of the date such +litigation is filed. -All Recipient's rights under this Agreement shall terminate if it fails to -comply with any of the material terms or conditions of this Agreement and does -not cure such failure in a reasonable period of time after becoming aware of -such noncompliance. If all Recipient's rights under this Agreement terminate, -Recipient agrees to cease use and distribution of the Program as soon as -reasonably practicable. However, Recipient's obligations under this Agreement -and any licenses granted by Recipient relating to the Program shall continue -and survive. +All Recipient's rights under this Agreement shall terminate if it +fails to comply with any of the material terms or conditions of this +Agreement and does not cure such failure in a reasonable period of +time after becoming aware of such noncompliance. If all Recipient's +rights under this Agreement terminate, Recipient agrees to cease use +and distribution of the Program as soon as reasonably practicable. +However, Recipient's obligations under this Agreement and any licenses +granted by Recipient relating to the Program shall continue and survive. -Everyone is permitted to copy and distribute copies of this Agreement, but in -order to avoid inconsistency the Agreement is copyrighted and may only be -modified in the following manner. The Agreement Steward reserves the right to -publish new versions (including revisions) of this Agreement from time to -time. No one other than the Agreement Steward has the right to modify this -Agreement. The Eclipse Foundation is the initial Agreement Steward. The -Eclipse Foundation may assign the responsibility to serve as the Agreement -Steward to a suitable separate entity. Each new version of the Agreement will -be given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version of the -Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly -stated in Sections 2(a) and 2(b) above, Recipient receives no rights or -licenses to the intellectual property of any Contributor under this Agreement, -whether expressly, by implication, estoppel or otherwise. All rights in the -Program not expressly granted under this Agreement are reserved. +Everyone is permitted to copy and distribute copies of this Agreement, +but in order to avoid inconsistency the Agreement is copyrighted and +may only be modified in the following manner. The Agreement Steward +reserves the right to publish new versions (including revisions) of +this Agreement from time to time. No one other than the Agreement +Steward has the right to modify this Agreement. The Eclipse Foundation +is the initial Agreement Steward. The Eclipse Foundation may assign the +responsibility to serve as the Agreement Steward to a suitable separate +entity. Each new version of the Agreement will be given a distinguishing +version number. The Program (including Contributions) may always be +Distributed subject to the version of the Agreement under which it was +received. In addition, after a new version of the Agreement is published, +Contributor may elect to Distribute the Program (including its +Contributions) under the new version. -This Agreement is governed by the laws of the State of New York and the -intellectual property laws of the United States of America. No party to this -Agreement will bring a legal action under this Agreement more than one year -after the cause of action arose. Each party waives its rights to a jury trial in -any resulting litigation. \ No newline at end of file +Except as expressly stated in Sections 2(a) and 2(b) above, Recipient +receives no rights or licenses to the intellectual property of any +Contributor under this Agreement, whether expressly, by implication, +estoppel or otherwise. All rights in the Program not expressly granted +under this Agreement are reserved. Nothing in this Agreement is intended +to be enforceable by any entity that is not a Contributor or Recipient. +No third-party beneficiary rights are created under this Agreement. + +Exhibit A - Form of Secondary Licenses Notice + +"This Source Code may also be made available under the following +Secondary Licenses when the conditions for such availability set forth +in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), +version(s), and exceptions or additional permissions here}." + + Simply including a copy of this Agreement, including this Exhibit A + is not sufficient to license the Source Code under Secondary Licenses. + + If it is not possible or desirable to put the notice in a particular + file, then You may include the notice in a location (such as a LICENSE + file in a relevant directory) where a recipient would be likely to + look for such a notice. + + You may add additional accurate notices of copyright ownership. diff --git a/bundles/org.openhab.core.compat1x.test/NOTICE b/bundles/org.openhab.core.compat1x.test/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.core.compat1x.test/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.core.compat1x.test/about.html b/bundles/org.openhab.core.compat1x.test/about.html deleted file mode 100644 index 1c1bb3d48e..0000000000 --- a/bundles/org.openhab.core.compat1x.test/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - - \ No newline at end of file diff --git a/bundles/org.openhab.core.compat1x.test/build.properties b/bundles/org.openhab.core.compat1x.test/build.properties index df0687569f..0c65482c5c 100644 --- a/bundles/org.openhab.core.compat1x.test/build.properties +++ b/bundles/org.openhab.core.compat1x.test/build.properties @@ -2,4 +2,4 @@ source.. = src/test/java/ output.. = target/test-classes/ bin.includes = META-INF/,\ .,\ - about.html + NOTICE diff --git a/bundles/org.openhab.core.compat1x.test/src/test/java/org/openhab/core/compat1x/internal/ItemMapperTest.java b/bundles/org.openhab.core.compat1x.test/src/test/java/org/openhab/core/compat1x/internal/ItemMapperTest.java index 96ed4029ea..6661cd30aa 100644 --- a/bundles/org.openhab.core.compat1x.test/src/test/java/org/openhab/core/compat1x/internal/ItemMapperTest.java +++ b/bundles/org.openhab.core.compat1x.test/src/test/java/org/openhab/core/compat1x/internal/ItemMapperTest.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.compat1x.internal; diff --git a/bundles/org.openhab.core.compat1x.test/src/test/java/org/openhab/core/compat1x/internal/TypeMapperTest.java b/bundles/org.openhab.core.compat1x.test/src/test/java/org/openhab/core/compat1x/internal/TypeMapperTest.java index 8494e233c9..bb58dd7aec 100644 --- a/bundles/org.openhab.core.compat1x.test/src/test/java/org/openhab/core/compat1x/internal/TypeMapperTest.java +++ b/bundles/org.openhab.core.compat1x.test/src/test/java/org/openhab/core/compat1x/internal/TypeMapperTest.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.compat1x.internal; diff --git a/bundles/org.openhab.core.compat1x/NOTICE b/bundles/org.openhab.core.compat1x/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.core.compat1x/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.core.compat1x/about.html b/bundles/org.openhab.core.compat1x/about.html deleted file mode 100644 index 1c1bb3d48e..0000000000 --- a/bundles/org.openhab.core.compat1x/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - - \ No newline at end of file diff --git a/bundles/org.openhab.core.compat1x/build.properties b/bundles/org.openhab.core.compat1x/build.properties index 54960d189a..a9a2b83099 100644 --- a/bundles/org.openhab.core.compat1x/build.properties +++ b/bundles/org.openhab.core.compat1x/build.properties @@ -3,5 +3,5 @@ bin.includes = META-INF/,\ .,\ lib/,\ OSGI-INF/,\ - about.html + NOTICE source.. = src/main/java/ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/autoupdate/AutoUpdateBindingProvider.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/autoupdate/AutoUpdateBindingProvider.java index 00ab15b2c8..47356f28ec 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/autoupdate/AutoUpdateBindingProvider.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/autoupdate/AutoUpdateBindingProvider.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.autoupdate; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/autoupdate/internal/AutoUpdateProviderDelegate.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/autoupdate/internal/AutoUpdateProviderDelegate.java index fbdfa66b88..22355f5349 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/autoupdate/internal/AutoUpdateProviderDelegate.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/autoupdate/internal/AutoUpdateProviderDelegate.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.autoupdate.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/AbstractActiveBinding.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/AbstractActiveBinding.java index 7dfb80463d..cb9fae690b 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/AbstractActiveBinding.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/AbstractActiveBinding.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.binding; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/AbstractBinding.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/AbstractBinding.java index 99529600a8..082e655b49 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/AbstractBinding.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/AbstractBinding.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.binding; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingChangeListener.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingChangeListener.java index 89fb8f7738..8630b1400f 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingChangeListener.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingChangeListener.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.binding; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingConfig.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingConfig.java index f597bda905..c9ffa11462 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingConfig.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingConfig.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.binding; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingProvider.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingProvider.java index f4d2a0e3dd..49f2f695e9 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingProvider.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/BindingProvider.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.binding; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/internal/BindingConfigReaderDelegate.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/internal/BindingConfigReaderDelegate.java index a2a084d936..b395e6cb36 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/internal/BindingConfigReaderDelegate.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/internal/BindingConfigReaderDelegate.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.binding.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/internal/BindingConfigReaderFactory.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/internal/BindingConfigReaderFactory.java index 7417ae4c4c..ea7749015d 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/internal/BindingConfigReaderFactory.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/binding/internal/BindingConfigReaderFactory.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.binding.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/CompatibilityActivator.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/CompatibilityActivator.java index 86b6619f4d..2cc16082ca 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/CompatibilityActivator.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/CompatibilityActivator.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.compat1x.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/ItemMapper.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/ItemMapper.java index 5c108d8ff4..5ca69c73a1 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/ItemMapper.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/ItemMapper.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.compat1x.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/TypeMapper.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/TypeMapper.java index 0aadfc5ae2..ecf46a048e 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/TypeMapper.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/compat1x/internal/TypeMapper.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.compat1x.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/AbstractEventSubscriber.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/AbstractEventSubscriber.java index 3e43f84842..28b3bca8b4 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/AbstractEventSubscriber.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/AbstractEventSubscriber.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.events; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventConstants.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventConstants.java index 382d62ca38..8734308655 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventConstants.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventConstants.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.events; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventPublisher.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventPublisher.java index 35a24b7953..527635879e 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventPublisher.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventPublisher.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.events; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventPublisherDelegate.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventPublisherDelegate.java index d7fbefd701..bfeea6df44 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventPublisherDelegate.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventPublisherDelegate.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.events; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventSubscriber.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventSubscriber.java index ee20bd986c..325ec1487c 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventSubscriber.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/EventSubscriber.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.events; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/internal/EventBridge.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/internal/EventBridge.java index 5117cac0ca..46ba2502a5 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/internal/EventBridge.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/events/internal/EventBridge.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.events.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GenericItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GenericItem.java index 49f150d124..b23f7d18a0 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GenericItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GenericItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GroupFunction.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GroupFunction.java index 1bbd644e67..e6715a1f0f 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GroupFunction.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GroupFunction.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GroupItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GroupItem.java index 9aea6fe0ec..b171172d15 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GroupItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/GroupItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/Item.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/Item.java index ac197f2871..dabd1e1a72 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/Item.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/Item.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemFactory.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemFactory.java index ec6265c876..67fa5faa3f 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemFactory.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemFactory.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemLookupException.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemLookupException.java index 365ff30634..e2fadc4510 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemLookupException.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemLookupException.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemNotFoundException.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemNotFoundException.java index 8fe3eb4fb9..c5f7a91691 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemNotFoundException.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemNotFoundException.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemNotUniqueException.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemNotUniqueException.java index 0bb1656488..b074cc528a 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemNotUniqueException.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemNotUniqueException.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemProvider.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemProvider.java index 92cafc25e0..5f88ce182f 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemProvider.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemProvider.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemRegistry.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemRegistry.java index ed91fe52f0..36417947de 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemRegistry.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemRegistry.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemRegistryChangeListener.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemRegistryChangeListener.java index a77ff9df98..e29e53df8d 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemRegistryChangeListener.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemRegistryChangeListener.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemsChangeListener.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemsChangeListener.java index 568c0d08dd..734e715194 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemsChangeListener.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/ItemsChangeListener.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/StateChangeListener.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/StateChangeListener.java index 17aabacbfd..c0119e9ca3 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/StateChangeListener.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/StateChangeListener.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/internal/ItemUIRegistryDelegate.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/internal/ItemUIRegistryDelegate.java index 046cd89592..3b14a0ff39 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/internal/ItemUIRegistryDelegate.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/items/internal/ItemUIRegistryDelegate.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.items.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/ColorItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/ColorItem.java index 18e8660484..d72d28af40 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/ColorItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/ColorItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/ContactItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/ContactItem.java index 591a006356..df36d64a43 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/ContactItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/ContactItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/DateTimeItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/DateTimeItem.java index c22f2c8078..df8e9d576d 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/DateTimeItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/DateTimeItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/DimmerItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/DimmerItem.java index d7a391379a..74c554a9fd 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/DimmerItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/DimmerItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/LocationItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/LocationItem.java index d524b0714d..a7c3bd5d1d 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/LocationItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/LocationItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/NumberItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/NumberItem.java index 5c42c5fc6f..53b89c2fd6 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/NumberItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/NumberItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/RollershutterItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/RollershutterItem.java index 2cf36fc601..7c004ef71b 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/RollershutterItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/RollershutterItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/StringItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/StringItem.java index ac66a943fa..33d53f8e2f 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/StringItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/StringItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/SwitchItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/SwitchItem.java index e9bea5499e..7105419a7f 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/SwitchItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/items/SwitchItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/ArithmeticGroupFunction.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/ArithmeticGroupFunction.java index 924148a096..0c9b5bf3cc 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/ArithmeticGroupFunction.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/ArithmeticGroupFunction.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/DateTimeType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/DateTimeType.java index 345e8ace77..03860740af 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/DateTimeType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/DateTimeType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/DecimalType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/DecimalType.java index b4c63b8885..48d9d29b88 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/DecimalType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/DecimalType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/HSBType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/HSBType.java index f61dc5766f..c2659d3497 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/HSBType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/HSBType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/IncreaseDecreaseType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/IncreaseDecreaseType.java index 57b06fdec8..009c197779 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/IncreaseDecreaseType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/IncreaseDecreaseType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/OnOffType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/OnOffType.java index b20a4b6f55..1467feb6b4 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/OnOffType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/OnOffType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/OpenClosedType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/OpenClosedType.java index 8950111e6c..38cd56d19e 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/OpenClosedType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/OpenClosedType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/PercentType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/PercentType.java index 43910698a5..601da9a964 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/PercentType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/PercentType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/PointType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/PointType.java index 575943dbc4..50946057e6 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/PointType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/PointType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/StopMoveType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/StopMoveType.java index 51b6e27cc6..956d9efd60 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/StopMoveType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/StopMoveType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/StringType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/StringType.java index 5fabbf523e..e76e81b2cc 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/StringType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/StringType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/UpDownType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/UpDownType.java index 125895a87f..d28fa588f3 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/UpDownType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/library/types/UpDownType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.library.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/FilterCriteria.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/FilterCriteria.java index dc25831df9..30b1223902 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/FilterCriteria.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/FilterCriteria.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.persistence; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/HistoricItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/HistoricItem.java index 9cc45e6eb7..1555baad4d 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/HistoricItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/HistoricItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.persistence; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/PersistenceService.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/PersistenceService.java index c660b1da72..5affac6e70 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/PersistenceService.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/PersistenceService.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.persistence; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/QueryablePersistenceService.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/QueryablePersistenceService.java index db28f00841..b0d245528b 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/QueryablePersistenceService.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/QueryablePersistenceService.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.persistence; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/PersistenceServiceDelegate.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/PersistenceServiceDelegate.java index 0af85a8c3e..1f8ce9fe4a 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/PersistenceServiceDelegate.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/PersistenceServiceDelegate.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.persistence.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/PersistenceServiceFactory.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/PersistenceServiceFactory.java index 55616d781b..24200a23ee 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/PersistenceServiceFactory.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/PersistenceServiceFactory.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.persistence.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/QueryablePersistenceServiceDelegate.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/QueryablePersistenceServiceDelegate.java index befee54b29..fc774205bf 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/QueryablePersistenceServiceDelegate.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/persistence/internal/QueryablePersistenceServiceDelegate.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.persistence.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ActionDoc.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ActionDoc.java index ab30a254c4..90bcc6b9ec 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ActionDoc.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ActionDoc.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.scriptengine.action; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ActionService.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ActionService.java index a11a7ef4ee..7b11ace276 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ActionService.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ActionService.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.scriptengine.action; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ParamDoc.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ParamDoc.java index b9eba7f585..a1bd3e4953 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ParamDoc.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/ParamDoc.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.scriptengine.action; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/internal/ActionServiceDelegate.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/internal/ActionServiceDelegate.java index dcdfba4dca..1b213e3b11 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/internal/ActionServiceDelegate.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/internal/ActionServiceDelegate.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.scriptengine.action.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/internal/ActionServiceFactory.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/internal/ActionServiceFactory.java index 3837303130..b90da6ee96 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/internal/ActionServiceFactory.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/scriptengine/action/internal/ActionServiceFactory.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.scriptengine.action.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/service/AbstractActiveService.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/service/AbstractActiveService.java index d8902082f8..dd8e663f5c 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/service/AbstractActiveService.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/service/AbstractActiveService.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.service; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationException.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationException.java index 6e12d558ae..f267fadd50 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationException.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationException.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.transform; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationHelper.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationHelper.java index 760caceb7e..d401a1164c 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationHelper.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationHelper.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.transform; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationService.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationService.java index 70f68ec25b..01f50b725a 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationService.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/TransformationService.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.transform; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/actions/Transformation.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/actions/Transformation.java index ed16c11fcc..dc0e2495d3 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/actions/Transformation.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/transform/actions/Transformation.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.transform.actions; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/Command.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/Command.java index 6b0b2bf0cd..532db7c437 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/Command.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/Command.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/ComplexType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/ComplexType.java index 8434a6f3a9..f6ef720a34 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/ComplexType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/ComplexType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/EventType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/EventType.java index c5901f7ba6..b42d5b84bb 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/EventType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/EventType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/PrimitiveType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/PrimitiveType.java index 17f1559ce3..ad61ecaadb 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/PrimitiveType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/PrimitiveType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/State.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/State.java index 04c44ab235..5685b1324d 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/State.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/State.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/Type.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/Type.java index 9df310beb4..f943e67372 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/Type.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/Type.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/TypeParser.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/TypeParser.java index 56d3ee8669..4ad9956147 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/TypeParser.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/TypeParser.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/UnDefType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/UnDefType.java index d89c71c305..4859876631 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/UnDefType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/types/UnDefType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/console/Console.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/console/Console.java index 7c6cc4fbc9..5c004037dc 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/console/Console.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/console/Console.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.console; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/console/ConsoleInterpreter.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/console/ConsoleInterpreter.java index a4e16f46ac..e73f76a432 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/console/ConsoleInterpreter.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/console/ConsoleInterpreter.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.console; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/multimedia/tts/TTSService.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/multimedia/tts/TTSService.java index 1a8a61ddfe..ff095f7266 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/multimedia/tts/TTSService.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/multimedia/tts/TTSService.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.multimedia.tts; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/Exec.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/Exec.java index a8c26df9e3..fa7eace72a 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/Exec.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/Exec.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.net.actions; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/HTTP.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/HTTP.java index cb17b41312..f78137f1ec 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/HTTP.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/HTTP.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.net.actions; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/Ping.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/Ping.java index 475da6c6a4..4fc11a15a0 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/Ping.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/actions/Ping.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.net.actions; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/exec/ExecUtil.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/exec/ExecUtil.java index eefe80da73..8b3af6472b 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/exec/ExecUtil.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/exec/ExecUtil.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.net.exec; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/http/HttpUtil.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/http/HttpUtil.java index 0af632a9f4..e407a77648 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/http/HttpUtil.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/http/HttpUtil.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.net.http; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/http/SecureHttpContext.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/http/SecureHttpContext.java index 1ff4faf717..6e3db2c6c9 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/http/SecureHttpContext.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/io/net/http/SecureHttpContext.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.net.http; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/library/tel/items/CallItem.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/library/tel/items/CallItem.java index 9d9205c432..999e8e6bdc 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/library/tel/items/CallItem.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/library/tel/items/CallItem.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.library.tel.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/library/tel/types/CallType.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/library/tel/types/CallType.java index e2fe1bef7f..8c016976b6 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/library/tel/types/CallType.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/library/tel/types/CallType.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.library.tel.types; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/AbstractGenericBindingProvider.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/AbstractGenericBindingProvider.java index e8d9ea6601..1970ce963e 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/AbstractGenericBindingProvider.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/AbstractGenericBindingProvider.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.model.item.binding; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/BindingConfigParseException.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/BindingConfigParseException.java index 27154811c5..73f58d2990 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/BindingConfigParseException.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/BindingConfigParseException.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.model.item.binding; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/BindingConfigReader.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/BindingConfigReader.java index 55f129b779..2c139207d2 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/BindingConfigReader.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/item/binding/BindingConfigReader.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.model.item.binding; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Chart.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Chart.java index 9b5026039a..60c92e4d24 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Chart.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Chart.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/ColorArray.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/ColorArray.java index d887df4df6..9790284438 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/ColorArray.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/ColorArray.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Colorpicker.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Colorpicker.java index 848fe19821..a6cf2e92e5 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Colorpicker.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Colorpicker.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Frame.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Frame.java index 0396c3d6dd..dafd25ecb6 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Frame.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Frame.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Group.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Group.java index 6e9c274e52..98ecc80467 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Group.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Group.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Image.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Image.java index 642eb3408e..d73d1d96fa 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Image.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Image.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/LinkableWidget.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/LinkableWidget.java index afb40f86ef..d23476118c 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/LinkableWidget.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/LinkableWidget.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/List.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/List.java index 215a2c2f57..03b8c03dc6 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/List.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/List.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Mapping.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Mapping.java index 2091a6b011..668c8635b2 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Mapping.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Mapping.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/NonLinkableWidget.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/NonLinkableWidget.java index 1074325da1..02db7df7b1 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/NonLinkableWidget.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/NonLinkableWidget.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Selection.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Selection.java index a7f9dfade5..d4846255bf 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Selection.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Selection.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Setpoint.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Setpoint.java index aa73fef3f8..99477d9949 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Setpoint.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Setpoint.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Sitemap.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Sitemap.java index 0f86a1cd16..0395df0d16 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Sitemap.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Sitemap.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/SitemapModel.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/SitemapModel.java index 57fbb29cb2..dfd664e4ce 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/SitemapModel.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/SitemapModel.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Slider.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Slider.java index f19859ed6d..dd0e5ebfee 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Slider.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Slider.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Switch.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Switch.java index 8b175518f5..41e8a6fdb4 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Switch.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Switch.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Text.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Text.java index 4532cbade3..2b74a16532 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Text.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Text.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Video.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Video.java index 0e82b63030..e735888459 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Video.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Video.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/VisibilityRule.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/VisibilityRule.java index 039aef4bb7..f776ca929e 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/VisibilityRule.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/VisibilityRule.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Webview.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Webview.java index 5fd0e5487f..8d2bc3750f 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Webview.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Webview.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Widget.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Widget.java index 4c23ba6609..d9c851af38 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Widget.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/model/sitemap/Widget.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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 */ /** */ diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/ChartProvider.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/ChartProvider.java index 39f606a824..52ee65a284 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/ChartProvider.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/ChartProvider.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.chart; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/internal/ChartProviderDelegate.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/internal/ChartProviderDelegate.java index f26c6a58e2..d7ff3dd30a 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/internal/ChartProviderDelegate.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/internal/ChartProviderDelegate.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.chart.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/internal/ChartProviderFactory.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/internal/ChartProviderFactory.java index 950ef8a91a..25634fb169 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/internal/ChartProviderFactory.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/chart/internal/ChartProviderFactory.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.chart.internal; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/items/ItemUIProvider.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/items/ItemUIProvider.java index b95296a1fd..d4c590f8a5 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/items/ItemUIProvider.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/items/ItemUIProvider.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.items; diff --git a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/items/ItemUIRegistry.java b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/items/ItemUIRegistry.java index 0fa1457668..d76d3373d7 100644 --- a/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/items/ItemUIRegistry.java +++ b/bundles/org.openhab.core.compat1x/src/main/java/org/openhab/ui/items/ItemUIRegistry.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.items; diff --git a/bundles/org.openhab.core.karaf.dep.war/NOTICE b/bundles/org.openhab.core.karaf.dep.war/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.core.karaf.dep.war/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.core.karaf.dep.war/about.html b/bundles/org.openhab.core.karaf.dep.war/about.html deleted file mode 100644 index 1c1bb3d48e..0000000000 --- a/bundles/org.openhab.core.karaf.dep.war/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - - \ No newline at end of file diff --git a/bundles/org.openhab.core.karaf.dep.war/build.properties b/bundles/org.openhab.core.karaf.dep.war/build.properties index 248e8b25d3..c741adb83f 100644 --- a/bundles/org.openhab.core.karaf.dep.war/build.properties +++ b/bundles/org.openhab.core.karaf.dep.war/build.properties @@ -1,4 +1,4 @@ output.. = target/classes/ bin.includes = META-INF/,\ .,\ - about.html + NOTICE diff --git a/bundles/org.openhab.core.karaf/NOTICE b/bundles/org.openhab.core.karaf/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.core.karaf/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.core.karaf/OSGI-INF/featureinstaller.xml b/bundles/org.openhab.core.karaf/OSGI-INF/featureinstaller.xml index 8f1564ddac..c036c5a901 100644 --- a/bundles/org.openhab.core.karaf/OSGI-INF/featureinstaller.xml +++ b/bundles/org.openhab.core.karaf/OSGI-INF/featureinstaller.xml @@ -1,12 +1,16 @@ diff --git a/bundles/org.openhab.core.karaf/OSGI-INF/karafextensionservice.xml b/bundles/org.openhab.core.karaf/OSGI-INF/karafextensionservice.xml index fced34efe8..9035e0f567 100644 --- a/bundles/org.openhab.core.karaf/OSGI-INF/karafextensionservice.xml +++ b/bundles/org.openhab.core.karaf/OSGI-INF/karafextensionservice.xml @@ -1,12 +1,16 @@ diff --git a/bundles/org.openhab.core.karaf/about.html b/bundles/org.openhab.core.karaf/about.html deleted file mode 100644 index 1c1bb3d48e..0000000000 --- a/bundles/org.openhab.core.karaf/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - - \ No newline at end of file diff --git a/bundles/org.openhab.core.karaf/build.properties b/bundles/org.openhab.core.karaf/build.properties index 0eeec6955f..0060564be6 100644 --- a/bundles/org.openhab.core.karaf/build.properties +++ b/bundles/org.openhab.core.karaf/build.properties @@ -3,5 +3,5 @@ bin.includes = META-INF/,\ .,\ OSGI-INF/,\ ESH-INF/,\ - about.html + NOTICE source.. = src/main/java/ diff --git a/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/FeatureInstaller.java b/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/FeatureInstaller.java index e24baa02ea..48740f742a 100644 --- a/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/FeatureInstaller.java +++ b/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/FeatureInstaller.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.karaf.internal; diff --git a/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/KarafExtensionService.java b/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/KarafExtensionService.java index 0c8d93e91c..98c99a4522 100644 --- a/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/KarafExtensionService.java +++ b/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/KarafExtensionService.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.karaf.internal; diff --git a/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/command/InstallServiceCommand.java b/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/command/InstallServiceCommand.java index fcd5e1c2bb..64e7529063 100644 --- a/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/command/InstallServiceCommand.java +++ b/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/command/InstallServiceCommand.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.karaf.internal.command; diff --git a/bundles/org.openhab.core/NOTICE b/bundles/org.openhab.core/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.core/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.core/OSGI-INF/defaultsitemapprovider.xml b/bundles/org.openhab.core/OSGI-INF/defaultsitemapprovider.xml index 11c0f4877f..a0fe027374 100644 --- a/bundles/org.openhab.core/OSGI-INF/defaultsitemapprovider.xml +++ b/bundles/org.openhab.core/OSGI-INF/defaultsitemapprovider.xml @@ -1,12 +1,16 @@ diff --git a/bundles/org.openhab.core/OSGI-INF/iconforwarder.xml b/bundles/org.openhab.core/OSGI-INF/iconforwarder.xml index 947d45234f..b3be46db42 100644 --- a/bundles/org.openhab.core/OSGI-INF/iconforwarder.xml +++ b/bundles/org.openhab.core/OSGI-INF/iconforwarder.xml @@ -1,12 +1,16 @@ diff --git a/bundles/org.openhab.core/about.html b/bundles/org.openhab.core/about.html deleted file mode 100644 index 1c1bb3d48e..0000000000 --- a/bundles/org.openhab.core/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - - \ No newline at end of file diff --git a/bundles/org.openhab.core/build.properties b/bundles/org.openhab.core/build.properties index 9e97e61f6a..88da2fca29 100644 --- a/bundles/org.openhab.core/build.properties +++ b/bundles/org.openhab.core/build.properties @@ -2,6 +2,6 @@ output.. = target/classes/ bin.includes = META-INF/,\ .,\ OSGI-INF/,\ - about.html + NOTICE source.. = src/main/java/,\ src/main/resources/ diff --git a/bundles/org.openhab.core/src/main/java/org/openhab/core/OpenHAB.java b/bundles/org.openhab.core/src/main/java/org/openhab/core/OpenHAB.java index 8803873c0a..382e77377a 100644 --- a/bundles/org.openhab.core/src/main/java/org/openhab/core/OpenHAB.java +++ b/bundles/org.openhab.core/src/main/java/org/openhab/core/OpenHAB.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core; diff --git a/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/CoreActivator.java b/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/CoreActivator.java index f4341c8ed5..6632d6da04 100644 --- a/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/CoreActivator.java +++ b/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/CoreActivator.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.internal; diff --git a/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/icon/IconForwarder.java b/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/icon/IconForwarder.java index 45a1cbc580..8f5720e91e 100644 --- a/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/icon/IconForwarder.java +++ b/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/icon/IconForwarder.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.internal.icon; diff --git a/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/item/DefaultSitemapProvider.java b/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/item/DefaultSitemapProvider.java index 32d9360768..d985220b4b 100644 --- a/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/item/DefaultSitemapProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/openhab/core/internal/item/DefaultSitemapProvider.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.core.internal.item; diff --git a/bundles/org.openhab.io.jetty.certificate/NOTICE b/bundles/org.openhab.io.jetty.certificate/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.io.jetty.certificate/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.io.jetty.certificate/about.html b/bundles/org.openhab.io.jetty.certificate/about.html deleted file mode 100644 index de0604138c..0000000000 --- a/bundles/org.openhab.io.jetty.certificate/about.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - -About - - -

About This Content

- -

October 9, 2015

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - -

Third Party Content

-

The Content includes items that have been sourced from third parties as set out below. If you - did not receive this Content directly from openHAB, the following is provided - for informational purposes only, and you should look to the Redistributor's license for - terms and conditions of use.

-

- BouncyCastle

- bcpkix-jdk15on obtained from Maven central repository under MIT license
- bcprov-jdk15on obtained from Maven central repository under MIT license
-

- - diff --git a/bundles/org.openhab.io.jetty.certificate/build.properties b/bundles/org.openhab.io.jetty.certificate/build.properties index 00484082b1..e9df47c194 100644 --- a/bundles/org.openhab.io.jetty.certificate/build.properties +++ b/bundles/org.openhab.io.jetty.certificate/build.properties @@ -2,5 +2,5 @@ source.. = src/main/java output.. = target/classes bin.includes = META-INF/,\ .,\ - about.html,\ + NOTICE,\ lib/ diff --git a/bundles/org.openhab.io.jetty.certificate/src/main/java/org/openhab/io/jetty/certificate/internal/CertificateGenerator.java b/bundles/org.openhab.io.jetty.certificate/src/main/java/org/openhab/io/jetty/certificate/internal/CertificateGenerator.java index 884c411b07..f55dad3eb6 100644 --- a/bundles/org.openhab.io.jetty.certificate/src/main/java/org/openhab/io/jetty/certificate/internal/CertificateGenerator.java +++ b/bundles/org.openhab.io.jetty.certificate/src/main/java/org/openhab/io/jetty/certificate/internal/CertificateGenerator.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.jetty.certificate.internal; diff --git a/bundles/org.openhab.io.rest.docs/NOTICE b/bundles/org.openhab.io.rest.docs/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.io.rest.docs/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.io.rest.docs/OSGI-INF/dashboardtile.xml b/bundles/org.openhab.io.rest.docs/OSGI-INF/dashboardtile.xml index 89c5e518f0..cf6512874a 100644 --- a/bundles/org.openhab.io.rest.docs/OSGI-INF/dashboardtile.xml +++ b/bundles/org.openhab.io.rest.docs/OSGI-INF/dashboardtile.xml @@ -1,12 +1,16 @@ diff --git a/bundles/org.openhab.io.rest.docs/OSGI-INF/swaggerservice.xml b/bundles/org.openhab.io.rest.docs/OSGI-INF/swaggerservice.xml index a1a050b1e9..4797cc70d8 100644 --- a/bundles/org.openhab.io.rest.docs/OSGI-INF/swaggerservice.xml +++ b/bundles/org.openhab.io.rest.docs/OSGI-INF/swaggerservice.xml @@ -1,12 +1,16 @@ diff --git a/bundles/org.openhab.io.rest.docs/about.html b/bundles/org.openhab.io.rest.docs/about.html deleted file mode 100644 index 1c1bb3d48e..0000000000 --- a/bundles/org.openhab.io.rest.docs/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - - \ No newline at end of file diff --git a/bundles/org.openhab.io.rest.docs/build.properties b/bundles/org.openhab.io.rest.docs/build.properties index 0a50ec7ace..4c32291039 100644 --- a/bundles/org.openhab.io.rest.docs/build.properties +++ b/bundles/org.openhab.io.rest.docs/build.properties @@ -2,5 +2,5 @@ bin.includes = META-INF/,\ .,\ OSGI-INF/,\ swagger/,\ - about.html + NOTICE source.. = src/main/java diff --git a/bundles/org.openhab.io.rest.docs/src/main/java/org/openhab/io/rest/docs/internal/RESTDashboardTile.java b/bundles/org.openhab.io.rest.docs/src/main/java/org/openhab/io/rest/docs/internal/RESTDashboardTile.java index 25d5b1b940..f1b3253a66 100644 --- a/bundles/org.openhab.io.rest.docs/src/main/java/org/openhab/io/rest/docs/internal/RESTDashboardTile.java +++ b/bundles/org.openhab.io.rest.docs/src/main/java/org/openhab/io/rest/docs/internal/RESTDashboardTile.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.rest.docs.internal; diff --git a/bundles/org.openhab.io.rest.docs/src/main/java/org/openhab/io/rest/docs/internal/SwaggerService.java b/bundles/org.openhab.io.rest.docs/src/main/java/org/openhab/io/rest/docs/internal/SwaggerService.java index 40c097d486..31b4df8bf8 100644 --- a/bundles/org.openhab.io.rest.docs/src/main/java/org/openhab/io/rest/docs/internal/SwaggerService.java +++ b/bundles/org.openhab.io.rest.docs/src/main/java/org/openhab/io/rest/docs/internal/SwaggerService.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.rest.docs.internal; diff --git a/bundles/org.openhab.io.sound/NOTICE b/bundles/org.openhab.io.sound/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.io.sound/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.io.sound/OSGI-INF/enhancedjavasound.xml b/bundles/org.openhab.io.sound/OSGI-INF/enhancedjavasound.xml index 63a154b730..aae4d4d70c 100644 --- a/bundles/org.openhab.io.sound/OSGI-INF/enhancedjavasound.xml +++ b/bundles/org.openhab.io.sound/OSGI-INF/enhancedjavasound.xml @@ -1,12 +1,16 @@ diff --git a/bundles/org.openhab.io.sound/about.html b/bundles/org.openhab.io.sound/about.html deleted file mode 100644 index 1c1bb3d48e..0000000000 --- a/bundles/org.openhab.io.sound/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - - \ No newline at end of file diff --git a/bundles/org.openhab.io.sound/build.properties b/bundles/org.openhab.io.sound/build.properties index fd6056713d..9229191c07 100644 --- a/bundles/org.openhab.io.sound/build.properties +++ b/bundles/org.openhab.io.sound/build.properties @@ -2,5 +2,5 @@ bin.includes = META-INF/,\ .,\ OSGI-INF/,\ lib/jl1.0.1.jar,\ - about.html + NOTICE source.. = src/main/java diff --git a/bundles/org.openhab.io.sound/src/main/java/org/openhab/io/sound/internal/EnhancedJavaSoundAudioSink.java b/bundles/org.openhab.io.sound/src/main/java/org/openhab/io/sound/internal/EnhancedJavaSoundAudioSink.java index 0a9b79ca02..3de55b6a48 100644 --- a/bundles/org.openhab.io.sound/src/main/java/org/openhab/io/sound/internal/EnhancedJavaSoundAudioSink.java +++ b/bundles/org.openhab.io.sound/src/main/java/org/openhab/io/sound/internal/EnhancedJavaSoundAudioSink.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.io.sound.internal; diff --git a/bundles/org.openhab.ui.basicui/NOTICE b/bundles/org.openhab.ui.basicui/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.ui.basicui/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.ui.basicui/about.html b/bundles/org.openhab.ui.basicui/about.html deleted file mode 100644 index 1c1bb3d48e..0000000000 --- a/bundles/org.openhab.ui.basicui/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - - \ No newline at end of file diff --git a/bundles/org.openhab.ui.basicui/build.properties b/bundles/org.openhab.ui.basicui/build.properties index 75869c82eb..5f76b342da 100644 --- a/bundles/org.openhab.ui.basicui/build.properties +++ b/bundles/org.openhab.ui.basicui/build.properties @@ -2,6 +2,6 @@ bin.includes = META-INF/,\ .,\ OSGI-INF/,\ patch/,\ - about.html + NOTICE output = target/classes/ source.. = src/main/java/ diff --git a/bundles/org.openhab.ui.basicui/src/main/java/org/openhab/ui/basicui/internal/BasicUIDashboardTile.java b/bundles/org.openhab.ui.basicui/src/main/java/org/openhab/ui/basicui/internal/BasicUIDashboardTile.java index 7f608360c1..06bb5c6abe 100644 --- a/bundles/org.openhab.ui.basicui/src/main/java/org/openhab/ui/basicui/internal/BasicUIDashboardTile.java +++ b/bundles/org.openhab.ui.basicui/src/main/java/org/openhab/ui/basicui/internal/BasicUIDashboardTile.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.basicui.internal; diff --git a/bundles/org.openhab.ui.classicui/NOTICE b/bundles/org.openhab.ui.classicui/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.ui.classicui/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.ui.classicui/about.html b/bundles/org.openhab.ui.classicui/about.html deleted file mode 100644 index 1c1bb3d48e..0000000000 --- a/bundles/org.openhab.ui.classicui/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - - \ No newline at end of file diff --git a/bundles/org.openhab.ui.classicui/build.properties b/bundles/org.openhab.ui.classicui/build.properties index 2e73958e80..c5b789c4b4 100644 --- a/bundles/org.openhab.ui.classicui/build.properties +++ b/bundles/org.openhab.ui.classicui/build.properties @@ -1,7 +1,7 @@ bin.includes = META-INF/,\ .,\ OSGI-INF/,\ - about.html,\ + NOTICE,\ patch/ output = target/classes/ source.. = src/main/java/ diff --git a/bundles/org.openhab.ui.classicui/src/main/java/org/openhab/ui/classicui/internal/ClassicUIDashboardTile.java b/bundles/org.openhab.ui.classicui/src/main/java/org/openhab/ui/classicui/internal/ClassicUIDashboardTile.java index 250d1c67c5..5168fecbad 100644 --- a/bundles/org.openhab.ui.classicui/src/main/java/org/openhab/ui/classicui/internal/ClassicUIDashboardTile.java +++ b/bundles/org.openhab.ui.classicui/src/main/java/org/openhab/ui/classicui/internal/ClassicUIDashboardTile.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.classicui.internal; diff --git a/bundles/org.openhab.ui.dashboard/NOTICE b/bundles/org.openhab.ui.dashboard/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.ui.dashboard/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.ui.dashboard/about.html b/bundles/org.openhab.ui.dashboard/about.html deleted file mode 100644 index 1c1bb3d48e..0000000000 --- a/bundles/org.openhab.ui.dashboard/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - - \ No newline at end of file diff --git a/bundles/org.openhab.ui.dashboard/build.properties b/bundles/org.openhab.ui.dashboard/build.properties index cea28d9afb..090b9145a3 100644 --- a/bundles/org.openhab.ui.dashboard/build.properties +++ b/bundles/org.openhab.ui.dashboard/build.properties @@ -4,6 +4,6 @@ bin.includes = META-INF/,\ OSGI-INF/,\ web/,\ templates/,\ - about.html,\ + NOTICE,\ ESH-INF/ source.. = src/main/java/ diff --git a/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/DashboardReady.java b/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/DashboardReady.java index 7bcc8ca4c5..264fe5c257 100644 --- a/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/DashboardReady.java +++ b/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/DashboardReady.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.dashboard; diff --git a/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/DashboardTile.java b/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/DashboardTile.java index 9976d805b5..65a66cc828 100644 --- a/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/DashboardTile.java +++ b/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/DashboardTile.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.dashboard; diff --git a/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/DashboardService.java b/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/DashboardService.java index b641c14210..93852f7893 100644 --- a/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/DashboardService.java +++ b/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/DashboardService.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.dashboard.internal; diff --git a/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/DashboardServlet.java b/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/DashboardServlet.java index 32d425543e..c39c236c43 100644 --- a/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/DashboardServlet.java +++ b/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/DashboardServlet.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.dashboard.internal; diff --git a/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/ExternalServiceTile.java b/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/ExternalServiceTile.java index 868149be89..5b0bcdca06 100644 --- a/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/ExternalServiceTile.java +++ b/bundles/org.openhab.ui.dashboard/src/main/java/org/openhab/ui/dashboard/internal/ExternalServiceTile.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.dashboard.internal; diff --git a/bundles/org.openhab.ui.homebuilder/NOTICE b/bundles/org.openhab.ui.homebuilder/NOTICE new file mode 100644 index 0000000000..469e603432 --- /dev/null +++ b/bundles/org.openhab.ui.homebuilder/NOTICE @@ -0,0 +1,55 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core + +== Third-party Content + +ascii-table +* License: MIT License +* Project: https://www.npmjs.com/package/ascii-table +* Source: https://github.com/sorensen/ascii-table + +bootstrap-vue +* License: MIT License +* Project: https://www.npmjs.com/package/bootstrap-vue +* Source: https://github.com/bootstrap-vue/bootstrap-vue + +lodash +* License: MIT License +* Project: https://www.npmjs.com/package/lodash +* Source: https://github.com/lodash/lodash + +underscore.string +* License: MIT License +* Project: https://www.npmjs.com/package/underscore.string +* Source: https://github.com/epeli/underscore.string + +vue +* License: MIT License +* Project: https://www.npmjs.com/package/vue +* Source: https://github.com/vuejs/vue + +vue-form-generator +* License: MIT License +* Project: https://www.npmjs.com/package/vue-form-generator +* Source: https://github.com/vue-generators/vue-form-generator + +vue-i18n +* License: MIT License +* Project: https://www.npmjs.com/package/vue-i18n +* Source: https://github.com/kazupon/vue-i18n + +vue-multiselect +* License: MIT License +* Project: https://www.npmjs.com/package/vue-multiselect +* Source: https://github.com/shentao/vue-multiselect diff --git a/bundles/org.openhab.ui.homebuilder/about.html b/bundles/org.openhab.ui.homebuilder/about.html deleted file mode 100644 index 853a437119..0000000000 --- a/bundles/org.openhab.ui.homebuilder/about.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - -About - - -

About This Content

- -

<August 10, 2017>

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - -

Third Party Content

-

The Content includes items that have been sourced from third parties as set out below. If you - did not receive this Content directly from the openHAB community, the following is provided - for informational purposes only, and you should look to the Redistributor's license for - terms and conditions of use.

- -

- ascii-table

- ascii-table - a subject to the MIT License -

-

- bootstrap-vue

- bootstrap-vue - a subject to the MIT License -

-

- lodash

- lodash - a subject to the MIT License -

-

- underscore.string

- underscore.string - a subject to the MIT License -

-

- vue

- vue - a subject to the MIT License -

-

- vue-form-generator

- vue-form-generator - a subject to the MIT License -

-

- vue-i18n

- vue-i18n - a subject to the MIT License -

-

- vue-multiselect

- vue-multiselect - a subject to the MIT License -

- - - diff --git a/bundles/org.openhab.ui.homebuilder/build.properties b/bundles/org.openhab.ui.homebuilder/build.properties index 734f87a30c..710af5a421 100644 --- a/bundles/org.openhab.ui.homebuilder/build.properties +++ b/bundles/org.openhab.ui.homebuilder/build.properties @@ -1,6 +1,6 @@ bin.includes = META-INF/,\ .,\ - about.html,\ + NOTICE,\ OSGI-INF/,\ web/ output = target/classes/ diff --git a/bundles/org.openhab.ui.homebuilder/src/main/java/org/openhab/ui/homebuilder/internal/HomeBuilderDashboardTile.java b/bundles/org.openhab.ui.homebuilder/src/main/java/org/openhab/ui/homebuilder/internal/HomeBuilderDashboardTile.java index 2d452f77d6..b76e1b76a0 100644 --- a/bundles/org.openhab.ui.homebuilder/src/main/java/org/openhab/ui/homebuilder/internal/HomeBuilderDashboardTile.java +++ b/bundles/org.openhab.ui.homebuilder/src/main/java/org/openhab/ui/homebuilder/internal/HomeBuilderDashboardTile.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.homebuilder.internal; diff --git a/bundles/org.openhab.ui.homebuilder/src/main/java/org/openhab/ui/homebuilder/internal/HomeBuilderServlet.java b/bundles/org.openhab.ui.homebuilder/src/main/java/org/openhab/ui/homebuilder/internal/HomeBuilderServlet.java index 7ae5977fd8..1ac7f74485 100644 --- a/bundles/org.openhab.ui.homebuilder/src/main/java/org/openhab/ui/homebuilder/internal/HomeBuilderServlet.java +++ b/bundles/org.openhab.ui.homebuilder/src/main/java/org/openhab/ui/homebuilder/internal/HomeBuilderServlet.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.homebuilder.internal; diff --git a/bundles/org.openhab.ui.paperui/NOTICE b/bundles/org.openhab.ui.paperui/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/bundles/org.openhab.ui.paperui/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/bundles/org.openhab.ui.paperui/about.html b/bundles/org.openhab.ui.paperui/about.html deleted file mode 100644 index 1c1bb3d48e..0000000000 --- a/bundles/org.openhab.ui.paperui/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- - - \ No newline at end of file diff --git a/bundles/org.openhab.ui.paperui/build.properties b/bundles/org.openhab.ui.paperui/build.properties index 64e6568c2d..e0f0cdda51 100644 --- a/bundles/org.openhab.ui.paperui/build.properties +++ b/bundles/org.openhab.ui.paperui/build.properties @@ -2,6 +2,6 @@ bin.includes = META-INF/,\ .,\ patch/web/,\ OSGI-INF/,\ - about.html + NOTICE output = target/classes/ source.. = src/main/java/ diff --git a/bundles/org.openhab.ui.paperui/src/main/java/org/openhab/ui/paperui/internal/PaperUIDashboardTile.java b/bundles/org.openhab.ui.paperui/src/main/java/org/openhab/ui/paperui/internal/PaperUIDashboardTile.java index 1d314954c7..201c00b8c7 100644 --- a/bundles/org.openhab.ui.paperui/src/main/java/org/openhab/ui/paperui/internal/PaperUIDashboardTile.java +++ b/bundles/org.openhab.ui.paperui/src/main/java/org/openhab/ui/paperui/internal/PaperUIDashboardTile.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.paperui.internal; diff --git a/bundles/org.openhab.ui.start/NOTICE b/bundles/org.openhab.ui.start/NOTICE new file mode 100644 index 0000000000..ba380e4df8 --- /dev/null +++ b/bundles/org.openhab.ui.start/NOTICE @@ -0,0 +1,47 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core + +== Third-party Content + +Simple HttpErrorPages +* License: MIT License +* Project: https://github.com/AndiDittrich/HttpErrorPages +* Source: https://github.com/AndiDittrich/HttpErrorPages + +== Third-party license(s) + +=== MIT License + +The MIT License (X11 License) + +Copyright (c) 2014-2018 Andi Dittrich + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/bundles/org.openhab.ui.start/about.html b/bundles/org.openhab.ui.start/about.html deleted file mode 100644 index 2a7c838be4..0000000000 --- a/bundles/org.openhab.ui.start/about.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - -About - - -

About This Content

- -

March 22, 2017

-

License

- -

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the openHAB community, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at openhab.org.

- -

Third Party Content

-

The Content includes items that have been sourced from third parties as set out below. If you - did not receive this Content directly from the openHAB project, the following is provided - for informational purposes only, and you should look to the Redistributor's license for - terms and conditions of use.

-

- Simple HttpErrorPages

- HttpErrorPages obtained from Github repository under MIT License.
-

- - \ No newline at end of file diff --git a/bundles/org.openhab.ui.start/build.properties b/bundles/org.openhab.ui.start/build.properties index 39c5e67479..89418a8c10 100644 --- a/bundles/org.openhab.ui.start/build.properties +++ b/bundles/org.openhab.ui.start/build.properties @@ -2,6 +2,6 @@ output.. = target/classes/ bin.includes = META-INF/,\ .,\ OSGI-INF/,\ - about.html,\ + NOTICE,\ pages/ source.. = src/main/java/ diff --git a/bundles/org.openhab.ui.start/src/main/java/org/openhab/ui/start/internal/RootServlet.java b/bundles/org.openhab.ui.start/src/main/java/org/openhab/ui/start/internal/RootServlet.java index 9b0f0e0c44..4975de9917 100644 --- a/bundles/org.openhab.ui.start/src/main/java/org/openhab/ui/start/internal/RootServlet.java +++ b/bundles/org.openhab.ui.start/src/main/java/org/openhab/ui/start/internal/RootServlet.java @@ -1,10 +1,14 @@ /** - * Copyright (c) 2015-2019 by the respective copyright holders. + * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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.start.internal; diff --git a/features/openhab-core/src/main/feature/feature.xml b/features/openhab-core/src/main/feature/feature.xml index 79ae7096e2..eec77a0cae 100644 --- a/features/openhab-core/src/main/feature/feature.xml +++ b/features/openhab-core/src/main/feature/feature.xml @@ -1,12 +1,16 @@ diff --git a/features/p2/build.properties b/features/p2/build.properties index b3a611b5c9..64f93a9f0b 100644 --- a/features/p2/build.properties +++ b/features/p2/build.properties @@ -1,2 +1 @@ -bin.includes = feature.xml,\ - feature.properties +bin.includes = feature.xml diff --git a/features/p2/feature.properties b/features/p2/feature.properties deleted file mode 100644 index f7ac76019f..0000000000 --- a/features/p2/feature.properties +++ /dev/null @@ -1,2 +0,0 @@ -licenseURL=license.html -license=Eclipse Foundation Software User Agreement\nFebruary 1, 2011\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the\nEclipse Foundation is provided to you under the terms and conditions of\nthe Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\nprovided with this Content and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse Foundation source code\nrepository ("Repository") in software modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory named "features".\nWithin a Feature, files named "feature.xml" may contain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JARs\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nProvisioning Technology (as defined below), you must agree to a license ("Feature \nUpdate License") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties" found within a Feature.\nSuch Abouts, Feature Licenses, and Feature Update Licenses contain the\nterms and conditions (or references to such terms and conditions) that\ngovern your use of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Eclipse Distribution License Version 1.0 (available at http\://www.eclipse.org/licenses/edl-v1.0.html)\n- Common Public License Version 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\n\nUse of Provisioning Technology\n\nThe Eclipse Foundation makes available provisioning software, examples of which include,\nbut are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\nthe purpose of allowing users to install software, documentation, information and/or\nother materials (collectively "Installable Software"). This capability is provided with\nthe intent of allowing such users to install, extend and update Eclipse-based products.\nInformation about packaging Installable Software is available at\nhttp\://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\nYou may use Provisioning Technology to allow other parties to install Installable Software.\nYou shall be responsible for enabling the applicable license agreements relating to the\nInstallable Software to be presented to, and accepted by, the users of the Provisioning Technology\nin accordance with the Specification. By using Provisioning Technology in such a manner and\nmaking it available in accordance with the Specification, you further acknowledge your\nagreement to, and the acquisition of all necessary rights to permit the following\:\n\n1. A series of actions may occur ("Provisioning Process") in which a user may execute\nthe Provisioning Technology on a machine ("Target Machine") with the intent of installing,\nextending or updating the functionality of an Eclipse-based product.\n2. During the Provisioning Process, the Provisioning Technology may cause third party\nInstallable Software or a portion thereof to be accessed and copied to the Target Machine.\n3. Pursuant to the Specification, you will provide to the user the terms and conditions that\ngovern the use of the Installable Software ("Installable Software Agreement") and such\nInstallable Software Agreement shall be accessed from the Target Machine in accordance\nwith the Specification. Such Installable Software Agreement must inform the user of the\nterms and conditions that govern the Installable Software and must solicit acceptance by\nthe end user in the manner prescribed in such Installable Software Agreement. Upon such\nindication of agreement by the user, the provisioning Technology will complete installation\nof the Installable Software.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, possession, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use, and\nre-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n diff --git a/features/p2/feature.xml b/features/p2/feature.xml index 493f436d51..20c9a8c32e 100644 --- a/features/p2/feature.xml +++ b/features/p2/feature.xml @@ -1,12 +1,16 @@ - - - - -Eclipse Foundation Software User Agreement - - - -

Eclipse Foundation Software User Agreement

-

February 1, 2011

- -

Usage Of Content

- -

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS - (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND - CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE - OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR - NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND - CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

- -

Applicable Licenses

- -

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 - ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. - For purposes of the EPL, "Program" will mean the Content.

- -

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code - repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

- -
    -
  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • -
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • -
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins - and/or Fragments associated with that Feature.
  • -
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
  • -
- -

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and -Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module -including, but not limited to the following locations:

- -
    -
  • The top-level (root) directory
  • -
  • Plug-in and Fragment directories
  • -
  • Inside Plug-ins and Fragments packaged as JARs
  • -
  • Sub-directories of the directory named "src" of certain Plug-ins
  • -
  • Feature directories
  • -
- -

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the -installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or -inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. -Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in -that directory.

- -

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE -OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

- - - -

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please -contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

- - -

Use of Provisioning Technology

- -

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse - Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or - other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to - install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html - ("Specification").

- -

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the - applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology - in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the - Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

- -
    -
  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology - on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based - product.
  2. -
  3. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be - accessed and copied to the Target Machine.
  4. -
  5. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable - Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target - Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern - the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such - indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.
  6. -
- -

Cryptography

- -

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to - another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, - possession, or use, and re-export of encryption software, to see if this is permitted.

- -

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

- - diff --git a/pom.xml b/pom.xml index 615b40d08c..1f6475dd69 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,7 @@ ${sat.version} ${basedirRoot}/tools/checkstyle.properties + ${basedirRoot}/tools/suppressions.xml diff --git a/src/etc/NOTICE b/src/etc/NOTICE new file mode 100644 index 0000000000..4ce688fce1 --- /dev/null +++ b/src/etc/NOTICE @@ -0,0 +1,13 @@ +This content is produced and maintained by the openHAB project. + +* Project home: https://www.openhab.org + +== Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License 2.0 which is available at +https://www.eclipse.org/legal/epl-2.0/. + +== Source Code + +https://github.com/openhab/openhab-core diff --git a/src/etc/header.txt b/src/etc/header.txt index 97ab46f9bc..e1d7d78aa5 100644 --- a/src/etc/header.txt +++ b/src/etc/header.txt @@ -1,6 +1,10 @@ -Copyright (c) 2015-${year} 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 +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 diff --git a/tools/checkstyle.properties b/tools/checkstyle.properties index 4fd2a79591..3a9a45b88e 100644 --- a/tools/checkstyle.properties +++ b/tools/checkstyle.properties @@ -1,5 +1,6 @@ -checkstyle.headerCheck.content=^/\\*\\*$\\n^ \\* Copyright \\(c\\) {0}-{1} by the respective copyright holders\\.$\\n^ \\*$\\n^ \\* All rights reserved\\. This program and the accompanying materials$\\n^ \\* are made available under the terms of the Eclipse Public License v1\\.0$\\n^ \\* which accompanies this distribution, and is available at$\\n^ \\* http://www.eclipse.org/legal/epl\\-v10\\.html$ -checkstyle.headerCheck.values=2015,2019 +checkstyle.headerCheck.content=^/\\*\\*$\\n^ \\* Copyright \\(c\\) {0}-{1} Contributors to the openHAB project$ +checkstyle.headerCheck.values=2010,2019 checkstyle.pomXmlCheck.currentVersionRegex=^2\.5\.0 checkstyle.forbiddenPackageUsageCheck.forbiddenPackages=com.google.common checkstyle.forbiddenPackageUsageCheck.exceptions= +checkstyle.requiredFilesCheck.files=build.properties,pom.xml,META-INF/MANIFEST.MF diff --git a/tools/suppressions.xml b/tools/suppressions.xml new file mode 100644 index 0000000000..4f03021315 --- /dev/null +++ b/tools/suppressions.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +