Skip to content

Commit

Permalink
Change License to LGPL
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Jan 24, 2022
1 parent f8738ff commit f67b5e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW)
project(node_datachannel VERSION 0.2.0)
project(node_datachannel VERSION 0.2.1)

include_directories(${CMAKE_JS_INC})

Expand All @@ -27,7 +27,7 @@ include(FetchContent)
FetchContent_Declare(
libdatachannel
GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
GIT_TAG "v0.16.2"
GIT_TAG "v0.16.4"
)

option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-datachannel",
"version": "0.2.0",
"version": "0.2.1",
"description": "libdatachannel node bindings",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/paullouisageneau"
}
],
"license": "GPL-2.0-or-later",
"license": "LGPL",
"gypfile": true,
"bugs": {
"url": "https://github.com/murat-dogan/node-datachannel/issues"
Expand Down

0 comments on commit f67b5e4

Please sign in to comment.