From fe97e09f81de42e8751d9f3a3f9ac34521c15ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Wed, 10 Jan 2018 17:29:05 +0100 Subject: [PATCH] Change license to MIT (fixes #19) --- README.md | 2 +- server/config.example.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e6b152..2b451cb 100644 --- a/README.md +++ b/README.md @@ -83,5 +83,5 @@ $ gulp dist ## License -All Rights Reserved. +MIT diff --git a/server/config.example.js b/server/config.example.js index 0cfe5ed..f515257 100644 --- a/server/config.example.js +++ b/server/config.example.js @@ -17,7 +17,7 @@ module.exports = [ 'info', 'ice', - 'dlts', + 'dtls', 'rtp', 'srtp', 'rtcp',