Skip to content

Commit 70940af

Browse files
committed
Update Header
1 parent 564b8d7 commit 70940af

File tree

55 files changed

+56
-56
lines changed

Some content is hidden

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

55 files changed

+56
-56
lines changed

.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 CS342 Example Application 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 CS342 Example Application 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 CS342 Example Application 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
#

.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 CS342 Example Application 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 CS342 Example Application 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
#

.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 CS342 Example Application 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 CS342 Example Application 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
#

CONTRIBUTORS.md

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

22
This source file is part of the CS342 Example Application 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

CS342ExampleApplication/Account/AccountButton.swift

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 CS342 Example Application 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)