Skip to content

Commit 425cebc

Browse files
BigBlueHatdlongley
authored andcommitted
Use standard BSD-3-Clause text in LICENSE.
This removes the descriptive/explanatory intro and uses the standards BSD-3-Clause text throughout.
1 parent 2c6b0a6 commit 425cebc

File tree

1 file changed

+15
-33
lines changed

1 file changed

+15
-33
lines changed

LICENSE

Lines changed: 15 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,26 @@
1-
You may use the PyLD project under the terms of the New BSD License.
1+
Copyright (c) 2011-2025 Digital Bazaar, Inc.
22

3-
The New BSD License is recommended for most projects. It is simple and easy
4-
to understand and it places almost no restrictions on what you can do with
5-
the PyLD project.
3+
Redistribution and use in source and binary forms, with or without modification,
4+
are permitted provided that the following conditions are met:
65

7-
You are free to use this project in commercial projects as long as the
8-
copyright header is left intact.
6+
1. Redistributions of source code must retain the above copyright notice, this
7+
list of conditions and the following disclaimer.
98

10-
If you are a commercial entity and use this set of libraries in your
11-
commercial software then reasonable payment to Digital Bazaar, if you can
12-
afford it, is not required but is expected and would be appreciated. If this
13-
library saves you time, then it's saving you money. The cost of developing
14-
the PyLD software was on the order of several hundred hours and tens of
15-
thousands of dollars. We are attempting to strike a balance between helping
16-
the development community while not being taken advantage of by lucrative
17-
commercial entities for our efforts.
9+
2. Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation and/or
11+
other materials provided with the distribution.
1812

19-
-------------------------------------------------------------------------------
20-
New BSD License (3-clause)
21-
Copyright (c) 2011, Digital Bazaar, Inc.
22-
All rights reserved.
23-
24-
Redistribution and use in source and binary forms, with or without
25-
modification, are permitted provided that the following conditions are met:
26-
* Redistributions of source code must retain the above copyright
27-
notice, this list of conditions and the following disclaimer.
28-
* Redistributions in binary form must reproduce the above copyright
29-
notice, this list of conditions and the following disclaimer in the
30-
documentation and/or other materials provided with the distribution.
31-
* Neither the name of Digital Bazaar, Inc. nor the
32-
names of its contributors may be used to endorse or promote products
33-
derived from this software without specific prior written permission.
13+
3. Neither the name of the copyright holder nor the names of its contributors
14+
may be used to endorse or promote products derived from this software without
15+
specific prior written permission.
3416

3517
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3618
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3719
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
38-
DISCLAIMED. IN NO EVENT SHALL DIGITAL BAZAAR BE LIABLE FOR ANY
39-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
21+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4022
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
41-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
24+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4325
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4426
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)