Skip to content

Commit e625813

Browse files
committed
[skip ci] Updated licenses and gitignores
1 parent 14f6105 commit e625813

File tree

5 files changed

+98
-0
lines changed

5 files changed

+98
-0
lines changed

options/license/Gutmann

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
You can use this code in whatever way you want, as long as you don't try
2+
to claim you wrote it.

options/license/HPND-export2-US

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright 2004-2008 Apple Inc. All Rights Reserved.
2+
3+
Export of this software from the United States of America may
4+
require a specific license from the United States Government.
5+
It is the responsibility of any person or organization
6+
contemplating export to obtain such a license before exporting.
7+
8+
WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
9+
distribute this software and its documentation for any purpose and
10+
without fee is hereby granted, provided that the above copyright
11+
notice appear in all copies and that both that copyright notice and
12+
this permission notice appear in supporting documentation, and that
13+
the name of Apple Inc. not be used in advertising or publicity
14+
pertaining to distribution of the software without specific,
15+
written prior permission. Apple Inc. makes no representations
16+
about the suitability of this software for any purpose. It is
17+
provided "as is" without express or implied warranty.
18+
19+
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
20+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
21+
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Copyright (C) 2004 Christian Groessler <[email protected]>
2+
3+
Permission to use, copy, modify, and distribute this file
4+
for any purpose is hereby granted without fee, provided that
5+
the above copyright notice and this notice appears in all
6+
copies.
7+
8+
This file is distributed WITHOUT ANY WARRANTY; without even the implied
9+
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
FLOSS License Exception
2+
=======================
3+
(Adapted from http://www.mysql.com/company/legal/licensing/foss-exception.html)
4+
5+
I want specified Free/Libre and Open Source Software ("FLOSS")
6+
applications to be able to use specified GPL-licensed RRDtool
7+
libraries (the "Program") despite the fact that not all FLOSS licenses are
8+
compatible with version 2 of the GNU General Public License (the "GPL").
9+
10+
As a special exception to the terms and conditions of version 2.0 of the GPL:
11+
12+
You are free to distribute a Derivative Work that is formed entirely from
13+
the Program and one or more works (each, a "FLOSS Work") licensed under one
14+
or more of the licenses listed below, as long as:
15+
16+
1. You obey the GPL in all respects for the Program and the Derivative
17+
Work, except for identifiable sections of the Derivative Work which are
18+
not derived from the Program, and which can reasonably be considered
19+
independent and separate works in themselves,
20+
21+
2. all identifiable sections of the Derivative Work which are not derived
22+
from the Program, and which can reasonably be considered independent and
23+
separate works in themselves,
24+
25+
1. are distributed subject to one of the FLOSS licenses listed
26+
below, and
27+
28+
2. the object code or executable form of those sections are
29+
accompanied by the complete corresponding machine-readable source
30+
code for those sections on the same medium and under the same FLOSS
31+
license as the corresponding object code or executable forms of
32+
those sections, and
33+
34+
3. any works which are aggregated with the Program or with a Derivative
35+
Work on a volume of a storage or distribution medium in accordance with
36+
the GPL, can reasonably be considered independent and separate works in
37+
themselves which are not derivatives of either the Program, a Derivative
38+
Work or a FLOSS Work.
39+
40+
If the above conditions are not met, then the Program may only be copied,
41+
modified, distributed or used under the terms and conditions of the GPL.
42+
43+
FLOSS License List
44+
==================
45+
License name Version(s)/Copyright Date
46+
Academic Free License 2.0
47+
Apache Software License 1.0/1.1/2.0
48+
Apple Public Source License 2.0
49+
Artistic license From Perl 5.8.0
50+
BSD license "July 22 1999"
51+
Common Public License 1.0
52+
GNU Library or "Lesser" General Public License (LGPL) 2.0/2.1
53+
IBM Public License, Version 1.0
54+
Jabber Open Source License 1.0
55+
MIT License (As listed in file MIT-License.txt) -
56+
Mozilla Public License (MPL) 1.0/1.1
57+
Open Software License 2.0
58+
OpenSSL license (with original SSLeay license) "2003" ("1998")
59+
PHP License 3.01
60+
Python license (CNRI Python License) -
61+
Python Software Foundation License 2.1.1
62+
Sleepycat License "1999"
63+
W3C License "2001"
64+
X11 License "2001"
65+
Zlib/libpng License -
66+
Zope Public License 2.0/2.1

0 commit comments

Comments
 (0)