Commit 9a1d36c5d65e3b44c8b1a2c47d01096c645f27f0
1 parent
1d0ddff7
updated LICENSE.txt
Showing
1 changed file
with
29 additions
and
3 deletions
oletools/LICENSE.txt
| 1 | 1 | LICENSE for the python-oletools package: |
| 2 | 2 | |
| 3 | -This license applies to the python-oletools package, apart from the thirdparty | |
| 3 | +This license applies to the python-oletools package, apart from the thirdparty | |
| 4 | 4 | folder which contains third-party files published with their own license. |
| 5 | 5 | |
| 6 | -The python-oletools package is copyright (c) 2012-2013, Philippe Lagadec | |
| 7 | -(http://www.decalage.info). | |
| 6 | +The python-oletools package is copyright (c) 2012-2014 Philippe Lagadec (http://www.decalage.info) | |
| 7 | + | |
| 8 | 8 | All rights reserved. |
| 9 | 9 | |
| 10 | 10 | Redistribution and use in source and binary forms, with or without modification, |
| ... | ... | @@ -26,3 +26,29 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 26 | 26 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 27 | 27 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 28 | 28 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 29 | + | |
| 30 | + | |
| 31 | +---------- | |
| 32 | + | |
| 33 | +olevba contains modified source code from the officeparser project, published | |
| 34 | +under the following MIT License (MIT): | |
| 35 | + | |
| 36 | +officeparser is copyright (c) 2014 John William Davison | |
| 37 | + | |
| 38 | +Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 39 | +of this software and associated documentation files (the "Software"), to deal | |
| 40 | +in the Software without restriction, including without limitation the rights | |
| 41 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| 42 | +copies of the Software, and to permit persons to whom the Software is | |
| 43 | +furnished to do so, subject to the following conditions: | |
| 44 | + | |
| 45 | +The above copyright notice and this permission notice shall be included in all | |
| 46 | +copies or substantial portions of the Software. | |
| 47 | + | |
| 48 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| 49 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| 50 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| 51 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
| 52 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| 53 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
| 54 | +SOFTWARE. | ... | ... |