Relicense PutFromLoadValidator.java to ASL 2 #10
Merged
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.
Fixes #9
As far as I can see, this file is the result of contributions to Hibernate ORM, then Infinispan (after the file moved there).
For Hibernate ORM, authors either worked for Red Hat at the time, or explicitly agreed to relicensing their contributions to Hibernate ORM to ASL 2:
For Infinispan, authors contributed to an ASL2 project, so they obviously agree with the ASL2 license.
See here for the complete history of this file:
https://github.com/hibernate/hibernate-orm/commits/abc165eaba9a3de403b09354661afa4cb8b43404/cache-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/AbstractDualNodeTestCase.java?browsing_rename_history=true&new_path=hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/access/PutFromLoadValidator.java&original_branch=a21706bf02c0e9f61cbe522f407fd0d35e621f57 https://github.com/hibernate/hibernate-orm/commits/8beaccc7eb33325606d8ef5df928c4782cd042e9/cache-infinispan/src/main/java/org/hibernate/cache/infinispan/access/PutFromLoadValidator.java?browsing_rename_history=true&new_path=hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/access/PutFromLoadValidator.java&original_branch=a21706bf02c0e9f61cbe522f407fd0d35e621f57 https://github.com/infinispan/infinispan/commits/d99a60ab2dea20de5a9227e525bee2ef31aa917d/src/main/java/org/hibernate/cache/infinispan/access/PutFromLoadValidator.java?browsing_rename_history=true&new_path=hibernate/cache-commons/src/main/java/org/infinispan/hibernate/cache/commons/access/PutFromLoadValidator.java&original_branch=main https://github.com/infinispan/infinispan/commits/6984ca2000f4312daa507070e9882ef9401a7063/hibernate-cache/src/main/java/org/hibernate/cache/infinispan/access/PutFromLoadValidator.java?browsing_rename_history=true&new_path=hibernate/cache-commons/src/main/java/org/infinispan/hibernate/cache/commons/access/PutFromLoadValidator.java&original_branch=main https://github.com/infinispan/infinispan/commits/231291d79d4c1a615a1000c7870f6600c8eeab19/hibernate-cache/src/main/java/org/infinispan/hibernate/cache/access/PutFromLoadValidator.java?browsing_rename_history=true&new_path=hibernate/cache-commons/src/main/java/org/infinispan/hibernate/cache/commons/access/PutFromLoadValidator.java&original_branch=main https://github.com/infinispan/infinispan/commits/main/hibernate/cache-commons/src/main/java/org/infinispan/hibernate/cache/commons/access/PutFromLoadValidator.java
@tristantarrant you might want to relicense this file in Infinispan too?