Skip to content

Commit

Permalink
Update license.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 14, 2016
1 parent 85df8a7 commit f17186d
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,24 +264,5 @@ execute a command on each change, or get a stdio stream of change events.
* On Mac, install the XCode command-line tools

## License
The MIT license.

Copyright (c) 2012 - 2016 Paul Miller [paulmillr.com](http://paulmillr.com) & Elan Shanker

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.

[MIT](https://github.com/paulmillr/mit) (c) 2016 Paul Miller (http://paulmillr.com) & Elan Shanker

This comment has been minimized.

Copy link
@alexdima

alexdima Sep 26, 2016

@paulmillr This change brings up a notch the level of difficulty to automate License text extraction. It was already difficult by the License text placement in the README.md, ... but now I give up :).

The context:

With VSCode we try very hard to make sure we acknowledge and credit correctly all the OSS components we ship with, one requirement of crediting correctly is that the license text we include is self-contained and resolved.

My tool now generates "MIT (c) 2016 Paul Miller (http://paulmillr.com) & Elan Shanker" which is not something the legal guys are happy with. i.e. https://github.com/paulmillr/mit can change

Please consider (if it's ok with you) bringing back the explicit license text or even putting it in a LICENSE file (pretty standard for other poor souls having to deal with license texts).

My License text extraction tool will quickly become a sad and manual process.

Sorry for the weird request, and thanks for your time :)

This comment has been minimized.

Copy link
@paulmillr

paulmillr Sep 27, 2016

Author Owner

fixed

0 comments on commit f17186d

Please sign in to comment.