diff --git a/bundles/org.eclipse.passage.lic.oshi/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lic.oshi/OSGI-INF/l10n/bundle.properties index 957f7a4cd..9ffeb0c8f 100644 --- a/bundles/org.eclipse.passage.lic.oshi/OSGI-INF/l10n/bundle.properties +++ b/bundles/org.eclipse.passage.lic.oshi/OSGI-INF/l10n/bundle.properties @@ -1,10 +1,10 @@ #Properties file for org.eclipse.passage.lic.oshi ############################################################################### -# 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 OSHI 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.oshi/about.ini b/bundles/org.eclipse.passage.lic.oshi/about.ini index ed3b7414a..8dbb28325 100644 --- a/bundles/org.eclipse.passage.lic.oshi/about.ini +++ b/bundles/org.eclipse.passage.lic.oshi/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.oshi/about.mappings b/bundles/org.eclipse.passage.lic.oshi/about.mappings index 40352a6d0..7d53a6a2c 100644 --- a/bundles/org.eclipse.passage.lic.oshi/about.mappings +++ b/bundles/org.eclipse.passage.lic.oshi/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.oshi/about.properties b/bundles/org.eclipse.passage.lic.oshi/about.properties index f3677c205..606999ea5 100644 --- a/bundles/org.eclipse.passage.lic.oshi/about.properties +++ b/bundles/org.eclipse.passage.lic.oshi/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: OSHI 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.oshi/build.properties b/bundles/org.eclipse.passage.lic.oshi/build.properties index 8f936bc9d..31247d8d1 100644 --- a/bundles/org.eclipse.passage.lic.oshi/build.properties +++ b/bundles/org.eclipse.passage.lic.oshi/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.oshi/src/org/eclipse/passage/lic/internal/oshi/OshiHardwareInspector.java b/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/OshiHardwareInspector.java index 271a7c978..d06f45863 100644 --- a/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/OshiHardwareInspector.java +++ b/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/OshiHardwareInspector.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.oshi/src/org/eclipse/passage/lic/internal/oshi/OshiPermissionEmitter.java b/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/OshiPermissionEmitter.java index adeeeffcd..a43762553 100644 --- a/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/OshiPermissionEmitter.java +++ b/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/OshiPermissionEmitter.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.oshi/src/org/eclipse/passage/lic/internal/oshi/i18n/OshiMessages.java b/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/i18n/OshiMessages.java index fc69b3a56..21333e428 100644 --- a/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/i18n/OshiMessages.java +++ b/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/i18n/OshiMessages.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.oshi/src/org/eclipse/passage/lic/internal/oshi/i18n/OshiMessages.properties b/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/i18n/OshiMessages.properties index a50e63e36..867c576dd 100644 --- a/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/i18n/OshiMessages.properties +++ b/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/internal/oshi/i18n/OshiMessages.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.oshi/src/org/eclipse/passage/lic/oshi/OshiHal.java b/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/oshi/OshiHal.java index 848e3f3c6..b01d907e8 100644 --- a/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/oshi/OshiHal.java +++ b/bundles/org.eclipse.passage.lic.oshi/src/org/eclipse/passage/lic/oshi/OshiHal.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.oshi.feature/build.properties b/features/org.eclipse.passage.lic.oshi.feature/build.properties index 6dc34af0a..6376044a6 100644 --- a/features/org.eclipse.passage.lic.oshi.feature/build.properties +++ b/features/org.eclipse.passage.lic.oshi.feature/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/features/org.eclipse.passage.lic.oshi.feature/feature.properties b/features/org.eclipse.passage.lic.oshi.feature/feature.properties index 4e29fe02d..49256ec5f 100644 --- a/features/org.eclipse.passage.lic.oshi.feature/feature.properties +++ b/features/org.eclipse.passage.lic.oshi.feature/feature.properties @@ -1,10 +1,10 @@ #Properties file for org.eclipse.passage.lic.oshi.feature ############################################################################### -# 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 # @@ -15,7 +15,7 @@ featureName=Passage LIC OSHI providerName=Eclipse Passage description=Passage Licensing Integration Components: OSHI integration -copyright=Copyright (c) 2018-2020 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.oshi.feature/feature.xml b/features/org.eclipse.passage.lic.oshi.feature/feature.xml index ded80d279..0831f45bb 100644 --- a/features/org.eclipse.passage.lic.oshi.feature/feature.xml +++ b/features/org.eclipse.passage.lic.oshi.feature/feature.xml @@ -1,10 +1,10 @@