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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)