Skip to content

Commit

Permalink
[range-v3] set license (#28258)
Browse files Browse the repository at this point in the history
* set license in range-v3

* run x-add-version

* set license in range-v3

* run x-add-version

Co-authored-by: Julian Zimmermann <[email protected]>
  • Loading branch information
JulZimmermann and JulZimmermann authored Dec 14, 2022
1 parent 7db6745 commit 78d84f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/range-v3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "range-v3",
"version": "0.12.0",
"port-version": 1,
"description": "Range library for C++11/14/17/20.",
"homepage": "https://github.com/ericniebler/range-v3",
"license": null,
"license": "BSL-1.0 AND MIT AND (NCSA OR MIT)",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6498,7 +6498,7 @@
},
"range-v3": {
"baseline": "0.12.0",
"port-version": 0
"port-version": 1
},
"range-v3-vs2015": {
"baseline": "20151130-vcpkg5",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/range-v3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "864506aee2d18e1ff840f863bac8bb7600308ec4",
"version": "0.12.0",
"port-version": 1
},
{
"git-tree": "1f7f986d35e34cf810a966f9695ad094736de9de",
"version": "0.12.0",
Expand Down

0 comments on commit 78d84f4

Please sign in to comment.