diff options
author | Alan Kligman <ack@mozilla.com> | 2013-05-30 21:03:07 -0400 |
---|---|---|
committer | Alan Kligman <ack@mozilla.com> | 2013-05-30 21:03:07 -0400 |
commit | 4c231931a476f297c4b63164262b5e50a87e7098 (patch) | |
tree | 4fdfffd893cf5d64397d0a19c8adf219b075852a | |
parent | 92b7475e2796e6827da7efaa8d96b7cd7f321e40 (diff) |
License info for webrtc p2p library.
-rw-r--r-- | src/wrtcp.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/wrtcp.js b/src/wrtcp.js index 83dadc3c..e3f0e43b 100644 --- a/src/wrtcp.js +++ b/src/wrtcp.js @@ -1,3 +1,28 @@ +/* +The MIT License + +Copyright (c) 2012, Mozilla Foundation +Copyright (c) 2012, Alan Kligman +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +*/ (function() { |