Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Switch license from MIT to ISC
Browse files Browse the repository at this point in the history
  • Loading branch information
Couto committed Jun 17, 2014
1 parent 00fcf87 commit 2cfed1a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions LICENSE
@@ -0,0 +1,5 @@
Copyright (c) 2014, Luis Couto

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -169,4 +169,4 @@ TODO

License
-------
Copyright (c) 2014 Luís Couto Licensed under the [MIT License](http://couto.mit-license.org)
Copyright (c) 2014 Luís Couto Licensed under the ISC License
4 changes: 2 additions & 2 deletions bin/groundskeeper
Expand Up @@ -10,9 +10,9 @@
* @author Luis Couto
* @organization 15minuteslate.net
* @contact couto@15minuteslate.net
* @version 0.1.8
* @version 0.1.9
* @requires path, fs, exec, commander.js, colors, log.js
* @license http://couto.mit-license.org MIT
* @license ISC 2014, Luis Couto
*
*
* @example
Expand Down
4 changes: 2 additions & 2 deletions lib/groundskeeper.js
Expand Up @@ -10,9 +10,9 @@
* @author Luis Couto
* @organization 15minuteslate.net
* @contact couto@15minuteslate.net
* @version 0.1.8
* @version 0.1.9
* @requires falafel, stream, util, esprima
* @license http://couto.mit-license.org MIT
* @license ISC 2014, Luis Couto
*/


Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,8 +1,9 @@
{
"name": "groundskeeper",
"description": "Pragmas and console statements remover",
"version": "0.1.8",
"version": "0.1.9",
"author": "Luis Couto <couto@15minuteslate.net> (15minuteslate.net)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Couto/groundskeeper"
Expand Down

0 comments on commit 2cfed1a

Please sign in to comment.