Relicense random-inl.h from CC0 to BSD-3-Clause-Attribution#3028
Open
DiamonDinoia wants to merge 2 commits into
Open
Relicense random-inl.h from CC0 to BSD-3-Clause-Attribution#3028DiamonDinoia wants to merge 2 commits into
DiamonDinoia wants to merge 2 commits into
Conversation
…ibution Replace the CC0 1.0 license with BSD-3-Clause-Attribution for hwy/contrib/random/random-inl.h. CC0 is discouraged for code under some legal regimes (see Fedora's allowed-licenses guidance), so this moves the file to a Fedora-approved BSD variant while preserving attribution to the xoshiro256++ algorithm authors (David Blackman and Sebastiano Vigna). Refs: google#3026
Member
|
Thank you! Would you mind also removing from LICENSE the part "The following files are licensed under different terms: * hwy/contrib/random/random-inl.h: CC0 1.0 Universal", |
Per review feedback on PR google#3028, remove the per-file exemption and the CC0 1.0 Universal full-text section from LICENSE. Update the SPDX identifier in hwy/contrib/random/random-inl.h to the project's standard 'Apache-2.0 OR BSD-3-Clause' so the file inherits the top-level dual license.
Contributor
Author
|
Done — removed the CC0 exemption line plus the CC0 1.0 Universal full-text section from |
jan-wassenberg
approved these changes
Apr 30, 2026
Member
jan-wassenberg
left a comment
There was a problem hiding this comment.
Perfect, thanks for making the changes!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #3026.
CC0 is discouraged for code in some legal regimes — Fedora's allowed-licenses guidance flags it because copyright durations vary by jurisdiction and the extent to which copyright can be waived isn't uniform. Per the discussion on #3026, this PR moves
hwy/contrib/random/random-inl.htoBSD-3-Clause-Attribution(Fedora-approved) while preserving credit to the xoshiro256++ authors (David Blackman and Sebastiano Vigna).Changes
hwy/contrib/random/random-inl.h: replaced CC0 header withSPDX-License-Identifier: BSD-3-Clause-Attribution+ a pointer to the LICENSE file. Algorithm attribution to Blackman/Vigna preserved.