Skip to content

Commit

Permalink
Adjust licensing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed May 22, 2023
1 parent fe67648 commit 86a3ac2
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 74 deletions.
13 changes: 13 additions & 0 deletions Samples/Dinner/Sources/Onboarding/Clock+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift Distributed Tracing open source project
//
// Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
// authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
//
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift OpenTelemetry open source project
//
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors
Expand Down
14 changes: 14 additions & 0 deletions Samples/Dinner/Sources/Onboarding/Dinner.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift Distributed Tracing open source project
//
// Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
// authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
//
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift OpenTelemetry open source project
//
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors
Expand All @@ -11,6 +24,7 @@
//
//===----------------------------------------------------------------------===//


import Tracing

func makeDinner() async throws -> Meal {
Expand Down
14 changes: 14 additions & 0 deletions Samples/Dinner/Sources/Onboarding/Model.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift Distributed Tracing open source project
//
// Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
// authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
//
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift OpenTelemetry open source project
//
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors
Expand All @@ -11,6 +24,7 @@
//
//===----------------------------------------------------------------------===//


struct Meal: Sendable {}
struct Meat: Sendable {}
struct Oven: Sendable {}
Expand Down
14 changes: 14 additions & 0 deletions Samples/Dinner/Sources/Onboarding/main.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift Distributed Tracing open source project
//
// Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
// authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
//
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift OpenTelemetry open source project
//
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors
Expand All @@ -11,6 +24,7 @@
//
//===----------------------------------------------------------------------===//


import Logging
import NIO
import OpenTelemetry
Expand Down
74 changes: 0 additions & 74 deletions scripts/docs/generate_docc.sh

This file was deleted.

13 changes: 13 additions & 0 deletions scripts/docs/preview_docc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
#!/bin/bash
##===----------------------------------------------------------------------===##
##
## This source file is part of the Swift Distributed Tracing open source project
##
## Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
## authors
## Licensed under Apache License v2.0
##
## See LICENSE.txt for license information
##
## SPDX-License-Identifier: Apache-2.0
##
##===----------------------------------------------------------------------===##
##===----------------------------------------------------------------------===##
##
## This source file is part of the Swift Distributed Actors open source project
##
## Copyright (c) 2018-2019 Apple Inc. and the Swift Distributed Actors project authors
Expand Down

0 comments on commit 86a3ac2

Please sign in to comment.