Skip to content

Commit d48bcea

Browse files
Fix GitHub Action (#2)
# Fix GitHub Action ## ⚙️ Release Notes - Fix GitHub Action ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md).
1 parent e950b54 commit d48bcea

File tree

62 files changed

+63
-63
lines changed

Some content is hidden

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

62 files changed

+63
-63
lines changed

.firebaserc.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This source file is part of the Stanford 360 based on the Stanford Spezi Template Application project
22

3-
SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
3+
SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
44

55
SPDX-License-Identifier: MIT

.github/workflows/beta-deployment.yml

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 Stanford 360 based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#
@@ -36,7 +36,7 @@ jobs:
3636
iosapptestflightdeployment:
3737
name: iOS App TestFlight Deployment
3838
needs: buildandtest
39-
uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
39+
uses: CS342/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
4040
permissions:
4141
contents: read
4242
with:

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

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 Stanford 360 based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#

.github/workflows/monthly-markdown-link-check.yml.yml

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 Stanford 360 based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University 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
#

.github/workflows/static-analysis.yml

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 Stanford Spezi open source project
33
#
4-
# SPDX-FileCopyrightText: 2022 Stanford University 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
#

.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 Stanford 360 based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#

.periphery.yml

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 Stanford 360 based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#

.reuse/dep5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22

33
Files: Stanford360.xcodeproj/*
4-
Copyright: 2024 Stanford University and the project authors (see CONTRIBUTORS.md)
4+
Copyright: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
55
License: MIT
66
Comment: All Xcode Project Configuration Files are part of the Stanford 360 based on the Stanford Spezi Template Application project.

.swiftlint.yml

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 Stanford 360 based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#

CITATION.cff

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 Stanford 360 based on the Stanford Spezi Template Application project
33
#
4-
# SPDX-FileCopyrightText: 2023 Stanford University
4+
# SPDX-FileCopyrightText: 2025 Stanford University
55
#
66
# SPDX-License-Identifier: MIT
77
#

0 commit comments

Comments
 (0)