|
| 1 | +# ws: a node.js websocket library # |
| 2 | + |
| 3 | +This repository contains a minimal repackaging of ws for deployment. |
| 4 | +It is currently at version 0.4.25. The main repository for ws can be |
| 5 | +found at https://github.com/einaros/ws |
| 6 | + |
| 7 | +This repository also incorporates options.js instead of relying on it |
| 8 | +as an external dependency. The main repository for options.js can be |
| 9 | +found at https://github.com/einaros/options.js |
| 10 | + |
| 11 | +No modifications are made to either library except for a.) removing |
| 12 | +files that are not necessary for deployment and b.) fixing up paths |
| 13 | + |
| 14 | +Both ws and options.js are written by Einar Otto Stangvik and licensed |
| 15 | +under the MIT license (see below). |
| 16 | + |
| 17 | +## License for ws## |
| 18 | + |
| 19 | +(The MIT License) |
| 20 | + |
| 21 | +Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com> |
| 22 | + |
| 23 | +Permission is hereby granted, free of charge, to any person obtaining |
| 24 | +a copy of this software and associated documentation files (the |
| 25 | +'Software'), to deal in the Software without restriction, including |
| 26 | +without limitation the rights to use, copy, modify, merge, publish, |
| 27 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 28 | +permit persons to whom the Software is furnished to do so, subject to |
| 29 | +the following conditions: |
| 30 | + |
| 31 | +The above copyright notice and this permission notice shall be |
| 32 | +included in all copies or substantial portions of the Software. |
| 33 | + |
| 34 | +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, |
| 35 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 36 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 37 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 38 | +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 39 | +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 40 | +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 41 | + |
| 42 | +## License for options.js## |
| 43 | + |
| 44 | +(The MIT License) |
| 45 | + |
| 46 | +Copyright (c) 2012 Einar Otto Stangvik <einaros@gmail.com> |
| 47 | + |
| 48 | +Permission is hereby granted, free of charge, to any person obtaining |
| 49 | +a copy of this software and associated documentation files (the |
| 50 | +'Software'), to deal in the Software without restriction, including |
| 51 | +without limitation the rights to use, copy, modify, merge, publish, |
| 52 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 53 | +permit persons to whom the Software is furnished to do so, subject to |
| 54 | +the following conditions: |
| 55 | + |
| 56 | +The above copyright notice and this permission notice shall be |
| 57 | +included in all copies or substantial portions of the Software. |
| 58 | + |
| 59 | +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, |
| 60 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 61 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 62 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 63 | +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 64 | +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 65 | +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
0 commit comments