1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="license-dnsproxy-1.15">
|
---|
4 |
|
---|
5 | <title>dnsproxy</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <pre xml:space="preserve">************************************************************
|
---|
9 | ***************** Copied from BA Public License *****************
|
---|
10 |
|
---|
11 | dnsproxy.c:
|
---|
12 | /*
|
---|
13 | * Copyright (c) 2003,2004,2005 Armin Wolfermann
|
---|
14 | *
|
---|
15 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
16 | * copy of this software and associated documentation files (the "Software"),
|
---|
17 | * to deal in the Software without restriction, including without limitation
|
---|
18 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
19 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
20 | * Software is furnished to do so, subject to the following conditions:
|
---|
21 | *
|
---|
22 | * The above copyright notice and this permission notice shall be included in
|
---|
23 | * all copies or substantial portions of the Software.
|
---|
24 | *
|
---|
25 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
26 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
27 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
28 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
29 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
30 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
---|
31 | * DEALINGS IN THE SOFTWARE.
|
---|
32 | */
|
---|
33 | dnsproxy.h:
|
---|
34 | /*
|
---|
35 | * Copyright (c) 2003,2004,2005 Armin Wolfermann
|
---|
36 | *
|
---|
37 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
38 | * copy of this software and associated documentation files (the "Software"),
|
---|
39 | * to deal in the Software without restriction, including without limitation
|
---|
40 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
41 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
42 | * Software is furnished to do so, subject to the following conditions:
|
---|
43 | *
|
---|
44 | * The above copyright notice and this permission notice shall be included in
|
---|
45 | * all copies or substantial portions of the Software.
|
---|
46 | *
|
---|
47 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
48 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
49 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
50 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
51 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
52 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
---|
53 | * DEALINGS IN THE SOFTWARE.
|
---|
54 | */
|
---|
55 | hash.c:
|
---|
56 | /*
|
---|
57 | * Copyright (c) 2003,2004 Armin Wolfermann
|
---|
58 | *
|
---|
59 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
60 | * copy of this software and associated documentation files (the "Software"),
|
---|
61 | * to deal in the Software without restriction, including without limitation
|
---|
62 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
63 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
64 | * Software is furnished to do so, subject to the following conditions:
|
---|
65 | *
|
---|
66 | * The above copyright notice and this permission notice shall be included in
|
---|
67 | * all copies or substantial portions of the Software.
|
---|
68 | *
|
---|
69 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
70 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
71 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
72 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
73 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
74 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
---|
75 | * DEALINGS IN THE SOFTWARE.
|
---|
76 | */
|
---|
77 |
|
---|
78 | </pre>
|
---|
79 | </body>
|
---|
80 | </topic>
|
---|