|
1 | 1 | ---
|
2 | 2 | name: github.com/miekg/dns
|
3 |
| -version: v1.1.43 |
| 3 | +version: v1.1.62 |
4 | 4 | type: go
|
5 | 5 | summary: Package dns implements a full featured interface to the Domain Name System.
|
6 | 6 | homepage: https://pkg.go.dev/github.com/miekg/dns
|
7 | 7 | license: bsd-3-clause
|
8 | 8 | licenses:
|
9 | 9 | - sources: LICENSE
|
10 |
| - text: | |
11 |
| - Copyright (c) 2009 The Go 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 |
15 |
| - met: |
16 |
| -
|
17 |
| - * Redistributions of source code must retain the above copyright |
18 |
| - notice, this list of conditions and the following disclaimer. |
19 |
| - * Redistributions in binary form must reproduce the above |
20 |
| - copyright notice, this list of conditions and the following disclaimer |
21 |
| - in the documentation and/or other materials provided with the |
22 |
| - distribution. |
23 |
| - * Neither the name of Google Inc. nor the names of its |
24 |
| - contributors may be used to endorse or promote products derived from |
25 |
| - this software without specific prior written permission. |
26 |
| -
|
27 |
| - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
28 |
| - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
29 |
| - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
30 |
| - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
31 |
| - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
32 |
| - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
33 |
| - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
34 |
| - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
35 |
| - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
36 |
| - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
37 |
| - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
38 |
| -
|
39 |
| - As this is fork of the official Go code the same license applies. |
40 |
| - Extensions of the original work are copyright (c) 2011 Miek Gieben |
| 10 | + text: "BSD 3-Clause License\n\nCopyright (c) 2009, The Go Authors. Extensions copyright |
| 11 | + (c) 2011, Miek Gieben. \nAll rights reserved.\n\nRedistribution and use in source |
| 12 | + and binary forms, with or without\nmodification, are permitted provided that the |
| 13 | + following conditions are met:\n\n1. Redistributions of source code must retain |
| 14 | + the above copyright notice, this\n list of conditions and the following disclaimer.\n\n2. |
| 15 | + Redistributions in binary form must reproduce the above copyright notice,\n this |
| 16 | + list of conditions and the following disclaimer in the documentation\n and/or |
| 17 | + other materials provided with the distribution.\n\n3. Neither the name of the |
| 18 | + copyright holder nor the names of its\n contributors may be used to endorse |
| 19 | + or promote products derived from\n this software without specific prior written |
| 20 | + permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 21 | + \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
| 22 | + THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 23 | + ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR |
| 24 | + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES |
| 25 | + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; |
| 26 | + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON |
| 27 | + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING |
| 28 | + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, |
| 29 | + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n" |
41 | 30 | - sources: COPYRIGHT
|
42 | 31 | text: |
|
43 | 32 | Copyright 2009 The Go Authors. All rights reserved. Use of this source code
|
|
0 commit comments