Skip to content

Commit 8790e93

Browse files
committed
cleanups & import to new repository
1 parent b1f880e commit 8790e93

File tree

90 files changed

+171
-874
lines changed

Some content is hidden

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

90 files changed

+171
-874
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4-
## This source file is part of the Swift Tracing open source project
4+
## This source file is part of the Swift Distributed Tracing open source project
55
##
6-
## Copyright (c) 2020 Moritz Lang and the Swift Tracing project authors
6+
## Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
77
## Licensed under Apache License v2.0
88
##
99
## See LICENSE.txt for license information

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Tracing open source project
3+
// 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 Distributed Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Tracing open source project
3+
// 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 Distributed Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Tracing open source project
3+
// 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 Distributed Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Tracing open source project
3+
// 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 Distributed Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Tracing open source project
3+
// 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 Distributed Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Tracing open source project
3+
// 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 Distributed Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Tracing open source project
3+
// 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 Distributed Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Tracing open source project
3+
// 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 Distributed Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

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

Lines changed: 1 addition & 1 deletion
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 Apple Inc. and the Swift Tracing project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

0 commit comments

Comments
 (0)