[6a3a178] | 1 | # wbuf
|
---|
| 2 |
|
---|
| 3 | #### LICENSE
|
---|
| 4 |
|
---|
| 5 | This software is licensed under the MIT License.
|
---|
| 6 |
|
---|
| 7 | Copyright Fedor Indutny, 2014.
|
---|
| 8 |
|
---|
| 9 | Permission is hereby granted, free of charge, to any person obtaining a
|
---|
| 10 | copy of this software and associated documentation files (the
|
---|
| 11 | "Software"), to deal in the Software without restriction, including
|
---|
| 12 | without limitation the rights to use, copy, modify, merge, publish,
|
---|
| 13 | distribute, sublicense, and/or sell copies of the Software, and to permit
|
---|
| 14 | persons to whom the Software is furnished to do so, subject to the
|
---|
| 15 | following conditions:
|
---|
| 16 |
|
---|
| 17 | The above copyright notice and this permission notice shall be included
|
---|
| 18 | in all copies or substantial portions of the Software.
|
---|
| 19 |
|
---|
| 20 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
---|
| 21 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
---|
| 22 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
---|
| 23 | NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
---|
| 24 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
---|
| 25 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
---|
| 26 | USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|