From d5fa6e7a9c34816e69d410bd78020065056f3f3f Mon Sep 17 00:00:00 2001 From: Alexander Fedorov Date: Mon, 27 Jan 2020 09:23:44 +0300 Subject: [PATCH] Bug 558833 - fix license header to use https and navigatable URL Normalize header to recommended format: LIC Licenses Signed-off-by: Alexander Fedorov --- .../OSGI-INF/l10n/bundle.properties | 6 +++--- .../build.properties | 4 ++-- .../plugin.xml | 4 ++-- .../licenses/e4/ui/LicensesE4UiProcessor.java | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- .../build.properties | 4 ++-- .../build.properties | 4 ++-- .../plugin.properties | 6 +++--- .../plugin.xml | 4 ++-- .../lic/licenses/edit/LicensesEditPlugin.java | 4 ++-- .../edit/providers/LicenseGrantItemProvider.java | 4 ++-- .../edit/providers/LicensePackItemProvider.java | 4 ++-- .../providers/LicensePlanFeatureItemProvider.java | 4 ++-- .../edit/providers/LicensePlanItemProvider.java | 4 ++-- .../LicensesItemProviderAdapterFactory.java | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- .../build.properties | 4 ++-- .../licenses/migration/LicensesMigrator.java | 4 ++-- .../licenses/migration/XmiConditionTransport.java | 4 ++-- .../build.properties | 4 ++-- .../plugin.properties | 6 +++--- .../plugin.xml | 4 ++-- .../lic/licenses/model/api/LicenseGrant.java | 4 ++-- .../passage/lic/licenses/model/api/LicensePack.java | 4 ++-- .../passage/lic/licenses/model/api/LicensePlan.java | 6 ++---- .../lic/licenses/model/api/LicensePlanFeature.java | 5 ++--- .../lic/licenses/model/impl/LicenseGrantImpl.java | 4 ++-- .../lic/licenses/model/impl/LicensePackImpl.java | 4 ++-- .../licenses/model/impl/LicensePlanFeatureImpl.java | 9 +++------ .../lic/licenses/model/impl/LicensePlanImpl.java | 13 +++---------- .../licenses/model/impl/LicensesFactoryImpl.java | 4 ++-- .../licenses/model/impl/LicensesPackageImpl.java | 4 ++-- .../lic/licenses/model/meta/LicensesFactory.java | 4 ++-- .../lic/licenses/model/meta/LicensesPackage.java | 4 ++-- .../licenses/model/util/LicensesAdapterFactory.java | 4 ++-- .../lic/licenses/model/util/LicensesSwitch.java | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- bundles/org.eclipse.passage.lic.licenses/about.ini | 2 +- .../org.eclipse.passage.lic.licenses/about.mappings | 2 +- .../about.properties | 4 ++-- .../build.properties | 4 ++-- .../lic/licenses/LicenseGrantDescriptor.java | 4 ++-- .../passage/lic/licenses/LicensePackDescriptor.java | 4 ++-- .../passage/lic/licenses/LicensePlanDescriptor.java | 4 ++-- .../lic/licenses/LicensePlanFeatureDescriptor.java | 4 ++-- .../lic/licenses/registry/LicenseRegistry.java | 4 ++-- .../licenses/registry/LicenseRegistryEvents.java | 4 ++-- .../build.properties | 4 ++-- .../feature.properties | 6 +++--- .../feature.xml | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- .../build.properties | 4 ++-- .../migration/tests/LicenseMigratorTest.java | 4 ++-- .../tests/XmiLicensingConditionExtractorTest.java | 4 ++-- 54 files changed, 116 insertions(+), 129 deletions(-) diff --git a/bundles/org.eclipse.passage.lic.licenses.e4.ui/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lic.licenses.e4.ui/OSGI-INF/l10n/bundle.properties index c00325e1b..225ff0b87 100644 --- a/bundles/org.eclipse.passage.lic.licenses.e4.ui/OSGI-INF/l10n/bundle.properties +++ b/bundles/org.eclipse.passage.lic.licenses.e4.ui/OSGI-INF/l10n/bundle.properties @@ -1,10 +1,10 @@ #Properties file for org.eclipse.passage.lic.licenses.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 Licenses 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.licenses.e4.ui/build.properties b/bundles/org.eclipse.passage.lic.licenses.e4.ui/build.properties index 264c0e052..eb681f81d 100644 --- a/bundles/org.eclipse.passage.lic.licenses.e4.ui/build.properties +++ b/bundles/org.eclipse.passage.lic.licenses.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.licenses.e4.ui/plugin.xml b/bundles/org.eclipse.passage.lic.licenses.e4.ui/plugin.xml index 1826402ee..55ded24a3 100644 --- a/bundles/org.eclipse.passage.lic.licenses.e4.ui/plugin.xml +++ b/bundles/org.eclipse.passage.lic.licenses.e4.ui/plugin.xml @@ -1,11 +1,11 @@