Skip to content

Commit 683f16a

Browse files
authored
Update license headers to reflect move to swift-otel org (#29)
1 parent b5b72ad commit 683f16a

21 files changed

+30
-102
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
soundness:
55
name: Soundness Check
6-
runs-on: ubuntu-latest
6+
runs-on: ubuntu-22.04
77

88
steps:
99
- name: Checkout
@@ -19,7 +19,7 @@ jobs:
1919
2020
unit-test:
2121
name: Unit Test
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323

2424
strategy:
2525
fail-fast: false

.github/workflows/codeql.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

NOTICE.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
//
33
// This source file is part of the Swift W3C TraceContext open source project
44
//
5-
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
6-
// authors
5+
// Copyright (c) 2024 the Swift W3C TraceContext project authors
76
// Licensed under Apache License v2.0
87
//
98
// See LICENSE.txt for license information
@@ -12,12 +11,12 @@
1211
//
1312
//===----------------------------------------------------------------------===//
1413

15-
The Swift W3C Trace Context Project
14+
The Swift W3C TraceContext Project
1615
===================================
1716

1817
Please visit the Swift W3C TraceContext web site for more information:
1918

20-
* https://github.com/slashmo/swift-w3c-trace-context
19+
* https://github.com/swift-otel/swift-w3c-trace-context
2120

2221
Copyright 2024 The Swift W3C TraceContext Project
2322

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Swift W3C Trace Context
1+
# Swift W3C TraceContext
22

3-
[![CI](https://github.com/slashmo/swift-w3c-trace-context/actions/workflows/ci.yml/badge.svg)](https://github.com/slashmo/swift-w3c-trace-context/actions/workflows/ci.yml)
4-
[![Swift](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fslashmo%2Fswift-w3c-trace-context%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/slashmo/swift-w3c-trace-context)
5-
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fslashmo%2Fswift-w3c-trace-context%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/slashmo/swift-w3c-trace-context)
3+
[![CI](https://github.com/swift-otel/swift-w3c-trace-context/actions/workflows/ci.yml/badge.svg)](https://github.com/swift-otel/swift-w3c-trace-context/actions/workflows/ci.yml)
4+
[![Swift](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswift-otel%2Fswift-w3c-trace-context%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/swift-otel/swift-w3c-trace-context)
5+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswift-otel%2Fswift-w3c-trace-context%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/swift-otel/swift-w3c-trace-context)
66

77
A Swift implementation of the [W3C Trace Context](https://www.w3.org/TR/trace-context-1/) standard.
88

99
## Documentation
1010

1111
Our documentation is hosted on the
12-
[Swift Package Index](https://swiftpackageindex.com/slashmo/swift-w3c-trace-context/documentation/w3ctracecontext).
12+
[Swift Package Index](https://swiftpackageindex.com/swift-otel/swift-w3c-trace-context/documentation/w3ctracecontext).
1313

1414
## Contributing
1515

Sources/W3CTraceContext/Hex.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
//
33
// This source file is part of the Swift W3C TraceContext open source project
44
//
5-
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
6-
// authors
5+
// Copyright (c) 2024 the Swift W3C TraceContext project authors
76
// Licensed under Apache License v2.0
87
//
98
// See LICENSE.txt for license information

Sources/W3CTraceContext/SpanID.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
//
33
// This source file is part of the Swift W3C TraceContext open source project
44
//
5-
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
6-
// authors
5+
// Copyright (c) 2024 the Swift W3C TraceContext project authors
76
// Licensed under Apache License v2.0
87
//
98
// See LICENSE.txt for license information

Sources/W3CTraceContext/TraceContext.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
//
33
// This source file is part of the Swift W3C TraceContext open source project
44
//
5-
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
6-
// authors
5+
// Copyright (c) 2024 the Swift W3C TraceContext project authors
76
// Licensed under Apache License v2.0
87
//
98
// See LICENSE.txt for license information

Sources/W3CTraceContext/TraceFlags.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
//
33
// This source file is part of the Swift W3C TraceContext open source project
44
//
5-
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
6-
// authors
5+
// Copyright (c) 2024 the Swift W3C TraceContext project authors
76
// Licensed under Apache License v2.0
87
//
98
// See LICENSE.txt for license information

Sources/W3CTraceContext/TraceID.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
//
33
// This source file is part of the Swift W3C TraceContext open source project
44
//
5-
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
6-
// authors
5+
// Copyright (c) 2024 the Swift W3C TraceContext project authors
76
// Licensed under Apache License v2.0
87
//
98
// See LICENSE.txt for license information

Sources/W3CTraceContext/TraceState.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
//
33
// This source file is part of the Swift W3C TraceContext open source project
44
//
5-
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
6-
// authors
5+
// Copyright (c) 2024 the Swift W3C TraceContext project authors
76
// Licensed under Apache License v2.0
87
//
98
// See LICENSE.txt for license information

0 commit comments

Comments
 (0)