Initial commit
This commit is contained in:
commit
b686116502
33 changed files with 2722 additions and 0 deletions
94
notes/CWPL/CWPL_v1
Executable file
94
notes/CWPL/CWPL_v1
Executable file
|
@ -0,0 +1,94 @@
|
|||
Clumsy Wolf Public License
|
||||
Version 1
|
||||
|
||||
0) You are free to use this package as you wish, for any purpose
|
||||
1) You are free to study the source code and change it to your
|
||||
liking. To allow you to do so, the souce code will be provided to
|
||||
the best of the primary author's ability. If you make changes,
|
||||
you are under no obligation to notify anyone or share those
|
||||
changes with the original authors of this package.
|
||||
2) You are free to give unmodified copies of this package to anyone
|
||||
you wish, so long as you keep a copy of this license in with it.
|
||||
3) You are free to give modified copies of this package to anyone
|
||||
you wish, so long as that package is licensed under this license,
|
||||
including future versions of this license, or any GNU General
|
||||
Public License-compatible license. Additionally, any modified
|
||||
version must include a notice clearly stating that you modified
|
||||
the package.
|
||||
4) If you distribute this package, modified or unmodified, in binary
|
||||
format, you must either include the source code with the binary
|
||||
distribution, or provide a link to the source code of the version
|
||||
of this package being distributed (i.e. an unmodified package
|
||||
links to the original's source code, a modified package links to
|
||||
the modified package's source code). If you are providing a link
|
||||
to a modified version, you must take reasonable effort to ensure
|
||||
the link stays available for at least 3 months from the last
|
||||
distribution of the binary package.
|
||||
5) You may distribute this package, modified or unmodified, for a
|
||||
fee. However, you may not distribute the source code for a fee
|
||||
if you choose not to charge a fee for the binary package, and if
|
||||
the binary package is distributed for a fee, you must either
|
||||
include the source code with the binary package or provide the
|
||||
source code free of charge upon request. If you are only
|
||||
providing the source code of the package, you may charge a fee
|
||||
for it, though.
|
||||
6) If you distribute this package unmodified, any and all downstream
|
||||
recipients will automatically receive a license to use, modify,
|
||||
and distribute this package subject to this license. You are not
|
||||
responsible for enforcing compliance by third parties with this
|
||||
license. However, you may not impose any restrictions beyond what
|
||||
this license permits.
|
||||
7) If you distribute this package (modified or unmodified) you may
|
||||
not impose any form of license fee, royalty, or other charge for
|
||||
exercise of rights granted under this license, nor may you
|
||||
initiate litigation of any form alleging any patent claim is
|
||||
infringed by making, using, selling, offering for sale,
|
||||
importing, running, modifying, or distributing this package or
|
||||
any portion thereof.
|
||||
8) If you make any changes to this package, you grant any users of
|
||||
any version of this package containing those changes a
|
||||
non-exclusive, worldwide, royalty-free patent license to any
|
||||
patent claims you may have to those changes for the purpose of
|
||||
making, using, selling, offering for sale, importation, running,
|
||||
modification, or distribution of the versions of this package
|
||||
containing those changes.
|
||||
9) If any conditions are imposed on you by a third-party that
|
||||
contradict the conditions of this license, you are not excused
|
||||
from the conditions of this license. If you cannot distribute
|
||||
this package in such a way that satisfies your obligations under
|
||||
this license and under any obligations imposed by a third-party,
|
||||
then you may not distribute this package in any form at all.
|
||||
10) THIS PACKAGE COMES WITH NO WARRANTY TO THE EXTENT PERMITTED BY
|
||||
LAW. EXCEPT WHERE OTHERWISE STATED IN WRITING, THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THIS PACKAGE "AS IS"
|
||||
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
|
||||
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
|
||||
RISK AS TO THE QUALITY AND PERFORMANCE OF THIS PACKAGE IS WITH
|
||||
YOU. SHOULD THIS PACKAGE PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.
|
||||
11) IN NO EVENT, UNLESS REQUIRED BY LAW OR AGREED TO IN WRITING,
|
||||
WILL ANY COPYRIGHT HOLDER OR OTHER PARTY WHO MODIFIES/
|
||||
DISTRIBUTES THIS PACKAGE AS PERMITTED ABOVE BE LIABLE TO YOU
|
||||
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
|
||||
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
|
||||
THE PROGRAM, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED
|
||||
OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||
12) If the disclaimer of warranty and limitation of liability
|
||||
provided above cannot be put into effect due to local law,
|
||||
reviewing courts shall apply local law that most closely
|
||||
approximates an absolute waiver of all civil liability in
|
||||
connection with this package, unless a warranty or assumption of
|
||||
liability accompanies a copy of this package in return for a
|
||||
fee.
|
||||
13) You are not required to accept this license in order to use this
|
||||
package. However, you must accept this license in order to
|
||||
modify or distribute this package.
|
||||
14) If you are distributing any version of this package, you are
|
||||
permitted to remove the disclaimers in section 11 and 12.
|
||||
However, you must include in the distribution a notice about the
|
||||
extent of the warranty and/or liability, as well as a disclaimer
|
||||
that it is you who is offering the warranty and/or assumption of
|
||||
liability and *not* the original developers of this package.
|
||||
Additionally, remove this section from the license file, and
|
||||
renumber any sections following the section(s) removed.
|
43
notes/CWPL/CWPL_v2
Executable file
43
notes/CWPL/CWPL_v2
Executable file
|
@ -0,0 +1,43 @@
|
|||
Clumsy Wolf Public License
|
||||
Version 2
|
||||
|
||||
0) You are free to use this package as you wish, for any purpose and
|
||||
to study the source code and change it to your liking. To allow
|
||||
you to do so, the souce code will be provided to the best of the
|
||||
primary author's ability. If you make changes, you are under no
|
||||
obligation to notify anyone or share those changes with the
|
||||
original authors of this package.
|
||||
1) You are free to give unmodified copies of this package to anyone
|
||||
you wish, so long as you keep a copy of this license in with it.
|
||||
You are also free to give modified copies of this package to
|
||||
anyone you wish, so long as that package is licensed under this
|
||||
license, including future versions of this license, or any less
|
||||
restrictive license. Additionally, any modified version should
|
||||
include a note stating that you modified the package.
|
||||
2) If you make any changes to this package, you agree to not pursue
|
||||
patent claims relating to any patents you may hold over the
|
||||
changes you have made.
|
||||
3) THIS PACKAGE COMES WITH NO WARRANTY TO THE EXTENT PERMITTED BY
|
||||
LAW. EXCEPT WHERE OTHERWISE STATED IN WRITING, THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THIS PACKAGE "AS IS"
|
||||
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
|
||||
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
|
||||
RISK AS TO THE QUALITY AND PERFORMANCE OF THIS PACKAGE IS WITH
|
||||
YOU. SHOULD THIS PACKAGE PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.
|
||||
4) IN NO EVENT, UNLESS REQUIRED BY LAW OR AGREED TO IN WRITING,
|
||||
WILL ANY COPYRIGHT HOLDER OR OTHER PARTY WHO MODIFIES/
|
||||
DISTRIBUTES THIS PACKAGE AS PERMITTED ABOVE BE LIABLE TO YOU
|
||||
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
|
||||
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
|
||||
THE PROGRAM, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED
|
||||
OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||
5) If you are distributing any version of this package, you are
|
||||
permitted to remove the disclaimers in section 3 and 4. However,
|
||||
you must include in the distribution a notice about the extent of
|
||||
the warranty and/or liability, as well as a disclaimer that it is
|
||||
you who is offering the warranty and/or assumption of liability
|
||||
and *not* the original developers of this package. Additionally,
|
||||
remove this section from the license file, and renumber any
|
||||
sections following the section(s) removed.
|
65
notes/CWPL/CWPL_v5
Normal file
65
notes/CWPL/CWPL_v5
Normal file
|
@ -0,0 +1,65 @@
|
|||
Clumsy Wolf Public License
|
||||
Version 5
|
||||
|
||||
0) You are free to use this package as you wish, except as detailed by clause 3.
|
||||
This freedom includes the freedom to study the source code and change it as
|
||||
you please. To allow you to do so, the source code will be provided to the
|
||||
best of the primary author's ability. If you make any changes, you are under
|
||||
no obligation to notify anyone or share those changes with the original
|
||||
authors of this package.
|
||||
1) You are free to give unmodified copies of this package to anyone you wish,
|
||||
so long as you keep a copy of this license in with it. You are also free to
|
||||
give modified copies of this package to anyone you wish, so long as that
|
||||
package includes a notice stating that the package includes modifications
|
||||
not approved or endorsed by the original authors and the package is released
|
||||
under either this license, including future versions of this license, or any
|
||||
license with similar restrictions, such as the Hippocratic License or the
|
||||
Cooperative Nonviolent Public License.
|
||||
2) If you make and submit any changes to this package, you agree to not pursue
|
||||
any patent claims relating to patents you may hold over any changes you have
|
||||
made.
|
||||
3) This package is not to be used by any individual or organization in a way
|
||||
that promotes, lobbies for, derives income from, or otherwise supports:
|
||||
- sex trafficking or human trafficking
|
||||
- slavery or indentured servitude
|
||||
- any form of child labour
|
||||
- gambling, tobacco, or other adversely addictive behaviours
|
||||
- warfare or weapons manufacturing, including nuclear processes that may
|
||||
contribute to the production of nuclear weapons, regardless of primary
|
||||
usage of said process
|
||||
- environmental destruction, including but not limited to deforestation,
|
||||
pollution of air or waterways, production of fossil fuels or energy by
|
||||
use of fossil fuels (including but not limited to coal--including
|
||||
so-called "clean coal"--oil, or natural gas) or disposal of waste in a
|
||||
way that adversely affects the environment at large
|
||||
- hate speech or discrimination based on age, gender, gender identity,
|
||||
race, sexuality, religion, nationality, and/or ethnicity
|
||||
- fascism, contemporary American conservatism, or any other forms of
|
||||
authoritarianism, including whatever it is China is doing.
|
||||
- authoritarian religious movements, including but not limited to Christian
|
||||
dominionism and Christian Reconstruction, Islamic jihadism, Hindutva, or
|
||||
any other attempt at theocracy
|
||||
- surveillance at any level, whether individual or large-scale
|
||||
- incarceration of any human being
|
||||
Additionally, commercial use of this package is only permitted by individuals
|
||||
or worker-owned cooperatives.
|
||||
4) THIS PACKAGE COMES WITH NO WARRANTY TO THE EXTENT PERMITTED BY LAW, EXCEPT
|
||||
WHERE OTHERWISE STATED IN WRITING. THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THIS PACKAGE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR
|
||||
IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO
|
||||
THE QUALITY AND PERFORMANCE OF THIS PACKAGE IS WITH YOU. SHOULD THIS PACKAGE
|
||||
PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR
|
||||
CORRECTION
|
||||
5) IN NO EVENT, UNLESS REQUIRED BY LAW OR AGREED TO IN WRITING, WILL ANY
|
||||
COPYRIGHT HOLDER OR OTHER PARTY WHO MODIFIES/DISTRIBUTES THIS PACKAGE AS
|
||||
PERMITTED ABOVE BE LIABLE TO YOU FOR DAMAGE, INCLUDING ANY GENERAL, SPECIAL,
|
||||
INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO
|
||||
USE THE PROGRAM, EVEN IF SUCH HOLDER OR OTHER PARTIES HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
6) If you are distributing any version of this package, you are permitted to
|
||||
replace this license with CWPL v5l, v5w, or v5lw which removes the
|
||||
disclaimers in clauses 4 and/or 5, under the strict condition that you
|
||||
include in the package a notice that it is you who is offering the warranty
|
||||
and/or assumption of liability and not the original developers of this
|
||||
package.
|
59
notes/CWPL/CWPL_v5l
Normal file
59
notes/CWPL/CWPL_v5l
Normal file
|
@ -0,0 +1,59 @@
|
|||
Clumsy Wolf Public License
|
||||
Version 5l (with distributor assumption of liability)
|
||||
|
||||
0) You are free to use this package as you wish, except as detailed by clause 3.
|
||||
This freedom includes the freedom to study the source code and change it as
|
||||
you please. To allow you to do so, the source code will be provided to the
|
||||
best of the primary author's ability. If you make any changes, you are under
|
||||
no obligation to notify anyone or share those changes with the original
|
||||
authors of this package.
|
||||
1) You are free to give unmodified copies of this package to anyone you wish,
|
||||
so long as you keep a copy of this license in with it. You are also free to
|
||||
give modified copies of this package to anyone you wish, so long as that
|
||||
pacakge includes a notice stating that the package includes modifications
|
||||
not approved or endorsed by the original authors and the package is released
|
||||
under either this license, including future versions of this license, or any
|
||||
license with similar restrictions, such as the Hippocratic License or the
|
||||
Cooperative Nonviolent Public License.
|
||||
2) If you make and submit any changes to this package, you agree to not pursue
|
||||
any patent claims relating to patents you may hold over any changes you have
|
||||
made.
|
||||
3) This package is not to be used by any individual or organization in a way
|
||||
that promotes, lobbies for, derives income from, or otherwise supports:
|
||||
- sex trafficking/human trafficking
|
||||
- slavery or indentured servitude
|
||||
- any form of child labour
|
||||
- gambling, tobacco, or other adversely addictive behaviours
|
||||
- warfare or weapons manufacturing, including nuclear processes that may
|
||||
contribute to the production of nuclear weapons, regardless of primary
|
||||
usage of said process
|
||||
- environmental destruction, including but not limited to deforestation,
|
||||
pollution of air or waterways, production of fossil fuels or energy by
|
||||
use of fossil fuels (including but not limited to coal--including
|
||||
so-called "clean coal"--oil, or natural gas) or disposal of waste in a
|
||||
way that adversely affects the environment at large
|
||||
- hate speech or discrimination based on age, gender, gender identity,
|
||||
race, sexuality, religion, nationality, and/or ethnicity
|
||||
- fascism, contemporary American conservatism, or any other forms of
|
||||
authoritarianism, including whatever it is China is doing.
|
||||
- authoritarian religious movements, including but not limited to Christian
|
||||
dominionism and Christian Reconstruction, Islamic jihadism, Hindutva, or
|
||||
any other attempt at theocracy
|
||||
- surveillance at any level, whether individual or large-scale
|
||||
- incarceration of any human being
|
||||
Additionally, commercial use of this package is only permitted by individuals
|
||||
or worker-owned cooperatives.
|
||||
4) THIS PACKAGE COMES WITH NO WARRANTY TO THE EXTENT PERMITTED BY LAW, EXCEPT
|
||||
WHERE OTHERWISE STATED IN WRITING. THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THIS PACKAGE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR
|
||||
IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO
|
||||
THE QUALITY AND PERFORMANCE OF THIS PACKAGE IS WITH YOU. SHOULD THIS PACKAGE
|
||||
PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR
|
||||
CORRECTION
|
||||
5) If you are distributing any version of this package, you are to replace this
|
||||
license with the original CWPL v5, unless
|
||||
a) you intend to assume liability for the version you are distributing in
|
||||
a manner consistent with the original CWPL v5, or
|
||||
b) you intend to replace this license with CWPL v5w or v5lw as described
|
||||
in the original CWPL v5.
|
51
notes/CWPL/CWPL_v5lw
Normal file
51
notes/CWPL/CWPL_v5lw
Normal file
|
@ -0,0 +1,51 @@
|
|||
Clumsy Wolf Public License
|
||||
Version 5lw (with distributor warranty and assumption of liability)
|
||||
|
||||
0) You are free to use this package as you wish, except as detailed by clause 3.
|
||||
This freedom includes the freedom to study the source code and change it as
|
||||
you please. To allow you to do so, the source code will be provided to the
|
||||
best of the primary author's ability. If you make any changes, you are under
|
||||
no obligation to notify anyone or share those changes with the original
|
||||
authors of this package.
|
||||
1) You are free to give unmodified copies of this package to anyone you wish,
|
||||
so long as you keep a copy of this license in with it. You are also free to
|
||||
give modified copies of this package to anyone you wish, so long as that
|
||||
pacakge includes a notice stating that the package includes modifications
|
||||
not approved or endorsed by the original authors and the package is released
|
||||
under either this license, including future versions of this license, or any
|
||||
license with similar restrictions, such as the Hippocratic License or the
|
||||
Cooperative Nonviolent Public License.
|
||||
2) If you make and submit any changes to this package, you agree to not pursue
|
||||
any patent claims relating to patents you may hold over any changes you have
|
||||
made.
|
||||
3) This package is not to be used by any individual or organization in a way
|
||||
that promotes, lobbies for, derives income from, or otherwise supports:
|
||||
- sex trafficking/human trafficking
|
||||
- slavery or indentured servitude
|
||||
- any form of child labour
|
||||
- gambling, tobacco, or other adversely addictive behaviours
|
||||
- warfare or weapons manufacturing, including nuclear processes that may
|
||||
contribute to the production of nuclear weapons, regardless of primary
|
||||
usage of said process
|
||||
- environmental destruction, including but not limited to deforestation,
|
||||
pollution of air or waterways, production of fossil fuels or energy by
|
||||
use of fossil fuels (including but not limited to coal--including
|
||||
so-called "clean coal"--oil, or natural gas) or disposal of waste in a
|
||||
way that adversely affects the environment at large
|
||||
- hate speech or discrimination based on age, gender, gender identity,
|
||||
race, sexuality, religion, nationality, and/or ethnicity
|
||||
- fascism, contemporary American conservatism, or any other forms of
|
||||
authoritarianism, including whatever it is China is doing.
|
||||
- authoritarian religious movements, including but not limited to Christian
|
||||
dominionism and Christian Reconstruction, Islamic jihadism, Hindutva, or
|
||||
any other attempt at theocracy
|
||||
- surveillance at any level, whether individual or large-scale
|
||||
- incarceration of any human being
|
||||
Additionally, commercial use of this package is only permitted by individuals
|
||||
or worker-owned cooperatives.
|
||||
4) If you are distributing any version of this package, you are to replace this
|
||||
license with the original CWPL v5, unless
|
||||
a) you intend to assume liability and offer a warranty for the version you
|
||||
are distributing in a manner consistent with the original CWPL v5, or
|
||||
b) you intend to replace this license with CWPL v5l or v5w as described
|
||||
in the original CWPL v5.
|
57
notes/CWPL/CWPL_v5w
Normal file
57
notes/CWPL/CWPL_v5w
Normal file
|
@ -0,0 +1,57 @@
|
|||
Clumsy Wolf Public License
|
||||
Version 5w (with distributor warranty)
|
||||
|
||||
0) You are free to use this package as you wish, except as detailed by clause 3.
|
||||
This freedom includes the freedom to study the source code and change it as
|
||||
you please. To allow you to do so, the source code will be provided to the
|
||||
best of the primary author's ability. If you make any changes, you are under
|
||||
no obligation to notify anyone or share those changes with the original
|
||||
authors of this package.
|
||||
1) You are free to give unmodified copies of this package to anyone you wish,
|
||||
so long as you keep a copy of this license in with it. You are also free to
|
||||
give modified copies of this package to anyone you wish, so long as that
|
||||
pacakge includes a notice stating that the package includes modifications
|
||||
not approved or endorsed by the original authors and the package is released
|
||||
under either this license, including future versions of this license, or any
|
||||
license with similar restrictions, such as the Hippocratic License or the
|
||||
Cooperative Nonviolent Public License.
|
||||
2) If you make and submit any changes to this package, you agree to not pursue
|
||||
any patent claims relating to patents you may hold over any changes you have
|
||||
made.
|
||||
3) This package is not to be used by any individual or organization in a way
|
||||
that promotes, lobbies for, derives income from, or otherwise supports:
|
||||
- sex trafficking/human trafficking
|
||||
- slavery or indentured servitude
|
||||
- any form of child labour
|
||||
- gambling, tobacco, or other adversely addictive behaviours
|
||||
- warfare or weapons manufacturing, including nuclear processes that may
|
||||
contribute to the production of nuclear weapons, regardless of primary
|
||||
usage of said process
|
||||
- environmental destruction, including but not limited to deforestation,
|
||||
pollution of air or waterways, production of fossil fuels or energy by
|
||||
use of fossil fuels (including but not limited to coal--including
|
||||
so-called "clean coal"--oil, or natural gas) or disposal of waste in a
|
||||
way that adversely affects the environment at large
|
||||
- hate speech or discrimination based on age, gender, gender identity,
|
||||
race, sexuality, religion, nationality, and/or ethnicity
|
||||
- fascism, contemporary American conservatism, or any other forms of
|
||||
authoritarianism, including whatever it is China is doing.
|
||||
- authoritarian religious movements, including but not limited to Christian
|
||||
dominionism and Christian Reconstruction, Islamic jihadism, Hindutva, or
|
||||
any other attempt at theocracy
|
||||
- surveillance at any level, whether individual or large-scale
|
||||
- incarceration of any human being
|
||||
Additionally, commercial use of this package is only permitted by individuals
|
||||
or worker-owned cooperatives.
|
||||
4) IN NO EVENT, UNLESS REQUIRED BY LAW OR AGREED TO IN WRITING, WILL ANY
|
||||
COPYRIGHT HOLDER OR OTHER PARTY WHO MODIFIES/DISTRIBUTES THIS PACKAGE AS
|
||||
PERMITTED ABOVE BE LIABLE TO YOU FOR DAMAGE, INCLUDING ANY GENERAL, SPECIAL,
|
||||
INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO
|
||||
USE THE PROGRAM, EVEN IF SUCH HOLDER OR OTHER PARTIES HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
5) If you are distributing any version of this package, you are to replace this
|
||||
license with the original CWPL v5, unless
|
||||
a) you intend to offer a warranty for the version you are distributing in
|
||||
a manner consistent with the original CWPL v5, or
|
||||
b) you intend to replace this license with CWPL v5l or v5lw as described
|
||||
in the original CWPL v5.
|
Loading…
Add table
Add a link
Reference in a new issue