[skip ci] Updated licenses and gitignores
This commit is contained in:
parent
c986718965
commit
145b583631
@ -29,7 +29,7 @@ CASS.ini
|
||||
*.gzlc
|
||||
|
||||
## gitignore reference sites
|
||||
# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files
|
||||
# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring
|
||||
# https://git-scm.com/docs/gitignore
|
||||
# https://help.github.com/articles/ignoring-files/
|
||||
|
||||
|
62
options/gitignore/ECU-TEST
Normal file
62
options/gitignore/ECU-TEST
Normal file
@ -0,0 +1,62 @@
|
||||
# gitignore template for ECU-TEST workspaces - by TraceTronic https://tracetronic.com
|
||||
# website: https://www.ecu-test.com
|
||||
# * all directories are related to the default directories, please adapt the .gitignore if you use customized
|
||||
# directories
|
||||
|
||||
# Dynamic workspace settings
|
||||
# * We don't recommend to ignore the .workspace directory, because of important project specific settings
|
||||
# local user settings
|
||||
.workspace/ETdrive.xml
|
||||
.workspace/favorites.xml
|
||||
.workspace/filters.xml
|
||||
.workspace/generators.xml
|
||||
.workspace/history.xml
|
||||
.workspace/parallelExecution.xml
|
||||
.workspace/signalviewer.xml
|
||||
.workspace/signalViewerHistory.json
|
||||
.workspace/signalviewer2layout.xml
|
||||
.workspace/testeditor.xml
|
||||
.workspace/tooladapter.xml
|
||||
.workspace/view.xml
|
||||
# optional, if your process depends on this file remove exclusion
|
||||
.workspace/interactiveexecution.xml
|
||||
.workspace/pythonlibrary.xml
|
||||
# deprecated, support for older versions
|
||||
.workspace/traceexplorer.xml
|
||||
|
||||
# Custom file formats and test dependencies
|
||||
# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks
|
||||
*.arxml
|
||||
*.a2l
|
||||
*.dbc
|
||||
*.hex
|
||||
*.s19
|
||||
[tT]estdata
|
||||
[tT]estdaten
|
||||
|
||||
# Test results and test execution related content
|
||||
# * Git is not intended to store and provide test results for all iterations
|
||||
# * We recommend to use TEST-GUIDE (https://www.test-guide.info) for the test report management
|
||||
TestReports
|
||||
|
||||
# Report generators and templates
|
||||
# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the
|
||||
# unnecessary subdirectories
|
||||
Templates
|
||||
|
||||
# Exclude large binary artifacts
|
||||
# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks
|
||||
Offline-FIUs
|
||||
Offline-Models
|
||||
Offline-SGBDs
|
||||
*.exe
|
||||
*.msi
|
||||
*.zip
|
||||
*.7z
|
||||
|
||||
# Exclude default and custom temporary directories
|
||||
Backup_*
|
||||
|
||||
# Python bytecode and cache files
|
||||
__pycache__/
|
||||
*.py[cod]
|
@ -22,3 +22,6 @@
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
|
||||
.kotlin/
|
@ -21,3 +21,10 @@ Homestead.yaml
|
||||
Homestead.json
|
||||
/.vagrant
|
||||
.phpunit.result.cache
|
||||
|
||||
/public/build
|
||||
/storage/pail
|
||||
.env.backup
|
||||
.env.production
|
||||
.phpactor.json
|
||||
auth.json
|
||||
|
6
options/gitignore/Move
Normal file
6
options/gitignore/Move
Normal file
@ -0,0 +1,6 @@
|
||||
# Generated by Move
|
||||
# will have compiled files
|
||||
build/
|
||||
|
||||
# Remove possibly saving credentials to the git repository
|
||||
.aptos/
|
42
options/gitignore/OpenTofu
Normal file
42
options/gitignore/OpenTofu
Normal file
@ -0,0 +1,42 @@
|
||||
# Local .terraform directories
|
||||
**/.terraform/*
|
||||
|
||||
# .tfstate files
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
|
||||
# Crash log files
|
||||
crash.log
|
||||
crash.*.log
|
||||
|
||||
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
|
||||
# password, private keys, and other secrets. These should not be part of version
|
||||
# control as they are data points which are potentially sensitive and subject
|
||||
# to change depending on the environment.
|
||||
*.tfvars
|
||||
*.tfvars.json
|
||||
|
||||
# Ignore override files as they are usually used to override resources locally and so
|
||||
# are not checked in
|
||||
override.tf
|
||||
override.tofu
|
||||
override.tf.json
|
||||
override.tofu.json
|
||||
*_override.tf
|
||||
*_override.tofu
|
||||
*_override.tf.json
|
||||
*_override.tofu.json
|
||||
|
||||
# Ignore transient lock info files created by tofu apply
|
||||
.terraform.tfstate.lock.info
|
||||
|
||||
# Include override files you do wish to add to version control using negated pattern
|
||||
# !example_override.tf
|
||||
# !example_override.tofu
|
||||
|
||||
# Include tfplan files to ignore the plan output of command: tofu plan -out=tfplan
|
||||
# example: *tfplan*
|
||||
|
||||
# Ignore CLI configuration files
|
||||
.terraformrc
|
||||
terraform.rc
|
@ -94,6 +94,12 @@ ipython_config.py
|
||||
# install all needed dependencies.
|
||||
#Pipfile.lock
|
||||
|
||||
# UV
|
||||
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
|
||||
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
||||
# commonly ignored for libraries.
|
||||
#uv.lock
|
||||
|
||||
# poetry
|
||||
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
||||
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
||||
|
@ -59,6 +59,7 @@ sysinfo.txt
|
||||
*.apk
|
||||
*.aab
|
||||
*.unitypackage
|
||||
*.unitypackage.meta
|
||||
*.app
|
||||
|
||||
# Crashlytics generated file
|
||||
|
@ -82,6 +82,8 @@ StyleCopReport.xml
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
# but not Directory.Build.rsp, as it configures directory-level build defaults
|
||||
!Directory.Build.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
|
27
options/license/CC-PDM-1.0
Normal file
27
options/license/CC-PDM-1.0
Normal file
@ -0,0 +1,27 @@
|
||||
No Copyright
|
||||
|
||||
This work has been identified as being free of known restrictions under
|
||||
copyright law, including all related and neighboring rights.
|
||||
|
||||
|
||||
You can copy, modify, distribute and perform the work, even for commercial
|
||||
purposes, all without asking permission. See Other Information below.
|
||||
|
||||
Other Information
|
||||
|
||||
The work may not be free of known copyright restrictions in all jurisdictions .
|
||||
|
||||
Persons may have other rights in or related to the work, such as patent or
|
||||
trademark rights, and others may have rights in how the work is used, such as
|
||||
publicity or privacy rights.
|
||||
|
||||
In some jurisdictions moral rights of the author may persist beyond the term of
|
||||
copyright. These rights may include the right to be identified as the author
|
||||
and the right to object to derogatory treatments.
|
||||
|
||||
Unless expressly stated otherwise, the person who identified the work makes no
|
||||
warranties about the work, and disclaims liability for all uses of the work, to
|
||||
the fullest extent permitted by applicable law.
|
||||
|
||||
When using or citing the work, you should not imply endorsement by the author
|
||||
or the person who identified the work.
|
198
options/license/CC-SA-1.0
Normal file
198
options/license/CC-SA-1.0
Normal file
@ -0,0 +1,198 @@
|
||||
Creative Commons Legal Code
|
||||
|
||||
ShareAlike 1.0
|
||||
|
||||
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
|
||||
SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT
|
||||
RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS.
|
||||
CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND
|
||||
DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
|
||||
|
||||
License
|
||||
|
||||
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
|
||||
COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
|
||||
COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
|
||||
AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
|
||||
|
||||
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
|
||||
BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
|
||||
CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
|
||||
CONDITIONS.
|
||||
|
||||
1. Definitions
|
||||
|
||||
a. "Collective Work" means a work, such as a periodical issue, anthology or
|
||||
encyclopedia, in which the Work in its entirety in unmodified form, along
|
||||
with a number of other contributions, constituting separate and independent
|
||||
works in themselves, are assembled into a collective whole. A work that
|
||||
constitutes a Collective Work will not be considered a Derivative Work (as
|
||||
defined below) for the purposes of this License.
|
||||
b. "Derivative Work" means a work based upon the Work or upon the Work and
|
||||
other pre-existing works, such as a translation, musical arrangement,
|
||||
dramatization, fictionalization, motion picture version, sound recording,
|
||||
art reproduction, abridgment, condensation, or any other form in which the
|
||||
Work may be recast, transformed, or adapted, except that a work that
|
||||
constitutes a Collective Work will not be considered a Derivative Work for
|
||||
the purpose of this License.
|
||||
c. "Licensor" means the individual or entity that offers the Work under the
|
||||
terms of this License.
|
||||
d. "Original Author" means the individual or entity who created the Work.
|
||||
e. "Work" means the copyrightable work of authorship offered under the terms
|
||||
of this License.
|
||||
f. "You" means an individual or entity exercising rights under this License
|
||||
who has not previously violated the terms of this License with respect to
|
||||
the Work, or who has received express permission from the Licensor to
|
||||
exercise rights under this License despite a previous violation.
|
||||
|
||||
2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or
|
||||
restrict any rights arising from fair use, first sale or other limitations on
|
||||
the exclusive rights of the copyright owner under copyright law or other
|
||||
applicable laws.
|
||||
|
||||
3. License Grant. Subject to the terms and conditions of this License, Licensor
|
||||
hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the
|
||||
duration of the applicable copyright) license to exercise the rights in the
|
||||
Work as stated below:
|
||||
|
||||
a. to reproduce the Work, to incorporate the Work into one or more Collective
|
||||
Works, and to reproduce the Work as incorporated in the Collective Works;
|
||||
b. to create and reproduce Derivative Works;
|
||||
c. to distribute copies or phonorecords of, display publicly, perform
|
||||
publicly, and perform publicly by means of a digital audio transmission the
|
||||
Work including as incorporated in Collective Works;
|
||||
d. to distribute copies or phonorecords of, display publicly, perform
|
||||
publicly, and perform publicly by means of a digital audio transmission
|
||||
Derivative Works;
|
||||
|
||||
The above rights may be exercised in all media and formats whether now known or
|
||||
hereafter devised. The above rights include the right to make such
|
||||
modifications as are technically necessary to exercise the rights in other
|
||||
media and formats. All rights not expressly granted by Licensor are hereby
|
||||
reserved.
|
||||
|
||||
4. Restrictions. The license granted in Section 3 above is expressly made
|
||||
subject to and limited by the following restrictions:
|
||||
|
||||
a. You may distribute, publicly display, publicly perform, or publicly
|
||||
digitally perform the Work only under the terms of this License, and You
|
||||
must include a copy of, or the Uniform Resource Identifier for, this
|
||||
License with every copy or phonorecord of the Work You distribute, publicly
|
||||
display, publicly perform, or publicly digitally perform. You may not offer
|
||||
or impose any terms on the Work that alter or restrict the terms of this
|
||||
License or the recipients' exercise of the rights granted hereunder. You
|
||||
may not sublicense the Work. You must keep intact all notices that refer to
|
||||
this License and to the disclaimer of warranties. You may not distribute,
|
||||
publicly display, publicly perform, or publicly digitally perform the Work
|
||||
with any technological measures that control access or use of the Work in a
|
||||
manner inconsistent with the terms of this License Agreement. The above
|
||||
applies to the Work as incorporated in a Collective Work, but this does not
|
||||
require the Collective Work apart from the Work itself to be made subject
|
||||
to the terms of this License. If You create a Collective Work, upon notice
|
||||
from any Licensor You must, to the extent practicable, remove from the
|
||||
Collective Work any reference to such Licensor or the Original Author, as
|
||||
requested. If You create a Derivative Work, upon notice from any Licensor
|
||||
You must, to the extent practicable, remove from the Derivative Work any
|
||||
reference to such Licensor or the Original Author, as requested.
|
||||
b. You may distribute, publicly display, publicly perform, or publicly
|
||||
digitally perform a Derivative Work only under the terms of this License,
|
||||
and You must include a copy of, or the Uniform Resource Identifier for,
|
||||
this License with every copy or phonorecord of each Derivative Work You
|
||||
distribute, publicly display, publicly perform, or publicly digitally
|
||||
perform. You may not offer or impose any terms on the Derivative Works that
|
||||
alter or restrict the terms of this License or the recipients' exercise of
|
||||
the rights granted hereunder, and You must keep intact all notices that
|
||||
refer to this License and to the disclaimer of warranties. You may not
|
||||
distribute, publicly display, publicly perform, or publicly digitally
|
||||
perform the Derivative Work with any technological measures that control
|
||||
access or use of the Work in a manner inconsistent with the terms of this
|
||||
License Agreement. The above applies to the Derivative Work as incorporated
|
||||
in a Collective Work, but this does not require the Collective Work apart
|
||||
from the Derivative Work itself to be made subject to the terms of this
|
||||
License.
|
||||
|
||||
5. Representations, Warranties and Disclaimer
|
||||
|
||||
a. By offering the Work for public release under this License, Licensor
|
||||
represents and warrants that, to the best of Licensor's knowledge after
|
||||
reasonable inquiry:
|
||||
i. Licensor has secured all rights in the Work necessary to grant the
|
||||
license rights hereunder and to permit the lawful exercise of the
|
||||
rights granted hereunder without You having any obligation to pay any
|
||||
royalties, compulsory license fees, residuals or any other payments;
|
||||
ii. The Work does not infringe the copyright, trademark, publicity rights,
|
||||
common law rights or any other right of any third party or constitute
|
||||
defamation, invasion of privacy or other tortious injury to any third
|
||||
party.
|
||||
b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING
|
||||
OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING,
|
||||
WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF
|
||||
THE WORK.
|
||||
|
||||
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW,
|
||||
AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM
|
||||
BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL LICENSOR BE LIABLE TO
|
||||
YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR
|
||||
EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF
|
||||
LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
7. Termination
|
||||
|
||||
a. This License and the rights granted hereunder will terminate automatically
|
||||
upon any breach by You of the terms of this License. Individuals or
|
||||
entities who have received Derivative Works or Collective Works from You
|
||||
under this License, however, will not have their licenses terminated
|
||||
provided such individuals or entities remain in full compliance with those
|
||||
licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of
|
||||
this License.
|
||||
b. Subject to the above terms and conditions, the license granted here is
|
||||
perpetual (for the duration of the applicable copyright in the Work).
|
||||
Notwithstanding the above, Licensor reserves the right to release the Work
|
||||
under different license terms or to stop distributing the Work at any time;
|
||||
provided, however that any such election will not serve to withdraw this
|
||||
License (or any other license that has been, or is required to be, granted
|
||||
under the terms of this License), and this License will continue in full
|
||||
force and effect unless terminated as stated above.
|
||||
|
||||
8. Miscellaneous
|
||||
|
||||
a. Each time You distribute or publicly digitally perform the Work or a
|
||||
Collective Work, the Licensor offers to the recipient a license to the Work
|
||||
on the same terms and conditions as the license granted to You under this
|
||||
License.
|
||||
b. Each time You distribute or publicly digitally perform a Derivative Work,
|
||||
Licensor offers to the recipient a license to the original Work on the same
|
||||
terms and conditions as the license granted to You under this License.
|
||||
c. If any provision of this License is invalid or unenforceable under
|
||||
applicable law, it shall not affect the validity or enforceability of the
|
||||
remainder of the terms of this License, and without further action by the
|
||||
parties to this agreement, such provision shall be reformed to the minimum
|
||||
extent necessary to make such provision valid and enforceable.
|
||||
d. No term or provision of this License shall be deemed waived and no breach
|
||||
consented to unless such waiver or consent shall be in writing and signed
|
||||
by the party to be charged with such waiver or consent.
|
||||
e. This License constitutes the entire agreement between the parties with
|
||||
respect to the Work licensed here. There are no understandings, agreements
|
||||
or representations with respect to the Work not specified here. Licensor
|
||||
shall not be bound by any additional provisions that may appear in any
|
||||
communication from You. This License may not be modified without the mutual
|
||||
written agreement of the Licensor and You.
|
||||
|
||||
Creative Commons is not a party to this License, and makes no warranty
|
||||
whatsoever in connection with the Work. Creative Commons will not be liable to
|
||||
You or any party on any legal theory for any damages whatsoever, including
|
||||
without limitation any general, special, incidental or consequential damages
|
||||
arising in connection to this license. Notwithstanding the foregoing two (2)
|
||||
sentences, if Creative Commons has expressly identified itself as the Licensor
|
||||
hereunder, it shall have all rights and obligations of Licensor.
|
||||
|
||||
Except for the limited purpose of indicating to the public that the Work is
|
||||
licensed under the CCPL, neither party will use the trademark "Creative
|
||||
Commons" or any related trademark or logo of Creative Commons without the prior
|
||||
written consent of Creative Commons. Any permitted use will be in compliance
|
||||
with Creative Commons' then-current trademark usage guidelines, as may be
|
||||
published on its website or otherwise made available upon request from time to
|
||||
time.
|
||||
|
||||
Creative Commons may be contacted at http://creativecommons.org/.
|
4
options/license/CGAL-linking-exception
Normal file
4
options/license/CGAL-linking-exception
Normal file
@ -0,0 +1,4 @@
|
||||
As a special exception, you have permission to link this library
|
||||
with the CGAL library (http://www.cgal.org) and distribute executables,
|
||||
as long as you follow the requirements of the GNU GPL in regard to
|
||||
all of the software in the executable aside from CGAL.
|
18
options/license/Independent-modules-exception
Normal file
18
options/license/Independent-modules-exception
Normal file
@ -0,0 +1,18 @@
|
||||
This is the file COPYING.FPC, it applies to the Free Pascal Run-Time Library
|
||||
(RTL) and packages (packages) distributed by members of the Free Pascal
|
||||
Development Team.
|
||||
|
||||
The source code of the Free Pascal Runtime Libraries and packages are
|
||||
distributed under the Library GNU General Public License
|
||||
(see the file COPYING) with the following modification:
|
||||
|
||||
As a special exception, the copyright holders of this library give you
|
||||
permission to link this library with independent modules to produce an
|
||||
executable, regardless of the license terms of these independent modules,
|
||||
and to copy and distribute the resulting executable under terms of your choice,
|
||||
provided that you also meet, for each linked independent module, the terms
|
||||
and conditions of the license of that module. An independent module is a module
|
||||
which is not derived from or based on this library. If you modify this
|
||||
library, you may extend this exception to your version of the library, but you are
|
||||
not obligated to do so. If you do not wish to do so, delete this exception
|
||||
statement from your version.
|
27
options/license/InnoSetup
Normal file
27
options/license/InnoSetup
Normal file
@ -0,0 +1,27 @@
|
||||
Inno Setup License
|
||||
==================
|
||||
|
||||
Except where otherwise noted, all of the documentation and software included in the Inno Setup
|
||||
package is copyrighted by Jordan Russell.
|
||||
|
||||
Copyright (C) 1997-2024 Jordan Russell. All rights reserved.
|
||||
Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.
|
||||
|
||||
This software is provided "as-is," without any express or implied warranty. In no event shall the
|
||||
author be held liable for any damages arising from the use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose, including commercial
|
||||
applications, and to alter and redistribute it, provided that the following conditions are met:
|
||||
|
||||
1. All redistributions of source code files must retain all copyright notices that are currently in
|
||||
place, and this list of conditions without modification.
|
||||
|
||||
2. All redistributions in binary form must retain all occurrences of the above copyright notice and
|
||||
web site addresses that are currently in place (for example, in the About boxes).
|
||||
|
||||
3. The origin of this software must not be misrepresented; you must not claim that you wrote the
|
||||
original software. If you use this software to distribute a product, an acknowledgment in the
|
||||
product documentation would be appreciated but is not required.
|
||||
|
||||
4. Modified versions in source or binary form must be plainly marked as such, and must not be
|
||||
misrepresented as being the original software.
|
File diff suppressed because it is too large
Load Diff
144
options/license/SMAIL-GPL
Normal file
144
options/license/SMAIL-GPL
Normal file
@ -0,0 +1,144 @@
|
||||
SMAIL GENERAL PUBLIC LICENSE
|
||||
(Clarified 11 Feb 1988)
|
||||
|
||||
Copyright (C) 1988 Landon Curt Noll & Ronald S. Karr
|
||||
Copyright (C) 1992 Ronald S. Karr
|
||||
Copyleft (GNU) 1988 Landon Curt Noll & Ronald S. Karr
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license, but changing it is not allowed. You can also
|
||||
use this wording to make the terms for other programs.
|
||||
|
||||
The license agreements of most software companies keep you at the
|
||||
mercy of those companies. By contrast, our general public license is
|
||||
intended to give everyone the right to share SMAIL. To make sure that
|
||||
you get the rights we want you to have, we need to make restrictions
|
||||
that forbid anyone to deny you these rights or to ask you to surrender
|
||||
the rights. Hence this license agreement.
|
||||
|
||||
Specifically, we want to make sure that you have the right to give
|
||||
away copies of SMAIL, that you receive source code or else can get it
|
||||
if you want it, that you can change SMAIL or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To make sure that everyone has such rights, we have to forbid you to
|
||||
deprive anyone else of these rights. For example, if you distribute
|
||||
copies of SMAIL, you must give the recipients all the rights that you
|
||||
have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must tell them their rights.
|
||||
|
||||
Also, for our own protection, we must make certain that everyone
|
||||
finds out that there is no warranty for SMAIL. If SMAIL is modified by
|
||||
someone else and passed on, we want its recipients to know that what
|
||||
they have is not what we distributed, so that any problems introduced
|
||||
by others will not reflect on our reputation.
|
||||
|
||||
Therefore we (Landon Curt Noll and Ronald S. Karr) make the following
|
||||
terms which say what you must do to be allowed to distribute or change
|
||||
SMAIL.
|
||||
|
||||
|
||||
COPYING POLICIES
|
||||
|
||||
1. You may copy and distribute verbatim copies of SMAIL source code
|
||||
as you receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy a valid copyright notice "Copyright
|
||||
(C) 1988 Landon Curt Noll & Ronald S. Karr" (or with whatever year is
|
||||
appropriate); keep intact the notices on all files that refer to this
|
||||
License Agreement and to the absence of any warranty; and give any
|
||||
other recipients of the SMAIL program a copy of this License
|
||||
Agreement along with the program. You may charge a distribution fee
|
||||
for the physical act of transferring a copy.
|
||||
|
||||
2. You may modify your copy or copies of SMAIL or any portion of it,
|
||||
and copy and distribute such modifications under the terms of
|
||||
Paragraph 1 above, provided that you also do the following:
|
||||
|
||||
a) cause the modified files to carry prominent notices stating
|
||||
that you changed the files and the date of any change; and
|
||||
|
||||
b) cause the whole of any work that you distribute or publish,
|
||||
that in whole or in part contains or is a derivative of SMAIL or
|
||||
any part thereof, to be licensed at no charge to all third
|
||||
parties on terms identical to those contained in this License
|
||||
Agreement (except that you may choose to grant more extensive
|
||||
warranty protection to some or all third parties, at your option).
|
||||
|
||||
c) You may charge a distribution fee for the physical act of
|
||||
transferring a copy, and you may at your option offer warranty
|
||||
protection in exchange for a fee.
|
||||
|
||||
Mere aggregation of another unrelated program with this program (or its
|
||||
derivative) on a volume of a storage or distribution medium does not bring
|
||||
the other program under the scope of these terms.
|
||||
|
||||
3. You may copy and distribute SMAIL (or a portion or derivative of it,
|
||||
under Paragraph 2) in object code or executable form under the terms of
|
||||
Paragraphs 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of
|
||||
Paragraphs 1 and 2 above; or,
|
||||
|
||||
b) accompany it with a written offer, valid for at least three
|
||||
years, to give any third party free (except for a nominal
|
||||
shipping charge) a complete machine-readable copy of the
|
||||
corresponding source code, to be distributed under the terms of
|
||||
Paragraphs 1 and 2 above; or,
|
||||
|
||||
c) accompany it with the information you received as to where the
|
||||
corresponding source code may be obtained. (This alternative is
|
||||
allowed only for non-commercial distribution and only if you
|
||||
received the program in object code or executable form alone.)
|
||||
|
||||
For an executable file, complete source code means all the source code for
|
||||
all modules it contains; but, as a special exception, it need not include
|
||||
source code for modules which are standard libraries that accompany the
|
||||
operating system on which the executable file runs.
|
||||
|
||||
4. You may not copy, sublicense, distribute or transfer SMAIL
|
||||
except as expressly provided under this License Agreement. Any attempt
|
||||
otherwise to copy, sublicense, distribute or transfer SMAIL is void and
|
||||
your rights to use the program under this License agreement shall be
|
||||
automatically terminated. However, parties who have received computer
|
||||
software programs from you with this License Agreement will not have
|
||||
their licenses terminated so long as such parties remain in full compliance.
|
||||
|
||||
5. If you wish to incorporate parts of SMAIL into other free
|
||||
programs whose distribution conditions are different, write to Landon
|
||||
Curt Noll & Ronald S. Karr via the Free Software Foundation at 51
|
||||
Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. We have not yet
|
||||
worked out a simple rule that can be stated here, but we will often
|
||||
permit this. We will be guided by the two goals of preserving the
|
||||
free status of all derivatives of our free software and of promoting
|
||||
the sharing and reuse of software.
|
||||
|
||||
Your comments and suggestions about our licensing policies and our
|
||||
software are welcome! This contract was based on the contract made by
|
||||
the Free Software Foundation. Please contact the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
|
||||
USA, or call (617) 542-5942 for details on copylefted material in
|
||||
general.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
BECAUSE SMAIL IS LICENSED FREE OF CHARGE, WE PROVIDE ABSOLUTELY NO
|
||||
WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING, LANDON CURT NOLL & RONALD S. KARR AND/OR
|
||||
OTHER PARTIES PROVIDE SMAIL "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 SMAIL IS WITH
|
||||
YOU. SHOULD SMAIL PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
|
||||
NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL LANDON CURT NOLL &
|
||||
RONALD S. KARR AND/OR ANY OTHER PARTY WHO MAY MODIFY AND REDISTRIBUTE
|
||||
SMAIL AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
LOST PROFITS, LOST MONIES, OR OTHER SPECIAL, INCIDENTAL OR
|
||||
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
|
||||
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
|
||||
INACCURATE OR LOSSES SUSTAINED BY THIRD PARTIES OR A FAILURE OF THE
|
||||
PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS) SMAIL, EVEN IF YOU HAVE
|
||||
BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY
|
||||
ANY OTHER PARTY.
|
11
options/license/any-OSI-perl-modules
Normal file
11
options/license/any-OSI-perl-modules
Normal file
@ -0,0 +1,11 @@
|
||||
This software may be redistributed under the terms of the GPL, LGPL,
|
||||
modified BSD, or Artistic license, or any of the other OSI approved
|
||||
licenses listed at http://www.opensource.org/licenses/alphabetical.
|
||||
Distribution is allowed under all of these licenses, or any smaller
|
||||
subset of multiple or just one of these licenses.
|
||||
|
||||
When using a packaged version, please refer to the package metadata to see
|
||||
under which license terms it was distributed. Alternatively, a distributor
|
||||
may choose to replace the LICENSE section of the documentation and/or
|
||||
include a LICENSE file to reflect the license(s) they chose to redistribute
|
||||
under.
|
17
options/license/generic-xts
Normal file
17
options/license/generic-xts
Normal file
@ -0,0 +1,17 @@
|
||||
Copyright (C) 2008, Damien Miller
|
||||
Copyright (C) 2011, Alex Hornung
|
||||
|
||||
Permission to use, copy, and modify this software with or without fee
|
||||
is hereby granted, provided that this entire notice is included in
|
||||
all copies of any software which is or includes a copy or
|
||||
modification of this software.
|
||||
You may use this code under the GNU public license if you so wish. Please
|
||||
contribute changes back to the authors under this freer than GPL license
|
||||
so that we may further the use of strong encryption without limitations to
|
||||
all.
|
||||
|
||||
THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR
|
||||
IMPLIED WARRANTY. IN PARTICULAR, NONE OF THE AUTHORS MAKES ANY
|
||||
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE
|
||||
MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
|
||||
PURPOSE.
|
16
options/license/mxml-exception
Normal file
16
options/license/mxml-exception
Normal file
@ -0,0 +1,16 @@
|
||||
Mini-XML
|
||||
|
||||
Copyright © 2003-2024 by Michael R Sweet
|
||||
|
||||
|
||||
(Optional) Exceptions to the Apache 2.0 License:
|
||||
================================================
|
||||
|
||||
In addition, if you combine or link compiled forms of this Software with
|
||||
software that is licensed under the GPLv2 or LGPLv2 (“Combined Software”) and if
|
||||
a court of competent jurisdiction determines that the patent provision (Section
|
||||
3), the indemnity provision (Section 9) or other Section of the License
|
||||
conflicts with the conditions of the GPLv2 or LGPLv2, you may retroactively and
|
||||
prospectively choose to deem waived or otherwise exclude such Section(s) of the
|
||||
License, but only in their entirety and only with respect to the Combined
|
||||
Software.
|
5
options/license/wwl
Normal file
5
options/license/wwl
Normal file
@ -0,0 +1,5 @@
|
||||
db@FreeBSD.ORG wrote this file. As long as you retain this notice you
|
||||
can do whatever you want with this code, except you may not
|
||||
license it under any form of the GPL.
|
||||
A postcard or QSL card showing me you appreciate
|
||||
this code would be nice. Diane Bruce va3db
|
Loading…
x
Reference in New Issue
Block a user