From f98bcc6d7e36aa24e78abc576adc809017c18aa5 Mon Sep 17 00:00:00 2001 From: Alexander Fedorov Date: Mon, 27 Jan 2020 09:48:39 +0300 Subject: [PATCH] Bug 558833 - fix license header to use https and navigatable URL Normalize header to recommended format: LIC Net and LIC HC Signed-off-by: Alexander Fedorov --- .../OSGI-INF/l10n/bundle.properties | 6 +++--- bundles/org.eclipse.passage.lic.hc/about.ini | 2 +- bundles/org.eclipse.passage.lic.hc/about.mappings | 2 +- bundles/org.eclipse.passage.lic.hc/about.properties | 4 ++-- bundles/org.eclipse.passage.lic.hc/build.properties | 4 ++-- .../src/org/eclipse/passage/lic/hc/HttpRequests.java | 4 ++-- .../eclipse/passage/lic/internal/hc/HcConditionMiner.java | 4 ++-- .../eclipse/passage/lic/internal/hc/i18n/HcMessages.java | 4 ++-- .../passage/lic/internal/hc/i18n/HcMessages.properties | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- bundles/org.eclipse.passage.lic.net/about.ini | 2 +- bundles/org.eclipse.passage.lic.net/about.mappings | 2 +- bundles/org.eclipse.passage.lic.net/about.properties | 4 ++-- bundles/org.eclipse.passage.lic.net/build.properties | 4 ++-- .../passage/lic/internal/net/NtpPermissionEmitter.java | 4 ++-- .../src/org/eclipse/passage/lic/net/LicensingNet.java | 4 ++-- .../src/org/eclipse/passage/lic/net/TimeConditions.java | 4 ++-- .../org.eclipse.passage.lic.hc.feature/build.properties | 4 ++-- .../org.eclipse.passage.lic.hc.feature/feature.properties | 4 ++-- features/org.eclipse.passage.lic.hc.feature/feature.xml | 4 ++-- .../org.eclipse.passage.lic.net.feature/build.properties | 4 ++-- .../org.eclipse.passage.lic.net.feature/feature.properties | 6 +++--- features/org.eclipse.passage.lic.net.feature/feature.xml | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- tests/org.eclipse.passage.lic.net.tests/build.properties | 4 ++-- .../passage/lic/net/tests/NtpPermissionEmitterTest.java | 4 ++-- .../eclipse/passage/lic/net/tests/TimeConditionsTest.java | 4 ++-- 27 files changed, 54 insertions(+), 54 deletions(-) diff --git a/bundles/org.eclipse.passage.lic.hc/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lic.hc/OSGI-INF/l10n/bundle.properties index 8cd363361..7250bde05 100644 --- a/bundles/org.eclipse.passage.lic.hc/OSGI-INF/l10n/bundle.properties +++ b/bundles/org.eclipse.passage.lic.hc/OSGI-INF/l10n/bundle.properties @@ -1,10 +1,10 @@ #Properties file for org.eclipse.passage.lic.net ############################################################################### -# Copyright (c) 2019 ArSysOp and others +# Copyright (c) 2019, 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 HC Bundle-Vendor = Eclipse Passage -Bundle-Copyright = Copyright (c) 2019 ArSysOp and others.\n\ +Bundle-Copyright = Copyright (c) 2019, 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.hc/about.ini b/bundles/org.eclipse.passage.lic.hc/about.ini index ed3b7414a..8dbb28325 100644 --- a/bundles/org.eclipse.passage.lic.hc/about.ini +++ b/bundles/org.eclipse.passage.lic.hc/about.ini @@ -3,7 +3,7 @@ # # 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.hc/about.mappings b/bundles/org.eclipse.passage.lic.hc/about.mappings index 40352a6d0..7d53a6a2c 100644 --- a/bundles/org.eclipse.passage.lic.hc/about.mappings +++ b/bundles/org.eclipse.passage.lic.hc/about.mappings @@ -3,7 +3,7 @@ # # 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.hc/about.properties b/bundles/org.eclipse.passage.lic.hc/about.properties index ecb31fb67..bc0d40e64 100644 --- a/bundles/org.eclipse.passage.lic.hc/about.properties +++ b/bundles/org.eclipse.passage.lic.hc/about.properties @@ -3,7 +3,7 @@ # # 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 # @@ -20,5 +20,5 @@ blurb=Passage Licensing Integration Components: HTTP\n\ \n\ Version: {featureVersion}\n\ \n\ -Copyright (c) 2018-2020 ArSysOp and others. All rights reserved.\n\ +Copyright (c) 2018, 2020 ArSysOp and others. All rights reserved.\n\ Visit http://www.eclipse.org/passage diff --git a/bundles/org.eclipse.passage.lic.hc/build.properties b/bundles/org.eclipse.passage.lic.hc/build.properties index 8744d927e..606311f2e 100644 --- a/bundles/org.eclipse.passage.lic.hc/build.properties +++ b/bundles/org.eclipse.passage.lic.hc/build.properties @@ -1,9 +1,9 @@ ############################################################################### -# Copyright (c) 2019-2020 ArSysOp and others +# Copyright (c) 2019, 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.hc/src/org/eclipse/passage/lic/hc/HttpRequests.java b/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/hc/HttpRequests.java index e666f2c11..4772192a8 100644 --- a/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/hc/HttpRequests.java +++ b/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/hc/HttpRequests.java @@ -1,9 +1,9 @@ /******************************************************************************* - * Copyright (c) 2018-2019 ArSysOp + * Copyright (c) 2018, 2020 ArSysOp * * 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.hc/src/org/eclipse/passage/lic/internal/hc/HcConditionMiner.java b/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/internal/hc/HcConditionMiner.java index 6f3e3fe83..9f87bf434 100644 --- a/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/internal/hc/HcConditionMiner.java +++ b/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/internal/hc/HcConditionMiner.java @@ -1,9 +1,9 @@ /******************************************************************************* - * Copyright (c) 2018-2019 ArSysOp + * Copyright (c) 2018, 2020 ArSysOp * * 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.hc/src/org/eclipse/passage/lic/internal/hc/i18n/HcMessages.java b/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/internal/hc/i18n/HcMessages.java index 9660efd83..4b3d58ce6 100644 --- a/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/internal/hc/i18n/HcMessages.java +++ b/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/internal/hc/i18n/HcMessages.java @@ -1,9 +1,9 @@ /******************************************************************************* - * Copyright (c) 2019 ArSysOp + * Copyright (c) 2019, 2020 ArSysOp * * 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.hc/src/org/eclipse/passage/lic/internal/hc/i18n/HcMessages.properties b/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/internal/hc/i18n/HcMessages.properties index 7ffbf42ee..b155bca6f 100644 --- a/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/internal/hc/i18n/HcMessages.properties +++ b/bundles/org.eclipse.passage.lic.hc/src/org/eclipse/passage/lic/internal/hc/i18n/HcMessages.properties @@ -1,9 +1,9 @@ ############################################################################### -# Copyright (c) 2019 ArSysOp and others +# Copyright (c) 2019, 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.net/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lic.net/OSGI-INF/l10n/bundle.properties index 6dee4e8c5..b1f16bbda 100644 --- a/bundles/org.eclipse.passage.lic.net/OSGI-INF/l10n/bundle.properties +++ b/bundles/org.eclipse.passage.lic.net/OSGI-INF/l10n/bundle.properties @@ -1,10 +1,10 @@ #Properties file for org.eclipse.passage.lic.net ############################################################################### -# 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 Net 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.net/about.ini b/bundles/org.eclipse.passage.lic.net/about.ini index ed3b7414a..8dbb28325 100644 --- a/bundles/org.eclipse.passage.lic.net/about.ini +++ b/bundles/org.eclipse.passage.lic.net/about.ini @@ -3,7 +3,7 @@ # # 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.net/about.mappings b/bundles/org.eclipse.passage.lic.net/about.mappings index 40352a6d0..7d53a6a2c 100644 --- a/bundles/org.eclipse.passage.lic.net/about.mappings +++ b/bundles/org.eclipse.passage.lic.net/about.mappings @@ -3,7 +3,7 @@ # # 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.net/about.properties b/bundles/org.eclipse.passage.lic.net/about.properties index 5270e92d4..7058ff67e 100644 --- a/bundles/org.eclipse.passage.lic.net/about.properties +++ b/bundles/org.eclipse.passage.lic.net/about.properties @@ -3,7 +3,7 @@ # # 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 # @@ -20,5 +20,5 @@ blurb=Passage Licensing Integration Components: Network facilities integration\n \n\ Version: {featureVersion}\n\ \n\ -Copyright (c) 2018-2020 ArSysOp and others. All rights reserved.\n\ +Copyright (c) 2018, 2020 ArSysOp and others. All rights reserved.\n\ Visit http://www.eclipse.org/passage diff --git a/bundles/org.eclipse.passage.lic.net/build.properties b/bundles/org.eclipse.passage.lic.net/build.properties index 8f936bc9d..31247d8d1 100644 --- a/bundles/org.eclipse.passage.lic.net/build.properties +++ b/bundles/org.eclipse.passage.lic.net/build.properties @@ -1,9 +1,9 @@ ############################################################################### -# Copyright (c) 2018-2020 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.net/src/org/eclipse/passage/lic/internal/net/NtpPermissionEmitter.java b/bundles/org.eclipse.passage.lic.net/src/org/eclipse/passage/lic/internal/net/NtpPermissionEmitter.java index 44ae1df4b..d40b85fec 100644 --- a/bundles/org.eclipse.passage.lic.net/src/org/eclipse/passage/lic/internal/net/NtpPermissionEmitter.java +++ b/bundles/org.eclipse.passage.lic.net/src/org/eclipse/passage/lic/internal/net/NtpPermissionEmitter.java @@ -1,9 +1,9 @@ /******************************************************************************* - * Copyright (c) 2018-2019 ArSysOp + * Copyright (c) 2018, 2020 ArSysOp * * 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.net/src/org/eclipse/passage/lic/net/LicensingNet.java b/bundles/org.eclipse.passage.lic.net/src/org/eclipse/passage/lic/net/LicensingNet.java index 3b6b93e2a..3abc6a471 100644 --- a/bundles/org.eclipse.passage.lic.net/src/org/eclipse/passage/lic/net/LicensingNet.java +++ b/bundles/org.eclipse.passage.lic.net/src/org/eclipse/passage/lic/net/LicensingNet.java @@ -1,9 +1,9 @@ /******************************************************************************* - * Copyright (c) 2019 ArSysOp + * Copyright (c) 2019, 2020 ArSysOp * * 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.net/src/org/eclipse/passage/lic/net/TimeConditions.java b/bundles/org.eclipse.passage.lic.net/src/org/eclipse/passage/lic/net/TimeConditions.java index 09aa854eb..7edcab8bb 100644 --- a/bundles/org.eclipse.passage.lic.net/src/org/eclipse/passage/lic/net/TimeConditions.java +++ b/bundles/org.eclipse.passage.lic.net/src/org/eclipse/passage/lic/net/TimeConditions.java @@ -1,9 +1,9 @@ /******************************************************************************* - * Copyright (c) 2018-2019 ArSysOp + * Copyright (c) 2018, 2020 ArSysOp * * 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/features/org.eclipse.passage.lic.hc.feature/build.properties b/features/org.eclipse.passage.lic.hc.feature/build.properties index 2c2b36230..d010aee01 100644 --- a/features/org.eclipse.passage.lic.hc.feature/build.properties +++ b/features/org.eclipse.passage.lic.hc.feature/build.properties @@ -1,9 +1,9 @@ ############################################################################### -# Copyright (c) 2019 ArSysOp and others +# Copyright (c) 2019, 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/features/org.eclipse.passage.lic.hc.feature/feature.properties b/features/org.eclipse.passage.lic.hc.feature/feature.properties index f738b425e..a2439ab8f 100644 --- a/features/org.eclipse.passage.lic.hc.feature/feature.properties +++ b/features/org.eclipse.passage.lic.hc.feature/feature.properties @@ -4,7 +4,7 @@ # # 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 # @@ -15,7 +15,7 @@ featureName=Passage LIC HC providerName=Eclipse Passage description=Passage Licensing Integration Components HTTP components integration -copyright=Copyright (c) 2019-2020 ArSysOp and others.\n\ +copyright=Copyright (c) 2019, 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/features/org.eclipse.passage.lic.hc.feature/feature.xml b/features/org.eclipse.passage.lic.hc.feature/feature.xml index 01c2bacdf..93a13b23b 100644 --- a/features/org.eclipse.passage.lic.hc.feature/feature.xml +++ b/features/org.eclipse.passage.lic.hc.feature/feature.xml @@ -1,10 +1,10 @@