Skip to content

Commit d5628f4

Browse files
author
Ruben Bridgewater
committed
Move the license in the LICENSE file and update the contributors section
1 parent 9c9238e commit d5628f4

File tree

2 files changed

+34
-28
lines changed

2 files changed

+34
-28
lines changed

LICENSE

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## LICENSE - "MIT License"
2+
3+
Copyright (c) 2015 by NodeRedis
4+
5+
Permission is hereby granted, free of charge, to any person
6+
obtaining a copy of this software and associated documentation
7+
files (the "Software"), to deal in the Software without
8+
restriction, including without limitation the rights to use,
9+
copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the
11+
Software is furnished to do so, subject to the following
12+
conditions:
13+
14+
The above copyright notice and this permission notice shall be
15+
included in all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
19+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24+
OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -715,34 +715,16 @@ To get debug output run your `node_redis` application with `NODE_DEBUG=redis`.
715715
- Please be aware that we'll only accept fully tested code.
716716

717717
## Contributors
718-
Many [people](https://github.com/NodeRedis/node_redis/graphs/contributors) have have added features and fixed bugs in `node_redis`. Thanks to all of them!
719-
720-
## LICENSE - "MIT License"
721-
722-
Copyright (c) by NodeRedis
723-
724-
Permission is hereby granted, free of charge, to any person
725-
obtaining a copy of this software and associated documentation
726-
files (the "Software"), to deal in the Software without
727-
restriction, including without limitation the rights to use,
728-
copy, modify, merge, publish, distribute, sublicense, and/or sell
729-
copies of the Software, and to permit persons to whom the
730-
Software is furnished to do so, subject to the following
731-
conditions:
732-
733-
The above copyright notice and this permission notice shall be
734-
included in all copies or substantial portions of the Software.
735-
736-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
737-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
738-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
739-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
740-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
741-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
742-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
743-
OTHER DEALINGS IN THE SOFTWARE.
744-
745-
Originally developed by Matthew Ranney, http://ranney.com/
718+
719+
The original author of node_redis is [Matthew Ranney](https://github.com/mranney)
720+
721+
The current lead maintainer is [Ruben Bridgewater](https://github.com/BridgeAR)
722+
723+
Many [others](https://github.com/NodeRedis/node_redis/graphs/contributors) contributed to `node_redis` too. Thanks to all of them!
724+
725+
## License
726+
727+
[MIT](LICENSE)
746728

747729
### Consolidation: It's time for celebration
748730

0 commit comments

Comments
 (0)