diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-09 09:45:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-09 09:45:40 +0200 |
commit | d0695c7da1f64410108fa2a5597ad783b4666c5b (patch) | |
tree | aba7e8a5e2c729999d90afeb64cb189affffb881 /LICENSE | |
parent | 5a4c36b84d018f6a4fb66face93e01d7f2a407ee (diff) |
- update to 0.18.0
- open https://github.com/DataDog/dd-trace-php/issues/393
missing files in pecl archive, and open
https://github.com/DataDog/dd-trace-php/pull/397
- open https://github.com/DataDog/dd-trace-php/issues/394
failed test on 32-bit build
- open https://github.com/DataDog/dd-trace-php/issues/395
build failure with old GCC, and open
https://github.com/DataDog/dd-trace-php/pull/396
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015-2018 Nicholas Fraser + +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. + |