From 8eb37bdd24a671f73debc10edaf337b51175ffa0 Mon Sep 17 00:00:00 2001 From: Tim Ellison Date: Thu, 11 Apr 2024 16:18:14 +0100 Subject: [PATCH 1/3] Remove header comment Signing tool does not allow for header comment. --- serverTimestamp.properties | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/serverTimestamp.properties b/serverTimestamp.properties index 7f96aadb1..98a69dfb6 100644 --- a/serverTimestamp.properties +++ b/serverTimestamp.properties @@ -1,16 +1,3 @@ -# ******************************************************************************** -# Copyright (c) 2021 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made -# available under the terms of the Apache Software License 2.0 -# which is available at https://www.apache.org/licenses/LICENSE-2.0. -# -# SPDX-License-Identifier: Apache-2.0 -# ******************************************************************************** - comodaca=http://timestamp.comodoca.com/authenticode globalsign=http://timestamp.globalsign.com/scripts/timstamp.dll isectigo=http://timestamp.sectigo.com From 3b9a01c76788e2cb51f08c58293e54e2add6ab72 Mon Sep 17 00:00:00 2001 From: Tim Ellison Date: Thu, 11 Apr 2024 16:20:26 +0100 Subject: [PATCH 2/3] Ignore serverTimestamp.properties Don't add license header to the serverTimestamp.properties --- .licenserc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index dfa5af9fa..b8eb84bb2 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -47,3 +47,4 @@ header: - '.github/linters/*' - 'cyclonedx-lib/getDependencies' - 'makejdk-any-platform.1' + - serverTimestamp.properties From c40ed2d975f233f353f53d8840a894fe0a40596d Mon Sep 17 00:00:00 2001 From: Tim Ellison Date: Thu, 11 Apr 2024 16:23:03 +0100 Subject: [PATCH 3/3] Ignore serverTimestamp.properties --- .licenserc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index b8eb84bb2..a346f887f 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -47,4 +47,4 @@ header: - '.github/linters/*' - 'cyclonedx-lib/getDependencies' - 'makejdk-any-platform.1' - - serverTimestamp.properties + - 'serverTimestamp.properties'