Skip to content
Permalink
Browse files
Add MIT license file
  • Loading branch information
clue committed Jun 29, 2017
1 parent e4d9644 commit c781d9a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
21 LICENSE
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2017 Christian Lück

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.
@@ -25,7 +25,7 @@ LeProxy requires only PHP.
HHVM.

If you're already familiar with [Composer](http://getcomposer.org), here's the
quick install quide.
quick install guide.
Simply download LeProxy and run:

```bash
@@ -156,4 +156,4 @@ http://127.0.0.1:1080/pac
## License

MIT-licensed
Released under the permissive [MIT license](LICENSE).
@@ -4,6 +4,13 @@
"description": "LeProxy is the HTTP/SOCKS proxy server for everybody!",
"keywords": ["LeProxy", "HTTP proxy", "SOCKS proxy", "HTTPS proxy", "proxy server", "async", "reactphp"],
"homepage": "http://leproxy.org/",
"license": "MIT",
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"require": {
"php": ">=5.4",
"clue/commander": "^1.2",

0 comments on commit c781d9a

Please sign in to comment.