Skip to content

Commit

Permalink
[libmodbus] set license (#28255)
Browse files Browse the repository at this point in the history
* set license for libmodbus

* run x-add-version

Co-authored-by: Julian Zimmermann <[email protected]>
  • Loading branch information
JulZimmermann and JulZimmermann authored Dec 14, 2022
1 parent 12c39da commit 4eb71af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/libmodbus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "libmodbus",
"version": "3.1.6",
"port-version": 2,
"port-version": 3,
"description": "libmodbus is a free software library to send/receive data with a device which respects the Modbus protocol",
"homepage": "https://github.com/stephane/libmodbus",
"license": "LGPL-2.1-or-later",
"supports": "!uwp"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3978,7 +3978,7 @@
},
"libmodbus": {
"baseline": "3.1.6",
"port-version": 2
"port-version": 3
},
"libmodman": {
"baseline": "2.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libmodbus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c6a0946db6d2956324bcaca62d6599adb3fbfea4",
"version": "3.1.6",
"port-version": 3
},
{
"git-tree": "654921557bd29a70ed05ce78374c52b43e6defad",
"version": "3.1.6",
Expand Down

0 comments on commit 4eb71af

Please sign in to comment.