Skip to content

Commit b1f880e

Browse files
committed
license headers
1 parent 5597c09 commit b1f880e

File tree

89 files changed

+92
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+92
-91
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
.idea
23
/.build
34
/Packages
45
/*.xcodeproj

IntegrationTests/allocation-counter-tests-framework/run-allocation-counter.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4-
## This source file is part of the Swift Distributed Tracing open source project
4+
## This source file is part of the Swift Tracing open source project
55
##
66
## Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
77
## Licensed under Apache License v2.0

IntegrationTests/allocation-counter-tests-framework/template/AtomicCounter/Sources/AtomicCounter/include/atomic-counter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Distributed Tracing open source project
3+
// This source file is part of the Swift Tracing open source project
44
//
55
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
66
// Licensed under Apache License v2.0

IntegrationTests/allocation-counter-tests-framework/template/AtomicCounter/Sources/AtomicCounter/src/atomic-counter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Distributed Tracing open source project
3+
// This source file is part of the Swift Tracing open source project
44
//
55
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
66
// Licensed under Apache License v2.0

IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoHook/Sources/HookedFunctions/include/hooked-functions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Distributed Tracing open source project
3+
// This source file is part of the Swift Tracing open source project
44
//
55
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
66
// Licensed under Apache License v2.0

IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoHook/Sources/HookedFunctions/src/hooked-functions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Distributed Tracing open source project
3+
// This source file is part of the Swift Tracing open source project
44
//
55
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
66
// Licensed under Apache License v2.0

IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoNotHook/Sources/HookedFunctions/include/hooked-functions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Distributed Tracing open source project
3+
// This source file is part of the Swift Tracing open source project
44
//
55
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
66
// Licensed under Apache License v2.0

IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoNotHook/Sources/HookedFunctions/src/hooked-functions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Distributed Tracing open source project
3+
// This source file is part of the Swift Tracing open source project
44
//
55
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
66
// Licensed under Apache License v2.0

IntegrationTests/allocation-counter-tests-framework/template/Sources/bootstrapDoHook/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Distributed Tracing open source project
3+
// This source file is part of the Swift Tracing open source project
44
//
55
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
66
// Licensed under Apache License v2.0

IntegrationTests/allocation-counter-tests-framework/template/Sources/bootstrapDoNotHook/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Distributed Tracing open source project
3+
// This source file is part of the Swift Tracing open source project
44
//
55
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
66
// Licensed under Apache License v2.0

IntegrationTests/allocation-counter-tests-framework/template/scaffolding.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

IntegrationTests/plugin_echo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4-
## This source file is part of the Swift Distributed Tracing open source project
4+
## This source file is part of the Swift Tracing open source project
55
##
66
## Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
77
## Licensed under Apache License v2.0

IntegrationTests/plugin_junit_xml.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4-
## This source file is part of the Swift Distributed Tracing open source project
4+
## This source file is part of the Swift Tracing open source project
55
##
66
## Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
77
## Licensed under Apache License v2.0

IntegrationTests/run-single-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4-
## This source file is part of the Swift Distributed Tracing open source project
4+
## This source file is part of the Swift Tracing open source project
55
##
66
## Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
77
## Licensed under Apache License v2.0

IntegrationTests/run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4-
## This source file is part of the Swift Distributed Tracing open source project
4+
## This source file is part of the Swift Tracing open source project
55
##
66
## Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
77
## Licensed under Apache License v2.0

IntegrationTests/test_functions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4-
## This source file is part of the Swift Distributed Tracing open source project
4+
## This source file is part of the Swift Tracing open source project
55
##
66
## Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
77
## Licensed under Apache License v2.0

IntegrationTests/tests_01_performance/defines.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4-
## This source file is part of the Swift Distributed Tracing open source project
4+
## This source file is part of the Swift Tracing open source project
55
##
66
## Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
77
## Licensed under Apache License v2.0

IntegrationTests/tests_01_performance/test_01_allocation_counts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4-
## This source file is part of the Swift Distributed Tracing open source project
4+
## This source file is part of the Swift Tracing open source project
55
##
66
## Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
77
## Licensed under Apache License v2.0

IntegrationTests/tests_01_performance/test_01_resources/run-nio-alloc-counter-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4-
## This source file is part of the Swift Distributed Tracing open source project
4+
## This source file is part of the Swift Tracing open source project
55
##
66
## Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
77
## Licensed under Apache License v2.0

IntegrationTests/tests_01_performance/test_01_resources/shared.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

IntegrationTests/tests_01_performance/test_01_resources/test_001_pass_around_static_strings_small.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

IntegrationTests/tests_01_performance/test_01_resources/test_002_pass_around_static_strings_large.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Instrumentation/Instrument.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Instrumentation/InstrumentationSystem.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Instrumentation/Locks.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Instrumentation/MultiplexInstrument.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Instrumentation/NoOpInstrument.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/NIOInstrumentation/HTTPHeadersCarrier.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/NIOInstrumentation/HeaderExtractingHTTPServerHandler.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/NIOInstrumentation/HeaderInjectingHTTPClientHandler.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/OpenTelemetryInstrumentationSupport/SpanAttribute+EndUser.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/OpenTelemetryInstrumentationSupport/SpanAttribute+GRPCSemantics.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/OpenTelemetryInstrumentationSupport/SpanAttribute+HTTPSemantics.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/OpenTelemetryInstrumentationSupport/SpanAttribute+NetSemantics.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/OpenTelemetryInstrumentationSupport/SpanAttribute+PeerSemantics.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/OpenTelemetryInstrumentationSupport/SpanAttribute+RPCSemantics.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/OpenTelemetryInstrumentationSupport/SpanAttributeName.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Tracing/InstrumentationSystem+Tracing.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Tracing/NoOpTracer.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Tracing/Span.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Tracing/Timestamp.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/Tracing/Tracer.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/TracingBenchmarkTools/ArgParser.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/TracingBenchmarkTools/BenchmarkCategory.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/TracingBenchmarkTools/BenchmarkTools.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

0 commit comments

Comments
 (0)