Skip to content

Commit 0857535

Browse files
authored
Merge pull request #717 from LLNL/bsd
Add new BSD commercial license example
2 parents fa4a2fe + 4606419 commit 0857535

3 files changed

Lines changed: 53 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
* @LLNL/github-core
2-
/about/ @IanLee1521
3-
/visualize/ @IanLee1521 @LRWeber
2+
/about/ @hauten
3+
/visualize/ @LRWeber

about/licenses/bsd-commercial.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
BSD 3‑Clause with Commercial License alternative
2+
3+
Copyright © 2025 Lawrence Livermore National Security, LLC (LLNS)
4+
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted for any non‑commercial purpose,
7+
including educational, academic research, personal, and other
8+
not‑for‑profit activities, provided that the following conditions
9+
are met:
10+
11+
1. Redistributions of source code must retain the above copyright
12+
notice, this list of conditions, and the following disclaimer.
13+
14+
2. Redistributions in binary form must reproduce the above copyright
15+
notice, this list of conditions, and the following disclaimer in the
16+
documentation and/or other materials provided with the distribution.
17+
18+
3. Neither the name of the copyright holder nor the names of its
19+
contributors may be used to endorse or promote products derived from
20+
this software without specific prior written permission.
21+
22+
4. Commercial Use. Any use, reproduction, or distribution of this
23+
software (or works derived from it) for commercial advantage or
24+
monetary compensation requires a separate, written commercial
25+
license from the copyright holder. To obtain such a license, please
26+
contact LLNS at softwarelicensing@llnl.gov
27+
28+
“Commercial use” includes, but is not limited to:
29+
1. integrating the software into a product or service for sale or subscription;
30+
2. using the software to provide paid consulting or support services;
31+
3. distributing derivative works or larger works that are monetized in any way.
32+
33+
Non‑commercial internal use by employees or students of a
34+
non‑profit, educational, or governmental organization is not
35+
considered commercial, provided no fee is charged specifically for
36+
access to, or use of, the software.
37+
38+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
39+
“AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
40+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
41+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
42+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
43+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
44+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
45+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
46+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
47+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
48+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

about/licenses/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ One of the following files must be included at the top level of your repository
9494
<div class="col-12 col-sm-6 col-lg-3">
9595
{% include components/quick-link.html title="BSD-3 License" icon="fa-file-lines" url="/about/licenses/bsd-3-clause.txt" %}
9696
</div>
97+
<div class="col-12 col-sm-6 col-lg-3">
98+
{% include components/quick-link.html title="BSD-Commercial License" icon="fa-file-lines" url="/about/licenses/bsd-commercial.txt" %}
99+
</div>
97100
<div class="col-12 col-sm-6 col-lg-3">
98101
{% include components/quick-link.html title="GPL-2.0 License" icon="fa-file-lines" url="/about/licenses/gpl-2.0.txt" %}
99102
</div>

0 commit comments

Comments
 (0)