Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move DoubleWidth attribution from apple to swiftlang #16

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

-------------------------------------------------------------------------

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

Expand Down
2 changes: 1 addition & 1 deletion Sources/HomomorphicEncryption/DoubleWidthUInt.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// Taken from
// https://github.com/apple/swift/blob/fc23eef2d2b2e42116ac94a6cc0d0d2cc96688f5/test/Prototypes/DoubleWidth.swift.gyb
// https://github.com/swiftlang/swift/blob/fc23eef2d2b2e42116ac94a6cc0d0d2cc96688f5/test/Prototypes/DoubleWidth.swift.gyb
// and modified with the following changes:
// * Restrict `Base` to unsigned integers only.
// * Rename `DoubleWidth` to `DoubleWidthUInt`.
Expand Down
4 changes: 2 additions & 2 deletions Tests/HomomorphicEncryptionTests/DoubleWidthUIntTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

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

@testable import HomomorphicEncryption
Expand Down