Skip to content

Commit 2d45568

Browse files
authored
move into org; sync with template (#2)
* update stuff * x * x * x
1 parent 949fda1 commit 2d45568

19 files changed

Lines changed: 50 additions & 30 deletions

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the ThreadLocal open source project
33
#
4-
# SPDX-FileCopyrightText: 2025 Lukas Kollmer and the project authors (see CONTRIBUTORS.md)
4+
# SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
55
#
66
# SPDX-License-Identifier: MIT
77
#
@@ -35,7 +35,7 @@ jobs:
3535
destination: 'platform=watchOS Simulator,name=Apple Watch Series 11 (46mm)'
3636
fail-fast: false
3737
with:
38-
# runsonlabels: '["macOS", "self-hosted"]'
38+
runsonlabels: '["macOS", "self-hosted"]'
3939
scheme: ThreadLocal
4040
destination: ${{ matrix.platform.destination }}
4141
buildConfig: ${{ matrix.config }}
@@ -48,6 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
config: [Debug, Release]
51+
fail-fast: false
5152
with:
5253
artifact_name: ${{ format('ThreadLocal-Linux-{0}.lcov', matrix.config) }}
5354
uploadcoveragereport:

.github/workflows/static-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the ThreadLocal open-source project
33
#
4-
# SPDX-FileCopyrightText: 2025 Lukas Kollmer and the project authors (see CONTRIBUTORS.md)
4+
# SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
55
#
66
# SPDX-License-Identifier: MIT
77
#
@@ -26,9 +26,9 @@ jobs:
2626
swiftlint:
2727
name: SwiftLint
2828
uses: StanfordSpezi/.github/.github/workflows/swiftlint.yml@v2
29-
# markdown_link_check:
30-
# name: Markdown Link Check
31-
# uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2
29+
markdown_link_check:
30+
name: Markdown Link Check
31+
uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2
3232
breaking_changes:
3333
name: Diagnose Breaking Changes
3434
uses: StanfordSpezi/.github/.github/workflows/breaking-changes.yml@v2

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the ThreadLocal open source project
33
#
4-
# SPDX-FileCopyrightText: 2025 Lukas Kollmer and the project authors (see CONTRIBUTORS.md)
4+
# SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
55
#
66
# SPDX-License-Identifier: MIT
77
#

.spi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This source file is part of the TemplatePackage open source project
2+
# This source file is part of the ThreadLocal open source project
33
#
44
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
55
#

.swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This source file is part of the TemplatePackage open source project
2+
# This source file is part of the ThreadLocal open source project
33
#
44
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
55
#

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This source file is part of the ThreadLocal open source project
33
#
4-
# SPDX-FileCopyrightText: 2025 Lukas Kollmer and the project authors (see CONTRIBUTORS.md)
4+
# SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
55
#
66
# SPDX-License-Identifier: MIT
77
#
@@ -15,6 +15,6 @@ authors:
1515
- family-names: "Ravi"
1616
given-names: "Vishnu"
1717
orcid: "https://orcid.org/0000-0003-0359-1275"
18-
title: "TemplatePackage"
18+
title: "ThreadLocal"
1919
doi: 10.5281/zenodo.7538165
2020
url: "https://github.com/StanfordBDHG/SwiftPackageTemplate"

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# This source file is part of the ThreadLocal open source project
55
#
6-
# SPDX-FileCopyrightText: 2025 Lukas Kollmer and the project authors (see CONTRIBUTORS.md)
6+
# SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
77
#
88
# SPDX-License-Identifier: MIT
99
#

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Lukas Kollmer and the project authors (see CONTRIBUTORS.md)
3+
Copyright (c) 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

LICENSES/MIT.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package.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 ThreadLocal open-source project
44
//
5-
// SPDX-FileCopyrightText: 2025 Lukas Kollmer and the project authors (see CONTRIBUTORS.md)
5+
// SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
66
//
77
// SPDX-License-Identifier: MIT
88
//

0 commit comments

Comments
 (0)