Skip to content

Commit 754e9ba

Browse files
committed
Correct license headers
Motivation: To correct the license header changes made as part of #117. Modifications: * Revert license header changes * Disable license header checks Result: Correct license headers.
1 parent 54f1894 commit 754e9ba

15 files changed

+15
-14
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1111
with:
1212
license_header_check_project_name: "SwiftPrometheus"
13+
license_header_check_enabled: false
1314

1415
unit-tests:
1516
name: Unit tests

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// This source file is part of the SwiftPrometheus open source project
55
//
6-
// Copyright (c) 2018-$§ Apple Inc. and the SwiftPrometheus project authors
6+
// Copyright (c) 2018-2025 the SwiftPrometheus project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information

Sources/Prometheus/Counter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the SwiftPrometheus open source project
44
//
5-
// Copyright (c) 2018-2023 Apple Inc. and the SwiftPrometheus project authors
5+
// Copyright (c) 2018-2023 the SwiftPrometheus project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Prometheus/Gauge.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the SwiftPrometheus open source project
44
//
5-
// Copyright (c) 2018-2023 Apple Inc. and the SwiftPrometheus project authors
5+
// Copyright (c) 2018-2023 the SwiftPrometheus project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Prometheus/Histogram.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the SwiftPrometheus open source project
44
//
5-
// Copyright (c) 2018-2023 Apple Inc. and the SwiftPrometheus project authors
5+
// Copyright (c) 2018-2023 the SwiftPrometheus project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Prometheus/NIOLock.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the SwiftPrometheus open source project
44
//
5-
// Copyright (c) 2023 Apple Inc. and the SwiftPrometheus project authors
5+
// Copyright (c) 2023 the SwiftPrometheus project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Prometheus/NIOLockedValueBox.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the SwiftPrometheus open source project
44
//
5-
// Copyright (c) 2023 Apple Inc. and the SwiftPrometheus project authors
5+
// Copyright (c) 2023 the SwiftPrometheus project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Prometheus/PrometheusCollectorRegistry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the SwiftPrometheus open source project
44
//
5-
// Copyright (c) 2018-2023 Apple Inc. and the SwiftPrometheus project authors
5+
// Copyright (c) 2018-2023 the SwiftPrometheus project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Prometheus/PrometheusMetricsFactory.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the SwiftPrometheus open source project
44
//
5-
// Copyright (c) 2018-2023 Apple Inc. and the SwiftPrometheus project authors
5+
// Copyright (c) 2018-2023 the SwiftPrometheus project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Tests/PrometheusTests/CounterTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the SwiftPrometheus open source project
44
//
5-
// Copyright (c) 2018-2023 Apple Inc. and the SwiftPrometheus project authors
5+
// Copyright (c) 2018-2023 the SwiftPrometheus project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

0 commit comments

Comments
 (0)