From cda4f262b576184baf64f769e49a264fecf4badf Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Thu, 22 Nov 2018 22:10:01 +0800 Subject: [PATCH] add LICENSE --- LICENSE | 21 +++++++++++++++++++++ package.json | 2 +- packages/uni-h5/LICENSE | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100755 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100755 index 000000000..5c5b58785 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2018-present, DCloud + +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. diff --git a/package.json b/package.json index f5990b591..e76158834 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "Android >= 4.1", "ios >= 8" ], - "license": "ISC", + "license": "MIT", "main": "index.js", "description": "", "author": "" diff --git a/packages/uni-h5/LICENSE b/packages/uni-h5/LICENSE index 4e467aa91..5c5b58785 100755 --- a/packages/uni-h5/LICENSE +++ b/packages/uni-h5/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017-present, Yuxi (Evan) You +Copyright (c) 2018-present, DCloud Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal -- GitLab