Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
soundness:
name: Soundness Check
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand All @@ -19,7 +19,7 @@ jobs:

unit-test:
name: Unit Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/codeql.yml

This file was deleted.

7 changes: 3 additions & 4 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand All @@ -12,12 +11,12 @@
//
//===----------------------------------------------------------------------===//

The Swift W3C Trace Context Project
The Swift W3C TraceContext Project
===================================

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

* https://github.com/slashmo/swift-w3c-trace-context
* https://github.com/swift-otel/swift-w3c-trace-context

Copyright 2024 The Swift W3C TraceContext Project

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Swift W3C Trace Context
# Swift W3C TraceContext

[![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)
[![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)
[![](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)
[![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)
[![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)
[![](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)

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

## Documentation

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

## Contributing

Expand Down
3 changes: 1 addition & 2 deletions Sources/W3CTraceContext/Hex.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Sources/W3CTraceContext/SpanID.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Sources/W3CTraceContext/TraceContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Sources/W3CTraceContext/TraceFlags.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Sources/W3CTraceContext/TraceID.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Sources/W3CTraceContext/TraceState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Tests/W3CTraceContextTests/SpanID+Stubs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Tests/W3CTraceContextTests/SpanIDTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Tests/W3CTraceContextTests/TraceContextTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Tests/W3CTraceContextTests/TraceFlagTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Tests/W3CTraceContextTests/TraceID+Stubs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Tests/W3CTraceContextTests/TraceIDTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions Tests/W3CTraceContextTests/TraceStateTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) 2024 the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions scripts/soundness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
##
## This source file is part of the Swift W3C TraceContext open source project
##
## Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
## authors
## Copyright (c) 2024 the Swift W3C TraceContext project authors
## Licensed under Apache License v2.0
##
## See LICENSE.txt for license information
Expand Down
3 changes: 1 addition & 2 deletions scripts/validate_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
##
## This source file is part of the Swift W3C TraceContext open source project
##
## Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
## authors
## Copyright (c) 2024 the Swift W3C TraceContext project authors
## Licensed under Apache License v2.0
##
## See LICENSE.txt for license information
Expand Down
12 changes: 4 additions & 8 deletions scripts/validate_license_headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
##
## This source file is part of the Swift W3C TraceContext open source project
##
## Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
## authors
## Copyright (c) 2024 the Swift W3C TraceContext project authors
## Licensed under Apache License v2.0
##
## See LICENSE.txt for license information
Expand Down Expand Up @@ -54,8 +53,7 @@ for language in swift-or-c bash dtrace; do
//
// This source file is part of the Swift W3C TraceContext open source project
//
// Copyright (c) YEARS Moritz Lang and the Swift W3C TraceContext project
// authors
// Copyright (c) YEARS the Swift W3C TraceContext project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
Expand All @@ -73,8 +71,7 @@ EOF
##
## This source file is part of the Swift W3C TraceContext open source project
##
## Copyright (c) YEARS Moritz Lang and the Swift W3C TraceContext project
## authors
## Copyright (c) YEARS the Swift W3C TraceContext project authors
## Licensed under Apache License v2.0
##
## See LICENSE.txt for license information
Expand All @@ -92,8 +89,7 @@ EOF
*
* This source file is part of the Swift W3C TraceContext open source project
*
* Copyright (c) YEARS Moritz Lang and the Swift W3C TraceContext project
* authors
* Copyright (c) YEARS the Swift W3C TraceContext project authors
* Licensed under Apache License v2.0
*
* See LICENSE.txt for license information
Expand Down
Loading