Skip to content

Commit

Permalink
libfreenect2 uses a dual apache/gpl license (#42565)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschnz authored Dec 6, 2024
1 parent 103f6c7 commit fd10d76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/libfreenect2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "libfreenect2",
"version": "0.2.1",
"port-version": 1,
"port-version": 2,
"description": "Open source drivers for the Kinect for Windows v2 device",
"homepage": "https://github.com/OpenKinect/libfreenect2",
"license": "GPL-2.0-only",
"license": "GPL-2.0-only OR Apache-2.0",
"supports": "!xbox",
"dependencies": [
"libjpeg-turbo",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4566,7 +4566,7 @@
},
"libfreenect2": {
"baseline": "0.2.1",
"port-version": 1
"port-version": 2
},
"libfs": {
"baseline": "1.0.9",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libfreenect2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "69f6ddad233507911805c1c313b5030d6c771baa",
"version": "0.2.1",
"port-version": 2
},
{
"git-tree": "41b1ddb75208930631ff81c5a19a86c7f0308791",
"version": "0.2.1",
Expand Down

0 comments on commit fd10d76

Please sign in to comment.