diff --git a/LICENSE.md b/LICENSE.md index 0ed30517..7a8baf4d 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,12 +1,7 @@ -Copyright (c) 2011-2019, Sideway Inc, and project contributors -Copyright (c) 2011-2014, Walmart -Copyright (c) 2011, Yahoo Inc. +COMMERCIAL LICENSE -All rights reserved. +Copyright (c) 2019 Sideway Inc. -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* The names of any contributors may not be used to endorse or promote products derived from this software without specific prior written permission. +This package requires a commercial license. You may not use, copy, or distribute it without first acquiring a commercial license from Sideway Inc. Using this software without a license is a violation of US and international law. To obtain a license, please contact [sales@sideway.com](mailto:sales@sideway.com). -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS OFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +This package contains code previously published under an open source license. You can find the previous materials and the terms under which they were originally published at: [https://github.com/hapijs/hoek/blob/master/LICENSE](https://github.com/hapijs/hoek/blob/master/LICENSE). diff --git a/README.md b/README.md index 9d5a68ec..fdfea1b5 100755 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ general purpose utility module, check out [lodash](https://github.com/lodash/lod [![Build Status](https://secure.travis-ci.org/hapijs/hoek.svg)](http://travis-ci.org/hapijs/hoek) +## License + +This version of the package requires a commercial license. You may not use, copy, or distribute it without first acquiring a commercial license from Sideway Inc. Using this software without a license is a violation of US and international law. To obtain a license, please contact [sales@sideway.com](mailto:sales@sideway.com). The open source version of this package can be found [here](https://github.com/hapijs/hoek). + ## Documentation [**API Reference**](API.md) diff --git a/package.json b/package.json index a4252825..8a8e4602 100755 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@hapi/hoek", + "name": "@commercial/hoek", "description": "General purpose node utilities", "version": "6.2.4", "repository": "git://github.com/hapijs/hoek", @@ -13,12 +13,12 @@ ], "dependencies": {}, "devDependencies": { - "@hapi/code": "5.x.x", - "@hapi/lab": "19.x.x" + "@hapi/code": "6.x.x", + "@hapi/lab": "20.x.x" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L -Y", "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html" }, - "license": "BSD-3-Clause" + "license": "SEE LICENSE IN LICENSE.md" }