Skip to content

Commit afab039

Browse files
committed
Update headers
1 parent 263ab71 commit afab039

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

.spi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 1
2+
metadata:
3+
authors: 'Skip.dev and contributors'
4+

Sources/SkipCDemo/Skip/skip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuration file for https://skip.tools project
1+
# Configuration file for Skip (https://skip.dev) project
22
#
33
# Kotlin dependencies and Gradle build options for this module can be configured here
44
#build:

Sources/SkipCDemo/SkipCDemo.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
1+
// Copyright 2025–2026 Skip
2+
// SPDX-License-Identifier: MPL-2.0
23
import Foundation
34
import SkipFFI
45
#if !SKIP

Tests/SkipCDemoTests/Skip/skip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuration file for https://skip.tools project
1+
# Configuration file for Skip (https://skip.dev) project
22
#
33
# Kotlin dependencies and Gradle build options for this module can be configured here
44
#build:

Tests/SkipCDemoTests/SkipCDemoTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
1+
// Copyright 2025–2026 Skip
2+
// SPDX-License-Identifier: MPL-2.0
23
import XCTest
34
import Foundation
45
@testable import SkipCDemo

Tests/SkipCDemoTests/XCSkipTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
1+
// Copyright 2025–2026 Skip
2+
// SPDX-License-Identifier: MPL-2.0
23
import Foundation
34
#if os(macOS) || os(Linux) // Skip transpiled tests only run on macOS targets
45
import SkipTest

0 commit comments

Comments
 (0)