Skip to content

Commit d874331

Browse files
committedApr 25, 2011
Add web links and include full MIT license.
1 parent 4f4b881 commit d874331

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed
 

‎README.markdown

+23-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
A Textmate bundle which allows you to easily minify your javascript files using [UglifyJS]() by Mihai Bazon.
5+
A Textmate bundle which allows you to easily minify your javascript files using [UglifyJS](https://github.com/mishoo/UglifyJS) by Mihai Bazon.
66

77
## Usage
88

@@ -12,7 +12,7 @@ A new file will be created with your files combined and minified.
1212

1313
## Installing the bundle
1414

15-
The bundle currently relies on [NodeJS]() and the [UglifyJS npm package](). If you need to install these, follow the instructions in the next section, then return here to install the bundle.
15+
The bundle currently relies on [node.js](http://nodejs.org/) and the [UglifyJS npm package](https://github.com/mishoo/UglifyJS). If you need to install these, follow the instructions in the next section, then return here to install the bundle.
1616

1717
mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
1818
cd ~/Library/Application\ Support/TextMate/Bundles/
@@ -47,6 +47,26 @@ Planned improvements:
4747
I'll get to these as I can, if you feel so motivated I will happily accept patches!
4848

4949
## License
50+
5051
The UglifyJS.tmbundle is released under the MIT license.
51-
Copyright 2011 Matt Sanders.
52+
53+
Copyright (c) 2011 Matt Sanders
54+
55+
Permission is hereby granted, free of charge, to any person obtaining a copy
56+
of this software and associated documentation files (the "Software"), to deal
57+
in the Software without restriction, including without limitation the rights
58+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
59+
copies of the Software, and to permit persons to whom the Software is
60+
furnished to do so, subject to the following conditions:
61+
62+
The above copyright notice and this permission notice shall be included in
63+
all copies or substantial portions of the Software.
64+
65+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
67+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
68+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
69+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
70+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
71+
THE SOFTWARE.
5272

0 commit comments

Comments
 (0)
Please sign in to comment.