diff options
author | 2020-02-20 15:12:30 +0900 | |
---|---|---|
committer | 2020-02-20 15:14:39 +0900 | |
commit | 4cdea8581a0d666aa81c2ffb7b6a281d7c57663a (patch) | |
tree | d9783d21173b92c5ffad47889f1bcc8fb7f90eec | |
parent | 4894480f27b8d565b94a9c2638a9c8a85ddf00cc (diff) | |
download | meta-spdxscanner-4cdea8581a0d666aa81c2ffb7b6a281d7c57663a.tar.gz meta-spdxscanner-4cdea8581a0d666aa81c2ffb7b6a281d7c57663a.tar.bz2 meta-spdxscanner-4cdea8581a0d666aa81c2ffb7b6a281d7c57663a.zip |
Rename LICENSE to COPYING.MIT.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
-rw-r--r-- | COPYING.MIT (renamed from LICENSE) | 32 |
1 files changed, 14 insertions, 18 deletions
@@ -1,21 +1,17 @@ -MIT License - -Copyright (c) 2016 Jan-Simon Möller - -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 +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 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. +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. |