Skip to content

Commit 2442ead

Browse files
committed
[skip ci] Updated licenses and gitignores
1 parent 301eaf6 commit 2442ead

17 files changed

+1993
-437
lines changed

options/gitignore/Go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919

2020
# Go workspace file
2121
go.work
22+
go.work.sum

options/gitignore/Python

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@ ipython_config.py
106106
#pdm.lock
107107
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108108
# in version control.
109-
# https://pdm.fming.dev/#use-with-ide
109+
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
110110
.pdm.toml
111+
.pdm-python
112+
.pdm-build/
111113

112114
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
113115
__pypackages__/

options/license/CC-BY-3.0

Lines changed: 298 additions & 72 deletions
Large diffs are not rendered by default.

options/license/CC-BY-NC-3.0

Lines changed: 313 additions & 74 deletions
Large diffs are not rendered by default.

options/license/CC-BY-NC-ND-3.0

Lines changed: 287 additions & 68 deletions
Large diffs are not rendered by default.

options/license/CC-BY-NC-SA-3.0

Lines changed: 339 additions & 78 deletions
Large diffs are not rendered by default.

options/license/CC-BY-ND-3.0

Lines changed: 272 additions & 66 deletions
Large diffs are not rendered by default.

options/license/CC-BY-SA-3.0

Lines changed: 338 additions & 78 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Disclaimer:
2+
3+
The software is provided "as is", without warranty of any kind,
4+
express or implied, including but not limited to the warranties
5+
of merchantability, fitness for a particular purpose and
6+
noninfringement. In no event shall the author(s) be liable for
7+
any claim, damages or other liability, whether in an action of
8+
contract, tort or otherwise, arising from, out of or in connection
9+
with the software or the use or other dealings in the software.
10+
11+
Permission to use, copy, modify, distribute, and sell this
12+
software and its documentation for any purpose is hereby
13+
granted without fee, provided that the above copyright notice
14+
appear in all copies and that both that copyright notice and
15+
this permission notice appear in supporting documentation.

options/license/LGPL-2.0-only

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The precise terms and conditions for copying, distribution and modification foll
3939

4040
Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one.
4141

42+
GNU LIBRARY GENERAL PUBLIC LICENSE
4243
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4344

4445
0. This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you".

options/license/LGPL-2.0-or-later

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The precise terms and conditions for copying, distribution and modification foll
3939

4040
Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one.
4141

42+
GNU LIBRARY GENERAL PUBLIC LICENSE
4243
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4344

4445
0. This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you".

options/license/LGPL-2.1-only

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Although the Lesser General Public License is Less protective of the users' free
4141

4242
The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run.
4343

44+
GNU LESSER GENERAL PUBLIC LICENSE
4445
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4546

4647
0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you".

options/license/LGPL-2.1-or-later

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Although the Lesser General Public License is Less protective of the users' free
4141

4242
The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run.
4343

44+
GNU LESSER GENERAL PUBLIC LICENSE
4445
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4546

4647
0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you".

options/license/PCRE2-exception

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
2+
------------------------------------------
3+
4+
The second condition in the BSD licence (covering binary redistributions) does
5+
not apply all the way down a chain of software. If binary package A includes
6+
PCRE2, it must respect the condition, but if package B is software that
7+
includes package A, the condition is not imposed on package B unless it uses
8+
PCRE2 independently.

options/license/PPL

Lines changed: 96 additions & 0 deletions
Large diffs are not rendered by default.

options/license/any-OSI

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Pick your favourite OSI approved license :)
2+
3+
http://www.opensource.org/licenses/alphabetical

options/license/cve-tou

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
CVE Usage: MITRE hereby grants you a perpetual, worldwide, non-exclusive,
2+
no-charge, royalty-free, irrevocable copyright license to reproduce, prepare
3+
derivative works of, publicly display, publicly perform, sublicense, and
4+
distribute Common Vulnerabilities and Exposures (CVE®). Any copy you make for
5+
such purposes is authorized provided that you reproduce MITRE's copyright
6+
designation and this license in any such copy.
7+
8+
DISCLAIMERS
9+
10+
ALL DOCUMENTS AND THE INFORMATION CONTAINED THEREIN PROVIDED BY MITRE ARE
11+
PROVIDED ON AN "AS IS" BASIS AND THE CONTRIBUTOR, THE ORGANIZATION HE/SHE
12+
REPRESENTS OR IS SPONSORED BY (IF ANY), THE MITRE CORPORATION, ITS BOARD OF
13+
TRUSTEES, OFFICERS, AGENTS, AND EMPLOYEES, DISCLAIM ALL WARRANTIES, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
15+
INFORMATION THEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
16+
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

0 commit comments

Comments
 (0)