It's 2016

(and remove unnecessary section about Dependencies,
because it mentioned 3x in the previous section and package.json)
This commit is contained in:
Rob Wu
2016-02-26 18:26:40 +01:00
parent 66fdd6e662
commit bacbbe0cb0
2 changed files with 2 additions and 7 deletions

View File

@@ -116,14 +116,9 @@ For advanced users, the following options are also provided.
[`https.createServer`](https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener) method.
## Dependencies
- NodeJitsu's [http-proxy](https://github.com/nodejitsu/node-http-proxy)
## License
Copyright (C) 2013 - 2015 Rob Wu <rob@robwu.nl>
Copyright (C) 2013 - 2016 Rob Wu <rob@robwu.nl>
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

View File

@@ -1,4 +1,4 @@
// © 2013 - 2015 Rob Wu <rob@robwu.nl>
// © 2013 - 2016 Rob Wu <rob@robwu.nl>
// Released under the MIT license
'use strict';