-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HYC-1351 Switch CC licenses from 3.0 to 4.0 (#1071)
* updating license definitions * added filter to hide archived licenses from non-admin users to cdrservice * sight change to license definitions * adding 4.0 licenses to existing tests, including CC BY 4.0 in dataset license options * tests added for non admins * updating archive to archived * changing ordering * rubocop updates * refactoring tests * rubocop changes * changing https to http in license definitions * modifying expected values in tests * switching https to http in license definition test fixture
- Loading branch information
1 parent
c2e10f8
commit d386e82
Showing
16 changed files
with
186 additions
and
97 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,61 @@ | ||
terms: | ||
- id: http://creativecommons.org/licenses/by/3.0/us/ | ||
term: Attribution 3.0 United States | ||
active: data | ||
- id: http://creativecommons.org/licenses/by/4.0/ | ||
term: Attribution 4.0 International | ||
active: data | ||
archived: false | ||
- id: http://creativecommons.org/licenses/by-nc/4.0/ | ||
term: Attribution-NonCommercial 4.0 International | ||
active: all | ||
- id: http://creativecommons.org/licenses/by-sa/3.0/us/ | ||
term: Attribution-ShareAlike 3.0 United States | ||
archived: false | ||
- id: http://creativecommons.org/licenses/by-nc-nd/4.0/ | ||
term: Attribution-NonCommercial-NoDerivs 4.0 International | ||
active: all | ||
- id: http://creativecommons.org/licenses/by-nc/3.0/us/ | ||
term: Attribution-NonCommercial 3.0 United States | ||
archived: false | ||
- id: http://creativecommons.org/licenses/by-nc-sa/4.0/ | ||
term: Attribution-NonCommercial-ShareAlike 4.0 International | ||
active: all | ||
- id: http://creativecommons.org/licenses/by-nc/4.0/ | ||
term: Attribution-NonCommercial 4.0 International | ||
archived: false | ||
- id: http://creativecommons.org/licenses/by-nd/4.0/ | ||
term: Attribution-NoDerivs 4.0 International | ||
active: all | ||
- id: http://creativecommons.org/licenses/by-nd/3.0/us/ | ||
term: Attribution-NoDerivs 3.0 United States | ||
archived: false | ||
- id: http://creativecommons.org/licenses/by-sa/4.0/ | ||
term: Attribution-ShareAlike 4.0 International | ||
active: all | ||
archived: false | ||
- id: http://creativecommons.org/licenses/by/3.0/us/ | ||
term: Attribution 3.0 United States | ||
active: data | ||
archived: true | ||
- id: http://creativecommons.org/licenses/by-nc/3.0/us/ | ||
term: Attribution-NonCommercial 3.0 United States | ||
active: all | ||
archived: true | ||
- id: http://creativecommons.org/licenses/by-nc-nd/3.0/us/ | ||
term: Attribution-NonCommercial-NoDerivs 3.0 United States | ||
active: all | ||
- id: http://creativecommons.org/licenses/by-nc-nd/4.0/ | ||
term: Attribution-NonCommercial-NoDerivatives 4.0 International | ||
active: all | ||
archived: true | ||
- id: http://creativecommons.org/licenses/by-nc-sa/3.0/us/ | ||
term: Attribution-NonCommercial-ShareAlike 3.0 United States | ||
active: all | ||
- id: http://creativecommons.org/publicdomain/mark/1.0/ | ||
term: Public Domain Mark 1.0 | ||
archived: true | ||
- id: http://creativecommons.org/licenses/by-nd/3.0/us/ | ||
term: Attribution-NoDerivs 3.0 United States | ||
active: all | ||
archived: true | ||
- id: http://creativecommons.org/licenses/by-sa/3.0/us/ | ||
term: Attribution-ShareAlike 3.0 United States | ||
active: all | ||
archived: true | ||
- id: http://www.europeana.eu/portal/rights/rr-r.html | ||
term: All rights reserved | ||
active: all | ||
archived: false | ||
- id: http://creativecommons.org/publicdomain/zero/1.0/ | ||
term: CC0 1.0 Universal | ||
active: data | ||
- id: http://www.europeana.eu/portal/rights/rr-r.html | ||
term: All rights reserved | ||
archived: false | ||
- id: http://creativecommons.org/publicdomain/mark/1.0/ | ||
term: Public Domain Mark 1.0 | ||
active: all | ||
archived: false |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.