Skip to content

Commit 519cfc1

Browse files
authored
Merge pull request #7 from owenv/owenv/fix-headers
Minor license header fixups
2 parents ea2d104 + 96ba37b commit 519cfc1

File tree

6 files changed

+24
-12
lines changed

6 files changed

+24
-12
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
##===----------------------------------------------------------------------===##
2+
##
3+
## This source file is part of the Swift.org open source project
4+
##
5+
## Copyright (c) 2025 Apple Inc. and the Swift project authors
6+
## Licensed under Apache License v2.0 with Runtime Library Exception
7+
##
8+
## See https://swift.org/LICENSE.txt for license information
9+
## See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+
##
11+
##===----------------------------------------------------------------------===##
112
root = true
213

314
[*]

.github/scripts/prebuild.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
##===----------------------------------------------------------------------===##
22
##
3-
## This source file is part of the Swift open source project
3+
## This source file is part of the Swift.org open source project
44
##
55
## Copyright (c) 2025 Apple Inc. and the Swift project authors
66
## Licensed under Apache License v2.0 with Runtime Library Exception
77
##
8-
## See http://swift.org/LICENSE.txt for license information
9-
## See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
## See https://swift.org/LICENSE.txt for license information
9+
## See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
##
1111
##===----------------------------------------------------------------------===##
1212

.github/scripts/prebuild.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4-
## This source file is part of the Swift open source project
4+
## This source file is part of the Swift.org open source project
55
##
66
## Copyright (c) 2025 Apple Inc. and the Swift project authors
77
## Licensed under Apache License v2.0 with Runtime Library Exception
88
##
9-
## See http://swift.org/LICENSE.txt for license information
10-
## See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
9+
## See https://swift.org/LICENSE.txt for license information
10+
## See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1111
##
1212
##===----------------------------------------------------------------------===##
1313

Plugins/cmake-smoke-test/cmake-smoke-test.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift open source project
3+
// This source file is part of the Swift.org open source project
44
//
55
// Copyright (c) 2025 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
8-
// See http://swift.org/LICENSE.txt for license information
9-
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
// See https://swift.org/LICENSE.txt for license information
9+
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
//
1111
//===----------------------------------------------------------------------===//
1212

Sources/LanguageServerProtocolTransport/DocumentURI+CustomLogStringConvertible.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//===----------------------------------------------------------------------===//
12
//
23
// This source file is part of the Swift.org open source project
34
//

cmake/modules/SwiftToolsProtocolsConfig.cmake.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
##===----------------------------------------------------------------------===##
22
##
3-
## This source file is part of the Swift open source project
3+
## This source file is part of the Swift.org open source project
44
##
55
## Copyright (c) 2025 Apple Inc. and the Swift project authors
66
## Licensed under Apache License v2.0 with Runtime Library Exception
77
##
8-
## See http://swift.org/LICENSE.txt for license information
9-
## See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
## See https://swift.org/LICENSE.txt for license information
9+
## See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
##
1111
##===----------------------------------------------------------------------===##
1212

0 commit comments

Comments
 (0)