Skip to content

Commit 156fa65

Browse files
authored
Move DoubleWidth attribution from apple to swiftlang (#16)
1 parent 3455eca commit 156fa65

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202

203203
-------------------------------------------------------------------------
204204

205-
This license applies to parts of Swift Homomorphic Encryption originating from the https://github.com/apple/swift/ repository:
205+
This license applies to parts of Swift Homomorphic Encryption originating from the https://github.com/swiftlang/swift/ repository:
206206
- Sources/HomomorphicEncryption/DoubleWidthUInt.swift
207207
- Tests/HomomorphicEncryptionTests/DoubleWidthUIntTests.swift
208208

Sources/HomomorphicEncryption/DoubleWidthUInt.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
2222

2323
// Taken from
24-
// https://github.com/apple/swift/blob/fc23eef2d2b2e42116ac94a6cc0d0d2cc96688f5/test/Prototypes/DoubleWidth.swift.gyb
24+
// https://github.com/swiftlang/swift/blob/fc23eef2d2b2e42116ac94a6cc0d0d2cc96688f5/test/Prototypes/DoubleWidth.swift.gyb
2525
// and modified with the following changes:
2626
// * Restrict `Base` to unsigned integers only.
2727
// * Rename `DoubleWidth` to `DoubleWidthUInt`.

Tests/HomomorphicEncryptionTests/DoubleWidthUIntTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// See https://swift.org/LICENSE.txt for license information
2121
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
2222

23-
// Taken from
24-
// https://github.com/apple/swift/blob/fc23eef2d2b2e42116ac94a6cc0d0d2cc96688f5/test/Prototypes/DoubleWidth.swift.gyb
23+
// Taken from
24+
// https://github.com/swiftlang/swift/blob/fc23eef2d2b2e42116ac94a6cc0d0d2cc96688f5/test/Prototypes/DoubleWidth.swift.gyb
2525
// and modified to accommodate changes to `DoubleWidthUInt.swift`.
2626

2727
@testable import HomomorphicEncryption

0 commit comments

Comments
 (0)