|
1 | 1 | ---
|
2 | 2 | name: github.com/gorilla/websocket
|
3 |
| -version: v1.5.0 |
| 3 | +version: v1.5.1 |
4 | 4 | type: go
|
5 | 5 | summary: Package websocket implements the WebSocket protocol defined in RFC 6455.
|
6 | 6 | homepage: https://pkg.go.dev/github.com/gorilla/websocket
|
7 |
| -license: bsd-2-clause |
| 7 | +license: bsd-3-clause |
8 | 8 | licenses:
|
9 | 9 | - sources: LICENSE
|
10 |
| - text: | |
11 |
| - Copyright (c) 2013 The Gorilla WebSocket Authors. All rights reserved. |
12 |
| -
|
13 |
| - Redistribution and use in source and binary forms, with or without |
14 |
| - modification, are permitted provided that the following conditions are met: |
15 |
| -
|
16 |
| - Redistributions of source code must retain the above copyright notice, this |
17 |
| - list of conditions and the following disclaimer. |
18 |
| -
|
19 |
| - Redistributions in binary form must reproduce the above copyright notice, |
20 |
| - this list of conditions and the following disclaimer in the documentation |
21 |
| - and/or other materials provided with the distribution. |
22 |
| -
|
23 |
| - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
24 |
| - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
25 |
| - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
26 |
| - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
27 |
| - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
28 |
| - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
29 |
| - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
30 |
| - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
31 |
| - OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
32 |
| - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
33 |
| -notices: |
34 |
| -- sources: AUTHORS |
35 |
| - text: |- |
36 |
| - # This is the official list of Gorilla WebSocket authors for copyright |
37 |
| - # purposes. |
38 |
| - # |
39 |
| - # Please keep the list sorted. |
40 |
| -
|
41 |
| - |
42 |
| - Google LLC (https://opensource.google.com/) |
43 |
| - |
| 10 | + text: "Copyright (c) 2023 The Gorilla Authors. All rights reserved.\n\nRedistribution |
| 11 | + and use in source and binary forms, with or without\nmodification, are permitted |
| 12 | + provided that the following conditions are\nmet:\n\n\t * Redistributions of source |
| 13 | + code must retain the above copyright\nnotice, this list of conditions and the |
| 14 | + following disclaimer.\n\t * Redistributions in binary form must reproduce the |
| 15 | + above\ncopyright notice, this list of conditions and the following disclaimer\nin |
| 16 | + the documentation and/or other materials provided with the\ndistribution.\n\t |
| 17 | + * Neither the name of Google Inc. nor the names of its\ncontributors may be used |
| 18 | + to endorse or promote products derived from\nthis software without specific prior |
| 19 | + written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
| 20 | + CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT |
| 21 | + NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA |
| 22 | + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS |
| 23 | + BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 24 | + DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 25 | + LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 26 | + ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING |
| 27 | + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, |
| 28 | + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n" |
| 29 | +notices: [] |
0 commit comments