From fae90c7dd4db0c8ac945968a323010bfebee2c9b Mon Sep 17 00:00:00 2001 From: Alexander Fedorov Date: Sun, 26 Jan 2020 19:03:25 +0300 Subject: [PATCH] Bug 558833 - fix license header to use https and navigatable URL Normalize header to recommended format: LIC Products Signed-off-by: Alexander Fedorov --- .../OSGI-INF/l10n/bundle.properties | 6 +++--- .../org.eclipse.passage.lic.products.e4.ui/build.properties | 4 ++-- bundles/org.eclipse.passage.lic.products.e4.ui/plugin.xml | 4 ++-- .../lic/internal/products/e4/ui/ProductsE4UiProcessor.java | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- .../org.eclipse.passage.lic.products.ecore/build.properties | 4 ++-- .../org.eclipse.passage.lic.products.edit/build.properties | 4 ++-- .../org.eclipse.passage.lic.products.edit/plugin.properties | 6 +++--- bundles/org.eclipse.passage.lic.products.edit/plugin.xml | 4 ++-- .../passage/lic/products/edit/ProductsEditPlugin.java | 4 ++-- .../lic/products/edit/providers/ProductItemProvider.java | 4 ++-- .../products/edit/providers/ProductLineItemProvider.java | 4 ++-- .../edit/providers/ProductVersionFeatureItemProvider.java | 4 ++-- .../products/edit/providers/ProductVersionItemProvider.java | 4 ++-- .../edit/providers/ProductsItemProviderAdapterFactory.java | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- .../build.properties | 4 ++-- .../lic/internal/products/migration/ProductsMigrator.java | 4 ++-- .../org.eclipse.passage.lic.products.model/build.properties | 4 ++-- .../plugin.properties | 6 +++--- bundles/org.eclipse.passage.lic.products.model/plugin.xml | 4 ++-- .../org/eclipse/passage/lic/products/model/api/Product.java | 4 ++-- .../eclipse/passage/lic/products/model/api/ProductLine.java | 4 ++-- .../passage/lic/products/model/api/ProductVersion.java | 4 ++-- .../lic/products/model/api/ProductVersionFeature.java | 4 ++-- .../passage/lic/products/model/impl/ProductImpl.java | 4 ++-- .../passage/lic/products/model/impl/ProductLineImpl.java | 4 ++-- .../lic/products/model/impl/ProductVersionFeatureImpl.java | 4 ++-- .../passage/lic/products/model/impl/ProductVersionImpl.java | 4 ++-- .../lic/products/model/impl/ProductsFactoryImpl.java | 4 ++-- .../lic/products/model/impl/ProductsPackageImpl.java | 4 ++-- .../passage/lic/products/model/meta/ProductsFactory.java | 4 ++-- .../passage/lic/products/model/meta/ProductsPackage.java | 4 ++-- .../lic/products/model/util/ProductsAdapterFactory.java | 4 ++-- .../passage/lic/products/model/util/ProductsSwitch.java | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- bundles/org.eclipse.passage.lic.products/about.ini | 2 +- bundles/org.eclipse.passage.lic.products/about.mappings | 2 +- bundles/org.eclipse.passage.lic.products/about.properties | 4 ++-- bundles/org.eclipse.passage.lic.products/build.properties | 4 ++-- .../org/eclipse/passage/lic/products/ProductDescriptor.java | 4 ++-- .../eclipse/passage/lic/products/ProductLineDescriptor.java | 4 ++-- .../passage/lic/products/ProductVersionDescriptor.java | 4 ++-- .../lic/products/ProductVersionFeatureDescriptor.java | 4 ++-- .../passage/lic/products/registry/ProductRegistry.java | 4 ++-- .../lic/products/registry/ProductRegistryEvents.java | 4 ++-- .../build.properties | 4 ++-- .../feature.properties | 6 +++--- .../org.eclipse.passage.lic.products.feature/feature.xml | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- .../build.properties | 4 ++-- .../lic/products/migration/tests/ProductsMigratorTest.java | 4 ++-- 52 files changed, 110 insertions(+), 110 deletions(-) diff --git a/bundles/org.eclipse.passage.lic.products.e4.ui/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lic.products.e4.ui/OSGI-INF/l10n/bundle.properties index 2355f54cb..af62534c6 100644 --- a/bundles/org.eclipse.passage.lic.products.e4.ui/OSGI-INF/l10n/bundle.properties +++ b/bundles/org.eclipse.passage.lic.products.e4.ui/OSGI-INF/l10n/bundle.properties @@ -1,10 +1,10 @@ #Properties file for org.eclipse.passage.lic.products.e4.ui ############################################################################### -# Copyright (c) 2018-2019 ArSysOp and others +# Copyright (c) 2018, 2020 ArSysOp and others # # 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. +# https://www.eclipse.org/legal/epl-2.0/. # # SPDX-License-Identifier: EPL-2.0 # @@ -14,7 +14,7 @@ Bundle-Name = Passage LIC Products E4 UI Bundle-Vendor = Eclipse Passage -Bundle-Copyright = Copyright (c) 2018-2019 ArSysOp and others.\n\ +Bundle-Copyright = Copyright (c) 2018, 2020 ArSysOp and others.\n\ \n\ This program and the accompanying materials are made\n\ available under the terms of the Eclipse Public License 2.0\n\ diff --git a/bundles/org.eclipse.passage.lic.products.e4.ui/build.properties b/bundles/org.eclipse.passage.lic.products.e4.ui/build.properties index 264c0e052..eb681f81d 100644 --- a/bundles/org.eclipse.passage.lic.products.e4.ui/build.properties +++ b/bundles/org.eclipse.passage.lic.products.e4.ui/build.properties @@ -1,9 +1,9 @@ ############################################################################### -# Copyright (c) 2018-2019 ArSysOp and others +# Copyright (c) 2018, 2020 ArSysOp and others # # 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. +# https://www.eclipse.org/legal/epl-2.0/. # # SPDX-License-Identifier: EPL-2.0 # diff --git a/bundles/org.eclipse.passage.lic.products.e4.ui/plugin.xml b/bundles/org.eclipse.passage.lic.products.e4.ui/plugin.xml index 0b733205d..1c26eb42f 100644 --- a/bundles/org.eclipse.passage.lic.products.e4.ui/plugin.xml +++ b/bundles/org.eclipse.passage.lic.products.e4.ui/plugin.xml @@ -1,11 +1,11 @@