Skip to content

Commit d3f1de4

Browse files
authored
Merge pull request #97 from evolve75/license-update
Updated LICENSE.md to correctly use BSD-2-clause language.
2 parents 31c4c6d + a564853 commit d3f1de4

1 file changed

Lines changed: 21 additions & 30 deletions

File tree

LICENSE.md

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,27 @@
1-
[RubyTree][] is licensed under the [BSD][] license.
1+
[RubyTree][] is licensed under the [BSD-2-clause][] license.
22

3-
Copyright (c) 2006-2022 Anupam Sengupta (<anupamsg@gmail.com>).
3+
Copyright (c) 2006-2023 Anupam Sengupta (<anupamsg@gmail.com>).
44

5-
All rights reserved.
5+
Redistribution and use in source and binary forms, with or without modification,
6+
are permitted provided that the following conditions are met:
67

7-
Redistribution and use in source and binary forms, with or without
8-
modification, are permitted provided that the following conditions are met:
8+
1. Redistributions of source code must retain the above copyright notice, this
9+
list of conditions and the following disclaimer.
910

10-
- Redistributions of source code must retain the above copyright notice, this
11-
list of conditions and the following disclaimer.
11+
2. Redistributions in binary form must reproduce the above copyright notice,
12+
this list of conditions and the following disclaimer in the documentation
13+
and/or other materials provided with the distribution.
1214

13-
- Redistributions in binary form must reproduce the above copyright notice,
14-
this list of conditions and the following disclaimer in the documentation
15-
and/or other materials provided with the distribution.
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.
1625

17-
- Neither the name of the organization nor the names of its contributors may be
18-
used to endorse or promote products derived from this software without
19-
specific prior written permission.
20-
21-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24-
A PARTICULAR PURPOSE ARE DISCLAIMED.
25-
26-
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
27-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
29-
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30-
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
31-
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
32-
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
33-
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34-
35-
[BSD]: http://opensource.org/licenses/bsd-license.php "BSD License"
36-
[RubyTree]: http://rubytree.anupamsg.me/ "RubyTree Home Page"
26+
[BSD-2-clause]: https://opensource.org/license/bsd-2-clause/ "BSD License"
27+
[RubyTree]: http://rubytree.anupamsg.me/ "RubyTree Home Page"

0 commit comments

Comments
 (0)