Skip to content

Commit 86a3ac2

Browse files
committed
Adjust licensing headers
1 parent fe67648 commit 86a3ac2

File tree

6 files changed

+68
-74
lines changed

6 files changed

+68
-74
lines changed

Samples/Dinner/Sources/Onboarding/Clock+Extensions.swift

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
//===----------------------------------------------------------------------===//
22
//
3+
// This source file is part of the Swift Distributed Tracing open source project
4+
//
5+
// Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
7+
// Licensed under Apache License v2.0
8+
//
9+
// See LICENSE.txt for license information
10+
//
11+
// SPDX-License-Identifier: Apache-2.0
12+
//
13+
//===----------------------------------------------------------------------===//
14+
//===----------------------------------------------------------------------===//
15+
//
316
// This source file is part of the Swift OpenTelemetry open source project
417
//
518
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors

Samples/Dinner/Sources/Onboarding/Dinner.swift

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
//===----------------------------------------------------------------------===//
22
//
3+
// This source file is part of the Swift Distributed Tracing open source project
4+
//
5+
// Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
7+
// Licensed under Apache License v2.0
8+
//
9+
// See LICENSE.txt for license information
10+
//
11+
// SPDX-License-Identifier: Apache-2.0
12+
//
13+
//===----------------------------------------------------------------------===//
14+
//===----------------------------------------------------------------------===//
15+
//
316
// This source file is part of the Swift OpenTelemetry open source project
417
//
518
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors
@@ -11,6 +24,7 @@
1124
//
1225
//===----------------------------------------------------------------------===//
1326

27+
1428
import Tracing
1529

1630
func makeDinner() async throws -> Meal {

Samples/Dinner/Sources/Onboarding/Model.swift

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
//===----------------------------------------------------------------------===//
22
//
3+
// This source file is part of the Swift Distributed Tracing open source project
4+
//
5+
// Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
7+
// Licensed under Apache License v2.0
8+
//
9+
// See LICENSE.txt for license information
10+
//
11+
// SPDX-License-Identifier: Apache-2.0
12+
//
13+
//===----------------------------------------------------------------------===//
14+
//===----------------------------------------------------------------------===//
15+
//
316
// This source file is part of the Swift OpenTelemetry open source project
417
//
518
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors
@@ -11,6 +24,7 @@
1124
//
1225
//===----------------------------------------------------------------------===//
1326

27+
1428
struct Meal: Sendable {}
1529
struct Meat: Sendable {}
1630
struct Oven: Sendable {}

Samples/Dinner/Sources/Onboarding/main.swift

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
//===----------------------------------------------------------------------===//
22
//
3+
// This source file is part of the Swift Distributed Tracing open source project
4+
//
5+
// Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
7+
// Licensed under Apache License v2.0
8+
//
9+
// See LICENSE.txt for license information
10+
//
11+
// SPDX-License-Identifier: Apache-2.0
12+
//
13+
//===----------------------------------------------------------------------===//
14+
//===----------------------------------------------------------------------===//
15+
//
316
// This source file is part of the Swift OpenTelemetry open source project
417
//
518
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors
@@ -11,6 +24,7 @@
1124
//
1225
//===----------------------------------------------------------------------===//
1326

27+
1428
import Logging
1529
import NIO
1630
import OpenTelemetry

scripts/docs/generate_docc.sh

-74
This file was deleted.

scripts/docs/preview_docc.sh

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4+
## This source file is part of the Swift Distributed Tracing open source project
5+
##
6+
## Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
7+
## authors
8+
## Licensed under Apache License v2.0
9+
##
10+
## See LICENSE.txt for license information
11+
##
12+
## SPDX-License-Identifier: Apache-2.0
13+
##
14+
##===----------------------------------------------------------------------===##
15+
##===----------------------------------------------------------------------===##
16+
##
417
## This source file is part of the Swift Distributed Actors open source project
518
##
619
## Copyright (c) 2018-2019 Apple Inc. and the Swift Distributed Actors project authors

0 commit comments

Comments
 (0)