From 8f007b14c86645d07d2123fa5498c1ae6e09346b Mon Sep 17 00:00:00 2001 From: Alexander Fedorov Date: Tue, 28 Jan 2020 08:13:33 +0300 Subject: [PATCH] Bug 558833 - fix license header to use https and navigatable URL Normalize header to recommended format: LIC Mail Signed-off-by: Alexander Fedorov --- .../OSGI-INF/l10n/bundle.properties | 6 +++--- bundles/org.eclipse.passage.lic.email/build.properties | 4 ++-- .../src/org/eclipse/passage/lic/email/EmailDescriptor.java | 4 ++-- .../src/org/eclipse/passage/lic/email/Mailing.java | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- bundles/org.eclipse.passage.lic.mail/build.properties | 4 ++-- .../passage/lic/internal/mail/EmailDescriptorImpl.java | 4 ++-- .../src/org/eclipse/passage/lic/internal/mail/MailImpl.java | 4 ++-- .../org.eclipse.passage.lic.mail.feature/build.properties | 4 ++-- .../org.eclipse.passage.lic.mail.feature/feature.properties | 6 +++--- features/org.eclipse.passage.lic.mail.feature/feature.xml | 4 ++-- .../OSGI-INF/l10n/bundle.properties | 6 +++--- tests/org.eclipse.passage.lic.mail.tests/build.properties | 4 ++-- .../org/eclipse/passage/lic/mail/tests/MailImplTest.java | 4 ++-- 14 files changed, 32 insertions(+), 32 deletions(-) diff --git a/bundles/org.eclipse.passage.lic.email/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lic.email/OSGI-INF/l10n/bundle.properties index c9fd26b79..6834c1204 100644 --- a/bundles/org.eclipse.passage.lic.email/OSGI-INF/l10n/bundle.properties +++ b/bundles/org.eclipse.passage.lic.email/OSGI-INF/l10n/bundle.properties @@ -1,10 +1,10 @@ #Properties file for org.eclipse.passage.lic.email ############################################################################### -# 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 Email 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.email/build.properties b/bundles/org.eclipse.passage.lic.email/build.properties index 764b72d3c..24faa3a1e 100644 --- a/bundles/org.eclipse.passage.lic.email/build.properties +++ b/bundles/org.eclipse.passage.lic.email/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/bundles/org.eclipse.passage.lic.email/src/org/eclipse/passage/lic/email/EmailDescriptor.java b/bundles/org.eclipse.passage.lic.email/src/org/eclipse/passage/lic/email/EmailDescriptor.java index 14f853feb..99d6012bb 100644 --- a/bundles/org.eclipse.passage.lic.email/src/org/eclipse/passage/lic/email/EmailDescriptor.java +++ b/bundles/org.eclipse.passage.lic.email/src/org/eclipse/passage/lic/email/EmailDescriptor.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.email/src/org/eclipse/passage/lic/email/Mailing.java b/bundles/org.eclipse.passage.lic.email/src/org/eclipse/passage/lic/email/Mailing.java index 2bc89e937..bd44f4535 100644 --- a/bundles/org.eclipse.passage.lic.email/src/org/eclipse/passage/lic/email/Mailing.java +++ b/bundles/org.eclipse.passage.lic.email/src/org/eclipse/passage/lic/email/Mailing.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.mail/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lic.mail/OSGI-INF/l10n/bundle.properties index 46d697441..7e85ead83 100644 --- a/bundles/org.eclipse.passage.lic.mail/OSGI-INF/l10n/bundle.properties +++ b/bundles/org.eclipse.passage.lic.mail/OSGI-INF/l10n/bundle.properties @@ -1,10 +1,10 @@ #Properties file for org.eclipse.passage.lic.mail ############################################################################### -# 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 Mail 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.mail/build.properties b/bundles/org.eclipse.passage.lic.mail/build.properties index eb5bcfd39..1a09806d3 100644 --- a/bundles/org.eclipse.passage.lic.mail/build.properties +++ b/bundles/org.eclipse.passage.lic.mail/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/bundles/org.eclipse.passage.lic.mail/src/org/eclipse/passage/lic/internal/mail/EmailDescriptorImpl.java b/bundles/org.eclipse.passage.lic.mail/src/org/eclipse/passage/lic/internal/mail/EmailDescriptorImpl.java index df1f01df0..1c75856ce 100644 --- a/bundles/org.eclipse.passage.lic.mail/src/org/eclipse/passage/lic/internal/mail/EmailDescriptorImpl.java +++ b/bundles/org.eclipse.passage.lic.mail/src/org/eclipse/passage/lic/internal/mail/EmailDescriptorImpl.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.mail/src/org/eclipse/passage/lic/internal/mail/MailImpl.java b/bundles/org.eclipse.passage.lic.mail/src/org/eclipse/passage/lic/internal/mail/MailImpl.java index 617d5e0aa..71cd921c0 100644 --- a/bundles/org.eclipse.passage.lic.mail/src/org/eclipse/passage/lic/internal/mail/MailImpl.java +++ b/bundles/org.eclipse.passage.lic.mail/src/org/eclipse/passage/lic/internal/mail/MailImpl.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/features/org.eclipse.passage.lic.mail.feature/build.properties b/features/org.eclipse.passage.lic.mail.feature/build.properties index 2c2b36230..d010aee01 100644 --- a/features/org.eclipse.passage.lic.mail.feature/build.properties +++ b/features/org.eclipse.passage.lic.mail.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.mail.feature/feature.properties b/features/org.eclipse.passage.lic.mail.feature/feature.properties index 696a9d982..a5715043e 100644 --- a/features/org.eclipse.passage.lic.mail.feature/feature.properties +++ b/features/org.eclipse.passage.lic.mail.feature/feature.properties @@ -1,10 +1,10 @@ #Properties file for org.eclipse.passage.lic.mail.feature ############################################################################### -# 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 # @@ -15,7 +15,7 @@ featureName=Passage LIC Mail providerName=Eclipse Passage description=Passage Licensing Integration Components for Mail Support -copyright=Copyright (c) 2018-2019 ArSysOp and others.\n\ +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/features/org.eclipse.passage.lic.mail.feature/feature.xml b/features/org.eclipse.passage.lic.mail.feature/feature.xml index 2180c62cb..0bdb11c11 100644 --- a/features/org.eclipse.passage.lic.mail.feature/feature.xml +++ b/features/org.eclipse.passage.lic.mail.feature/feature.xml @@ -1,10 +1,10 @@