]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bc/LICENSE.md
usr.bin/gh-bc, contrib/bc: update to version 5.0.0
[FreeBSD/FreeBSD.git] / contrib / bc / LICENSE.md
1 # License
2
3 Copyright (c) 2018-2021 Gavin D. Howard <yzena.tech@gmail.com>
4
5 Redistribution and use in source and binary forms, with or without modification,
6 are permitted provided that the following conditions are met:
7
8 * Redistributions of source code must retain the above copyright notice, this
9   list of conditions and the following disclaimer.
10
11 * Redistributions in binary form must reproduce the above copyright notice, this
12   list of conditions and the following disclaimer in the documentation and/or
13   other materials provided with the distribution.
14
15 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
19 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
22 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
26 ## History
27
28 The files `src/history.c` and `include/history.h` are under the following
29 copyrights and license:
30
31 Copyright (c) 2010-2014, Salvatore Sanfilippo <antirez at gmail dot com><br>
32 Copyright (c) 2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com><br>
33 Copyright (c) 2018 rain-1 <rain1@openmailbox.org><br>
34 Copyright (c) 2018-2021, Gavin D. Howard <yzena.tech@gmail.com>
35
36 Redistribution and use in source and binary forms, with or without modification,
37 are permitted provided that the following conditions are met:
38
39 * Redistributions of source code must retain the above copyright notice, this
40   list of conditions and the following disclaimer.
41
42 * Redistributions in binary form must reproduce the above copyright notice, this
43   list of conditions and the following disclaimer in the documentation and/or
44   other materials provided with the distribution.
45
46 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
47 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
48 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
49 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
50 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
51 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
52 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
53 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
54 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
55 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
56
57 ## Rand
58
59 The files `src/rand.c` and `include/rand.h` are under the following copyrights
60 and license:
61
62 Copyright (c) 2014-2017 Melissa O'Neill and PCG Project contributors
63 Copyright (c) 2018-2021 Gavin D. Howard <yzena.tech@gmail.com>
64
65 Permission is hereby granted, free of charge, to any person obtaining a copy of
66 this software and associated documentation files (the "Software"), to deal in
67 the Software without restriction, including without limitation the rights to
68 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
69 the Software, and to permit persons to whom the Software is furnished to do so,
70 subject to the following conditions:
71
72 The above copyright notice and this permission notice shall be included in all
73 copies or substantial portions of the Software.
74
75 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
77 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
78 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
79 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
80 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
81
82 ## `scripts/safe-install.sh`
83
84 The file `scripts/safe-install.sh` is under the following copyright and license:
85
86 Copyright (c) 2021 Rich Felker
87
88 Permission is hereby granted, free of charge, to any person obtaining a copy of
89 this software and associated documentation files (the “Software”), to deal in
90 the Software without restriction, including without limitation the rights to
91 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
92 the Software, and to permit persons to whom the Software is furnished to do so,
93 subject to the following conditions:
94
95 The above copyright notice and this permission notice shall be included in all
96 copies or substantial portions of the Software.
97
98 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
100 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
101 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
102 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
103 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
104
105 ## `scripts/ministat.c`
106
107 The file `scripts/ministat.c` is under the following license:
108
109 "THE BEER-WARE LICENSE" (Revision 42):
110
111 <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
112 can do whatever you want with this stuff. If we meet some day, and you think
113 this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp