Skip to content

Commit a62bf99

Browse files
authored
Add copyright statement blocks to several Markdown files. (#602)
As it says on the tin: add copyright statement blocks to several Markdown files. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent ace555d commit a62bf99

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

Documentation/CMake.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Building with CMake
22

3+
<!--
4+
This source file is part of the Swift.org open source project
5+
6+
Copyright (c) 2023-2024 Apple Inc. and the Swift project authors
7+
Licensed under Apache License v2.0 with Runtime Library Exception
8+
9+
See https://swift.org/LICENSE.txt for license information
10+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11+
-->
12+
313
## Add Swift Testing to your project
414

515
Add Swift Testing to your project using the standard `FetchContent` or

Documentation/Releases.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# How to create a release of Swift Testing
22

3+
<!--
4+
This source file is part of the Swift.org open source project
5+
6+
Copyright (c) 2023-2024 Apple Inc. and the Swift project authors
7+
Licensed under Apache License v2.0 with Runtime Library Exception
8+
9+
See https://swift.org/LICENSE.txt for license information
10+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11+
-->
12+
313
This document describes how to create a new release of Swift Testing using Git
414
tags.
515

Documentation/SPI.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# SPI groups in Swift Testing
22

3+
<!--
4+
This source file is part of the Swift.org open source project
5+
6+
Copyright (c) 2023-2024 Apple Inc. and the Swift project authors
7+
Licensed under Apache License v2.0 with Runtime Library Exception
8+
9+
See https://swift.org/LICENSE.txt for license information
10+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11+
-->
12+
313
<!-- Archived from
414
<https://forums.swift.org/t/spi-groups-in-swift-testing/70236> -->
515

Documentation/Vision.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# A New Direction for Testing in Swift
22

3+
<!--
4+
This source file is part of the Swift.org open source project
5+
6+
Copyright (c) 2023-2024 Apple Inc. and the Swift project authors
7+
Licensed under Apache License v2.0 with Runtime Library Exception
8+
9+
See https://swift.org/LICENSE.txt for license information
10+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11+
-->
12+
313
## Introduction
414

515
A key requirement for the success of any developer platform is a way to use

0 commit comments

Comments
 (0)