mirror of
https://github.com/tj/n.git
synced 2024-11-21 18:48:57 +01:00
Remove license from README as in separate file and a badge
This commit is contained in:
parent
78ec22478a
commit
0664bc5b6f
26
README.md
26
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.
|
||||
|
Loading…
Reference in New Issue
Block a user