From 0664bc5b6fefdcf6afc7e8f40e58f4d5914a483a Mon Sep 17 00:00:00 2001 From: John Gee Date: Sun, 21 Apr 2019 12:49:39 +1200 Subject: [PATCH] Remove license from README as in separate file and a badge --- README.md | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/README.md b/README.md index f9890ea..5b09006 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Node.js version management: no subshells, no profile setup, no convoluted API, j - [Custom source](#custom-source) - [Custom architecture](#custom-architecture) - [Additional Details](#additional-details) - - [License](#license) ## Installation @@ -192,28 +191,3 @@ Download and use 64 bit LTS version of `node` for older Mac Intel Core 2 Duo sys Activated versions are then installed to the prefix `/usr/local`, which may be altered via the __`N_PREFIX`__ environment variable. To alter where `n` operates, simply `export N_PREFIX`. - -## License - -(The MIT License) - -Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca> - -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.