diff --git a/LICENSE b/LICENSE index fbf368a7..47db0c24 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,6 @@ The MIT License (MIT) + +Copyright (c) 2014-present yiminghe Copyright (c) 2015-present Alipay.com, https://www.alipay.com/ Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 1f5a0d9d..00000000 --- a/LICENSE.md +++ /dev/null @@ -1,9 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-present yiminghe - -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/README.md b/README.md index 2edb2081..81af66ba 100644 --- a/README.md +++ b/README.md @@ -275,9 +275,9 @@ Whether character is entered. > (close: boolean) => void -improve shake when page scroll bar hidden +improve shake when page scroll bar hidden. -`switchScrollingEffect` change body style, and add a class `ant-scrolling-effect` when called, so if you page look abnormal, please check this +`switchScrollingEffect` change body style, and add a class `ant-scrolling-effect` when called, so if you page look abnormal, please check this; ```js import switchScrollingEffect from "./src/switchScrollingEffect"; @@ -287,4 +287,4 @@ switchScrollingEffect(); ## License -rc-util is released under the MIT license. +[MIT](/LICENSE) \ No newline at end of file diff --git a/package.json b/package.json index b1926252..78d3e56a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "bugs": { "url": "http://github.com/react-component/util/issues" }, - "licenses": "MIT", + "license": "MIT", "config": { "port": 8100 },