Skip to content

Commit 6551847

Browse files
committed
[skip ci] Updated licenses and gitignores
1 parent e530568 commit 6551847

File tree

3 files changed

+100
-0
lines changed

3 files changed

+100
-0
lines changed

options/gitignore/KiCad

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ _autosave-*
1616
*-save.pro
1717
*-save.kicad_pcb
1818
fp-info-cache
19+
~*.lck
20+
\#auto_saved_files#
1921

2022
# Netlist files (exported from Eeschema)
2123
*.net
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
SENDMAIL OPEN SOURCE LICENSE
2+
3+
The following license terms and conditions apply to this open source
4+
software ("Software"), unless a different license is obtained directly
5+
from Sendmail, Inc. ("Sendmail") located at 6475 Christie Ave, Suite 350,
6+
Emeryville, CA 94608, USA.
7+
8+
Use, modification and redistribution (including distribution of any
9+
modified or derived work) of the Software in source and binary forms is
10+
permitted only if each of the following conditions of 1-6 are met:
11+
12+
1. Redistributions of the Software qualify as "freeware" or "open
13+
source software" under one of the following terms:
14+
15+
(a) Redistributions are made at no charge beyond the reasonable
16+
cost of materials and delivery; or
17+
18+
(b) Redistributions are accompanied by a copy of the modified
19+
Source Code (on an acceptable machine-readable medium) or by an
20+
irrevocable offer to provide a copy of the modified Source Code
21+
(on an acceptable machine-readable medium) for up to three years
22+
at the cost of materials and delivery. Such redistributions must
23+
allow further use, modification, and redistribution of the Source
24+
Code under substantially the same terms as this license. For
25+
the purposes of redistribution "Source Code" means the complete
26+
human-readable, compilable, linkable, and operational source
27+
code of the redistributed module(s) including all modifications.
28+
29+
2. Redistributions of the Software Source Code must retain the
30+
copyright notices as they appear in each Source Code file, these
31+
license terms and conditions, and the disclaimer/limitation of
32+
liability set forth in paragraph 6 below. Redistributions of the
33+
Software Source Code must also comply with the copyright notices
34+
and/or license terms and conditions imposed by contributors on
35+
embedded code. The contributors' license terms and conditions
36+
and/or copyright notices are contained in the Source Code
37+
distribution.
38+
39+
3. Redistributions of the Software in binary form must reproduce the
40+
Copyright Notice described below, these license terms and conditions,
41+
and the disclaimer/limitation of liability set forth in paragraph
42+
6 below, in the documentation and/or other materials provided with
43+
the binary distribution. For the purposes of binary distribution,
44+
"Copyright Notice" refers to the following language: "Copyright (c)
45+
1998-2009 Sendmail, Inc. All rights reserved."
46+
47+
4. Neither the name, trademark or logo of Sendmail, Inc. (including
48+
without limitation its subsidiaries or affiliates) or its contributors
49+
may be used to endorse or promote products, or software or services
50+
derived from this Software without specific prior written permission.
51+
The name "sendmail" is a registered trademark and service mark of
52+
Sendmail, Inc.
53+
54+
5. We reserve the right to cancel this license if you do not comply with
55+
the terms. This license is governed by California law and both of us
56+
agree that for any dispute arising out of or relating to this Software,
57+
that jurisdiction and venue is proper in San Francisco or Alameda
58+
counties. These license terms and conditions reflect the complete
59+
agreement for the license of the Software (which means this supercedes
60+
prior or contemporaneous agreements or representations). If any term
61+
or condition under this license is found to be invalid, the remaining
62+
terms and conditions still apply.
63+
64+
6. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY
65+
SENDMAIL AND ITS CONTRIBUTORS "AS IS" WITHOUT WARRANTY OF ANY KIND
66+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
67+
IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT AND FITNESS FOR A
68+
PARTICULAR PURPOSE ARE EXPRESSLY DISCLAIMED. IN NO EVENT SHALL SENDMAIL
69+
OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
70+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
71+
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
72+
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
73+
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
74+
WITHOUT LIMITATION NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
75+
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

options/license/harbour-exception

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
As a special exception, the Harbour Project gives permission for
2+
additional uses of the text contained in its release of Harbour.
3+
4+
The exception is that, if you link the Harbour libraries with other
5+
files to produce an executable, this does not by itself cause the
6+
resulting executable to be covered by the GNU General Public License.
7+
Your use of that executable is in no way restricted on account of
8+
linking the Harbour library code into it.
9+
10+
This exception does not however invalidate any other reasons why
11+
the executable file might be covered by the GNU General Public License.
12+
13+
This exception applies only to the code released by the Harbour
14+
Project under the name Harbour. If you copy code from other
15+
Harbour Project or Free Software Foundation releases into a copy of
16+
Harbour, as the General Public License permits, the exception does
17+
not apply to the code that you add in this way. To avoid misleading
18+
anyone as to the status of such modified files, you must delete
19+
this exception notice from them.
20+
21+
If you write modifications of your own for Harbour, it is your choice
22+
whether to permit this exception to apply to your modifications.
23+
If you do not wish that, delete this exception notice.

0 commit comments

Comments
 (0)