export_restricted
int64 0
1
| license
stringlengths 0
108
| packname
stringlengths 0
34
| patent
int64 0
1
| pattern
stringlengths 4
176k
| risk
int64 0
9
| spdx
stringclasses 528
values | trademark
int64 0
1
| unique_id
stringlengths 36
36
|
---|---|---|---|---|---|---|---|---|
0 | BSD-3-Clause | 0 | distributed under the under the terms of the Modified BSD License | 1 | BSD-3-Clause | 0 | 0802ddde-0474-453a-98f5-d783346d39d0 |
|
0 | QPL-1.0 OR GPL-2.0+ | 0 | as defined by Trolltech AS of Norway and appearing in the file
** LICENSE.QPL included in the packaging of this file.
**
** This file may be distributed and/or modified under the terms of the
** GNU General Public License version 2 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition
** licenses for Unix/X11 may use this file in accordance with the Qt Commercial
** License Agreement provided with the Software.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 2 | QPL-1.0 OR GPL-2.0-or-later | 0 | 080318c5-a78d-4d37-a5a6-ca78db785a2f |
|
0 | Any Firmware | 0 | REDISTRIBUTION: Permission is hereby granted, free of any license fees,
to any person obtaining a copy of this microcode (the "Software"), to
install, reproduce, copy and distribute copies, in binary form only, of
the Software and to permit persons to whom the Software is provided to
do the same, provided that the following conditions are met:
No reverse engineering, decompilation, or disassembly of this Software
is permitted.
Redistributions must reproduce the above copyright notice, this
permission notice, and the following disclaimers and notices in the
Software documentation and/or other materials provided with the
Software.
DISCLAIMER: THE USE OF THE SOFTWARE IS AT YOUR SOLE RISK. THE SOFTWARE
IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND AND COPYRIGHT
HOLDER AND ITS LICENSORS EXPRESSLY DISCLAIM ALL WARRANTIES, EXPRESS AND
IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
COPYRIGHT HOLDER AND ITS LICENSORS DO NOT WARRANT THAT THE SOFTWARE WILL
MEET YOUR REQUIREMENTS, OR THAT THE OPERATION OF THE SOFTWARE WILL BE
UNINTERRUPTED OR ERROR-FREE. THE ENTIRE RISK ASSOCIATED WITH THE USE OF
THE SOFTWARE IS ASSUMED BY YOU. FURTHERMORE, COPYRIGHT HOLDER AND ITS
LICENSORS DO NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE
OR THE RESULTS OF THE USE OF THE SOFTWARE IN TERMS OF ITS CORRECTNESS,
ACCURACY, RELIABILITY, CURRENTNESS, OR OTHERWISE.
DISCLAIMER: UNDER NO CIRCUMSTANCES INCLUDING NEGLIGENCE, SHALL COPYRIGHT
HOLDER AND ITS LICENSORS OR ITS DIRECTORS, OFFICERS, EMPLOYEES OR AGENTS
("AUTHORIZED REPRESENTATIVES") BE LIABLE FOR ANY INCIDENTAL, INDIRECT,
SPECIAL OR CONSEQUENTIAL DAMAGES (INCLUDING DAMAGES FOR LOSS OF BUSINESS
PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, AND THE
LIKE) ARISING OUT OF THE USE, MISUSE OR INABILITY TO USE THE SOFTWARE,
BREACH OR DEFAULT, INCLUDING THOSE ARISING FROM INFRINGEMENT OR ALLEGED
INFRINGEMENT OF ANY PATENT, TRADEMARK, COPYRIGHT OR OTHER INTELLECTUAL
PROPERTY RIGHT EVEN IF COPYRIGHT HOLDER AND ITS AUTHORIZED
REPRESENTATIVES HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN
NO EVENT SHALL COPYRIGHT HOLDER OR ITS AUTHORIZED REPRESENTATIVES TOTAL
LIABILITY FOR ALL DAMAGES, LOSSES, AND CAUSES OF ACTION (WHETHER IN
CONTRACT, TORT (INCLUDING NEGLIGENCE) OR OTHERWISE) EXCEED THE AMOUNT OF
US$10.
Notice: The Software is subject to United States export laws and
regulations. You agree to comply with all domestic and international
export laws and regulations that apply to the Software, including but
not limited to the Export Administration Regulations administered by the
U.S. Department of Commerce and International Traffic in Arm Regulations
administered by the U.S. Department of State. These laws include
restrictions on destinations, end users and end use | 4 | 0 | 08061b85-14c3-4757-a7d7-98bc1ac3ff03 |
||
0 | LPPL-1.3 | 0 | All the source files have the license type lppl | 2 | 0 | 081281d9-2cde-46b1-9702-5ac3c998f92d |
||
0 | Any reference local | 0 | drop t/v1*.t unit tests due to license issue | 2 | 0 | 08133d3a-0127-4ce7-92aa-939108e97b51 |
||
0 | GPL-2.0+ | 0 | free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version | 2 | GPL-2.0-or-later | 0 | 081a7f80-7035-4175-bb8d-b207716373f9 |
|
0 | GPL-Unspecified | guile | 0 | Please write more Guile benchmarks, and send them to [email protected].
We'll merge them into the distribution. All benchmark suites must be
licensed for our use under the GPL, but I don't think we're going to
collect assignment papers for them | 3 | 0 | 081c2a78-72bc-4938-a25b-bd83eaa3995a |
|
0 | GPL-2.0+ | 0 | All changes made to $SKIP4 files under the poppler project are by
people that accepts to license the code under GPLv2+ | 2 | GPL-2.0-or-later | 0 | 081d0ab1-8262-4350-aa79-10f6cb06e16b |
|
0 | Any CLA | 0 | @node License Notices for Code Examples
@subsection License Notices for Code Examples
When a code example in documentation is more than two or three lines,
and specific enough that people might want to copy and adapt it, we
suggest putting a copy of the example in a file of code and releasing
that under some free software license. That means it will be
released under two different licenses: in the manual under the GFDL,
and in the code example file under a software license.
If the example is important and nontrivial, and 40 lines or more, we
suggest releasing the code copy under the same license as the program
it pertains to. Otherwise, we recommend releasing it under the X11 license.
@node License Notices for Other Files
@subsection License Notices for Other Files
Small supporting files, short manuals (under 300 lines long) and rough
documentation (@file{README} files, @file{INSTALL} files, etc.)@: can
use a simple all-permissive license like this one:
@smallexample
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.
@end smallexample
Older versions of this license did not have the second sentence with
the express warranty disclaimer. There is no urgent need to update
existing files, but new files should use the new text.
If your package distributes Autoconf macros that are intended to be
used (hence distributed) by third-party packages under possibly
incompatible licenses, you may also use the above all-permissive
license for these macros.
These kinds of files can also be put in the public domain. If
publishing in the US, it is enough to insert a notice saying so.
Otherwise, use Creative Commons's CC0---See
@url{https://creativecommons.org/choose/zero | 1 | 0 | 081dd89e-8f86-422a-a2ad-8bcffee48b4c |
||
0 | GPL-2.0+ | mjpegtools | 0 | mpeg2enc is free software; you can redistribute new parts
* and/or modify under the terms of the GNU General Public License
* as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version | 2 | GPL-2.0-or-later | 0 | 08250770-c72e-40c5-9334-f384428d1ea0 |
0 | GPL-Unspecified | 0 | distributed under the
GNU General Public Library Lincense. The
conditions can be found in the files LICENSE and | 3 | 0 | 0829eb57-346b-4238-aa95-d70763ba4296 |
||
0 | Any reference remote | libqt4 | 0 | source>You need a commercial Qt license for development of proprietary (closed source) applications. Please see <a href="http://qt.nokia.com/company/about/businessmodel">http://qt.nokia.com/company/about/businessmodel</a> for an overview of Qt licensing.</source>
<translation type="obsolete">您需要商業版的 Qt 授權才能發展私有(封閉)應用程式軟體。關於 Qt 授權的概要,請參考 <a href="http://qt.nokia.com/company/about/businessmodel">http://qt.nokia.com/company/about/businessmodel</a>。</translation | 2 | 0 | 082b5ba7-2b01-4025-8058-6fe9e609f9c9 |
|
0 | GPL-2.0 | thai-fonts | 0 | Copying & License
=================
Norasi and Garuda, from The Thai Natinal Founts project, under TLWG's
maintennace are licensed under GNU General Public License Version 2.
Plese see GPL file at the top directory for the license material | 2 | GPL-2.0-only | 0 | 082c6158-b771-4200-b672-7f17820ce336 |
0 | GPL-3.0+ | 0 | GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from | 3 | GPL-3.0-or-later | 0 | 082dc5db-34bd-4a19-b52f-ae81bf3fed47 |
|
0 | GPL-2.0+ | 0 | fprintf(stderr,"Author: $SKIP30, licensed under the GPL Version 2 or later | 2 | GPL-2.0-or-later | 0 | 082dd3ec-3aec-4e7f-bb2d-fe9092c1ba11 |
|
0 | GPL-Unspecified | 0 | 8,7 +8,7 @@ GNU General Public License
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA | 3 | 0 | 08303cee-0ee3-4fae-aaf2-d9c33b09d67e |
||
0 | Novell SLA | 0 | ONDERDELEN) TE INSTALLEREN OF ANDERSZINS TE GEBRUIKEN, GAAT U AKKOORD MET
DE VOORWAARDEN IN DEZE OVEREENKOMST. ALS U NIET AKKOORD GAAT MET DE
VOORWAARDEN, MAG U DE SOFTWARE NIET DOWNLOADEN, INSTALLEREN OF GEBRUIKEN.
RECHTEN EN LICENTIES
De softwarelicentieovereenkomst van Novell ("Overeenkomst") is een wettige
Overeenkomst tussen u (een instelling of een persoon) en Novell, Inc.
("Novell"). De in deze Overeenkomst genoemde naam van het softwareproduct,
de eventuele media en de bijbehorende documentatie (hierna te noemen de
"Software") vallen onder de wet op het copyright en de verdragen van de
Verenigde Staten (de "V.S.") en andere landen en zijn onderworpen aan de
voorwaarden van deze Overeenkomst. Een update of een ondersteuningsrelease
voor de Software die u downloadt of ontvangt en die niet vergezeld gaat van
een licentieovereenkomst die expliciet deze Overeenkomst vervangt, is
Software waarop deze Overeenkomst van toepassing is. Als de Software een
update of ondersteuningsrelease is, moet u beschikken over een correct
aantal geldige licenties van de Software die wordt bijgewerkt of
ondersteund om de update of ondersteuningsrelease te mogen installeren of
gebruiken.
De Software is een modulair besturingssysteem dat bestaat uit talrijke
onderdelen die mogelijk worden geleverd met afzonderlijke
licentievoorwaarden. De Software is een collectief werk van Novell; Novell
heeft geen auteursrechten op alle onderdelen van de Software, maar Novell
heeft wel het auteursrecht op het collectieve werk waaruit de Software
bestaat.
De meeste onderdelen zijn pakketten met open broncode, zijn onafhankelijk
ontwikkeld en worden geleverd met afzonderlijke licentievoorwaarden. Uw
licentierechten met betrekking tot afzonderlijke onderdelen die worden
geleverd met afzonderlijke licentievoorwaarden, worden gedefinieerd door
die voorwaarden. Niets in deze Overeenkomst zal eventuele rechten of
verplichtingen die u hebt of voorwaarden waaraan u zich moet houden,
beperken of op andere wijze beďnvloeden onder dergelijke
licentievoorwaarden. Als u echter exemplaren van een onderdeel
onafhankelijk van de Software verspreidt, moet u alle handelsmerken,
productontwerpen en logo's van Novell verwijderen van alle exemplaren.
U mag de Software binnen uw Organisatie onbeperkt gebruiken en kopiëren.
Buiten uw organisatie mag u gewijzigde exemplaren van de Software onbeperkt
kopiëren en verspreiden mits u alle handelsmerken, productontwerpen en
logo's van Novell verwijdert van alle gewijzigde kopieën van de Software.
Onder het begrip "Organisatie" wordt verstaan een juridische entiteit
exclusief dochtermaatschappijen en gelieerde ondernemingen die een eigen
entiteit vormen en afzonderlijk aangifte doen bij de Belastingdienst.
Voorbeelden van een Organisatie in de particuliere sector zijn bedrijven,
vennootschappen en trusts, exclusief dochtermaatschappijen en gelieerde
ondernemingen van de organisatie met een eigen belastingidentificatienummer
of bedrijfsregistratienummer. In de openbare sector zijn specifieke
overheidsinstanties of lokale overheden voorbeelden van een Organisatie.
OVERIGE LICENTIEVOORWAARDEN EN -BEPERKINGEN
De Software valt onder de wet op het auteursrecht en de verdragen van de
Verenigde Staten (de "V.S.") en andere landen en zijn onderworpen aan de
voorwaarden van deze Overeenkomst. De Software is niet aan u verkocht, maar
aan u in licentie gegeven | 2 | 0 | 0833e0c8-8847-4c46-beb2-96f2948c26fb |
||
0 | GPL-Unspecified | 0 | Comment The License GNU General Public License | 3 | 0 | 083704da-5e0b-4f43-b224-4899ddec50ac |
||
0 | MPL-2.0 | 0 | This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* $SKIP12
*
* Copyright © 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
* liability, trademark and document use rules apply | 3 | MPL-2.0 | 0 | 08384edb-934d-44c1-8352-257ac842f99e |
|
0 | HPND | 0 | Permission to use, copy, modify, distribute, and sell this software
for any purpose is hereby granted without fee, provided
that (i) the above copyright notices and this permission notice appear in
all copies of the software and related documentation, and (ii) the names of
Mike Johnson and BancTec may not be used in any advertising or
publicity relating to the software.
THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
IN NO EVENT SHALL MIKE JOHNSON OR BANCTEC BE LIABLE FOR
ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE | 1 | HPND | 0 | 083b6a2f-bc5e-4e28-9211-3d2226444c53 |
|
0 | GPL-3.0+ | 0 | released under the terms of the GNU General Public License, version 3 or later | 3 | GPL-3.0-or-later | 0 | 0843bea6-f6b7-4a79-be52-38fbcef936ed |
|
0 | Any reference local | digikam | 0 | There are many good interpolation (demosaic) methods implemented in open-source
world.
Unfortunately, some of these methods are distributed under the terms of
different versions of GNU General Public License (GPL). So it is not possible
to include implementation of these demosaics into the LibRaw distribution
because LibRaw is distributed under more liberal licenses (LGPL and CDDL).
Of course, it is possible to distribute these demosaic methods in separate
packages and use within LibRaw under following conditions:
* LibRaw is used under the terms of LGPL license which is GPL-compatible | 2 | 0 | 084440a9-4723-4958-ae7c-5b196664a206 |
|
0 | GPL-Unspecified | asciidoc | 0 | Copyright (C) 2002\-2011 Stuart Rackham\&. Free use of this software is granted under the terms of the GNU General Public License (GPL | 3 | 0 | 0844c499-6da4-4176-9403-2d5985d64094 |
|
0 | Apache-2.0 OR BSD-3-Clause | hawk2 | 0 | Bootstrap Multiselect v0.9.8 (https://github.com/davidstutz/bootstrap-multiselect)
*
* Copyright 2012 - 2014 David Stutz
*
* Dual licensed under the BSD-3-Clause and the Apache License, Version 2.0.
*/
!function | 2 | Apache-2.0 OR BSD-3-Clause | 0 | 0847c3cf-6e4c-441c-86dc-821918bb858e |
0 | GPL-Unspecified | 0 | printf("This software comes with ABSOLUTELY NO WARRANTY. "
"This is free software,\n"
"and you are welcome to modify and redistribute it under the GPL license | 3 | 0 | 084965e1-ca2c-4bb1-99b6-1b911aafda07 |
||
0 | Any unresolved | netpbm | 0 | and its documentation may be used, copied, modified,
* and distributed for any purpose without fee, provided:
* -- The above copyright notice appears in all copies.
* -- This disclaimer appears in all source code copies.
* -- The names of M.I.T. and the CRL are not used in advertising
* or publicity pertaining to distribution of the software
* without prior specific written permission from me or CRL.
* I provide this software freely as a public service. It is NOT a
* commercial product, and therefore is not subject to an an implied
* warranty of merchantability or fitness for a particular purpose. I
* provide it as is, without warranty.
* This software is furnished only on the basis that any party who
* receives it indemnifies and holds harmless the parties who furnish
* it against any claims, demands, or liabilities connected with using
* it, furnishing it to others, or providing it to a third party | 5 | 0 | 084a609e-412c-4e58-b8a8-694d97cb6f34 |
|
0 | WTFPL | 0 | license update: SUSE-WTFPL-2.0
Use an SPDX compatible license (http://www.spdx.org/licenses or choose
from the spreadsheet linked at license.opensuse.org | 1 | WTFPL | 0 | 084b2ba5-b6e0-4489-bf6f-b0291ee6de98 |
|
0 | Apache-2.0 | 0 | Licensed under the Apache Software License, Version 2.0 | 3 | Apache-2.0 | 0 | 084cdc35-7f9e-49bd-a7fb-37bb0d8c6c67 |
|
0 | Any perm rename | 0 | Any modified versions of this file must be renamed
%% with new filenames distinct from cv.bst.
%% For distribution of the original source see the terms
%% for copying and modification in the file chembst.dtx.
%%
%% This generated file may be distributed as long as the
%% original source files, as listed above, are part of the
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory | 3 | 0 | 084d68d3-3eb4-45e7-a571-fbc7ba9168bb |
||
0 | LGPL-2.1+ | 0 | licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution | 1 | LGPL-2.1-or-later | 0 | 084ee734-af9e-4ae4-b6cf-dab8fcf47796 |
|
0 | Any perm mark changes | 0 | All rights reserved.
- This software is distributed in the hope that it will be
- useful, but with NO WARRANTY OF ANY KIND.
- No author or distributor accepts responsibility to anyone for the
- consequences of using this software, or for whether it serves any
- particular purpose or works at all, unless he or she says so in
- writing. Everyone is granted permission to copy, modify and
- redistribute this source code, for commercial or non-commercial
- purposes, with the following restrictions: (1) the origin of this
- source code must not be misrepresented; (2) modified versions must
- be plainly marked as such; and (3) this notice may not be removed
- or altered from any source or modified source distribution | 2 | 0 | 0851881d-850d-4f9d-8b5a-5a6b52ead95a |
||
0 | BSD-3-Clause | 0 | Unless otherwise noted, the Snappy-Go source files are distributed
under the BSD-style license found in the LICENSE file | 1 | BSD-3-Clause | 0 | 08578fcb-d1b0-4be9-9492-333222409e6c |
|
0 | GPL-2.0 OR GPL-3.0 | R-base | 0 | subsection{LICENCE}{
\itemize{
\item No parts of \R are now licensed solely under GPL-2. The
licences for packages \CRANpkg{rpart} and \CRANpkg{survival} have been
changed, which means that the licence terms for \R as distributed
are GPL-2 | GPL-3 | 2 | GPL-2.0-only OR GPL-3.0-only | 0 | 0857e030-5b69-46b6-90ef-7012ed14a7f8 |
0 | GPL-2.0+ | 0 | All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* You should have received a copy of the GNU General Public License
* (for example /usr/src/linux/COPYING); if not, write to the Free | 2 | GPL-2.0-or-later | 0 | 085f6fb7-e6fb-432c-aedf-a78c5aef0143 |
|
0 | Any unresolved | 0 | Many rights reserved | 5 | 0 | 086000b1-3cd9-4c95-a85b-7bf3b725ac63 |
||
0 | MIT | 0 | available under either the MIT/Expat license (see above)
* or the public domain | 1 | MIT | 0 | 08620a15-1cd0-41a7-a07b-c44eab41acec |
|
0 | MPL-1.1 OR LGPL-2.1+ | fpc | 0 | Copyright (C) 2000, 2001 Robert Marquardt. }
{ }
{ Obtained through: }
{ Joint Endeavour of Delphi Innovators (Project JEDI) }
{ }
{ You may retrieve the latest version of this file at the Project }
{ JEDI home page, located at http://delphi-jedi.org }
{ }
{ The contents of this file are used with permission, subject to }
{ the Mozilla Public License Version 1.1 (the "License"); you may }
{ not use this file except in compliance with the License. You may }
{ obtain a copy of the License at }
{ http://www.mozilla.org/NPL/NPL-1_1Final.html }
{ }
{ Software distributed under the License is distributed on an }
{ "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or }
{ implied. See the License for the specific language governing }
{ rights and limitations under the License | 2 | MPL-1.1 OR LGPL-2.1-or-later | 0 | 08621406-228c-4fe8-a470-a6f44a5a496e |
0 | BSD-3-Clause | 0 | Brian Granger
* $SKIP30 Some of the code in this file comes from enthought.traits
and is licensed under the BSD license. Also, many of the ideas also come
from enthought.traits even though our implementation is very different | 1 | BSD-3-Clause | 0 | 0865ba7b-4be7-471d-a2e8-133195a6ceb8 |
|
0 | MPL-1.1 OR GPL-2.0+ | 0 | The contents of this file are subject to the Mozilla Public
License Version 1.1 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
implied. See the License for the specific language governing
rights and limitations under the License.
The initial developer of the original code is $SKIP10
$SKIP19 Portions created by $SKIP10 are
Copyright (C) $SKIP19 All Rights Reserved.
Alternatively, the contents of this file may be used under the
terms of the GNU Public License version 2 (the "GPL"), in which
case the provisions of the GPL are applicable instead of the
above. If you wish to allow the use of your version of this file
only under the terms of the GPL and not to allow others to use
your version of this file under the MPL, indicate your decision
by deleting the provisions above and replace them with the notice
and other provisions required by the GPL. If you do not delete
the provisions above, a recipient may use your version of this
file under either the MPL or the GPL | 2 | MPL-1.1 OR GPL-2.0-or-later | 0 | 0865e5c8-6ff4-4480-a203-8ef1985359cf |
|
0 | GPL-2.0+ OR MIT | 0 | jqPlot is currently available for use in all personal or commercial projects
* under both the MIT and GPL version 2.0 licenses. This means that you can
* choose the license that best suits your project and use it accordingly.
*
* See <GPL Version 2> and <MIT License> contained within this distribution for further information.
*
* The author would appreciate an email letting him know of any substantial
* use of jqPlot. You can reach the author at: chris dot leonello at gmail
* dot com or see http://www.jqplot.com/info.php. This is, of course, not required.
*
* If you are feeling kind and generous, consider supporting the project by
* making a donation at: http://www.jqplot.com/donate.php | 1 | GPL-2.0-or-later OR MIT | 0 | 086635b4-864c-41e5-9200-a811b6ca9549 |
|
0 | EPL-1.0 | 0 | 2003, 2005, 2006, 2008
*
* THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
* ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
* CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
*
* You can obtain a current copy of the Eclipse Public License from
* http://www.opensource.org/licenses/eclipse-1.0.txt
*
* Author: Adrian Schuur <[email protected]>
* Contributors: Konrad Rzeszutek <[email protected] | 4 | EPL-1.0 | 0 | 0866ad3e-d142-4b34-a43b-1920ee1718a4 |
|
0 | Any reference local | 0 | Copied from rlm_files, and NOT under the same copyright
* as the rest of the module!
*
* Also, it is UNNECESSARY to read the "users" file here!
* Doing this shows a misunderstanding of how the server works | 2 | 0 | 08676420-3a84-4187-81a9-7c6cc6e815ee |
||
0 | OpenSSL | 0 | Portions of the attached software ("Contribution") are developed by
* SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
*
* The Contribution is licensed pursuant to the OpenSSL open source
* license provided above | 3 | OpenSSL | 0 | 086ac107-9cdb-442d-9efd-1384ad6722d2 |
|
0 | GPL-2.0 | nmap | 0 | code. Nmap will always be available Open Source, but this is important *
* because the inability to relicense code has caused devastating problems *
* for other Free Software projects (such as KDE and NASM). We also *
* occasionally relicense the code to third parties as discussed above. *
* If you wish to specify special license conditions of your *
* contributions, just say so when you send them. *
* *
* This program is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* General Public License v2.0 for more details *
* (http://www.gnu.org/licenses/gpl-2.0.html | 2 | GPL-2.0-only | 0 | 086d5b89-d0fd-4c3e-9b82-5690593c81f1 |
0 | GFDL-1.2 | 0 | hypertarget{copyright}{}
\noindent Copyright \copyright 2003--\the\year{} \CTeX{} and all the
Contributors to \CTeX{} FAQ. All rights reserved.
\noindent \CTeX{}~以及~\CTeX{} FAQ~的作者拥有版权~\copyright
2003--\the\year{}。保留所有权利。
\noindent Permission is granted to copy, distribute and/or modify
this document under the terms of the
\href{http://www.gnu.org/licenses/fdl.html}{GNU Free Documentation
License}, Version 1.2 or any later version published by the
\href{http://www.gnu.org}{Free Software Foundation}; with the
Invariant Sections being Contributors, no Front-Cover Texts, and
no Back-Cover Texts | 1 | GFDL-1.2-only | 0 | 08720ca2-75cf-4f7a-96ab-3ed2c6102dae |
|
0 | Unknown License | 0 | free software; you can redistribute it and/or modify it under
the terms of the (at your option):
- [Apache License v2.0](http://apache.org/licenses/LICENSE-2.0.txt), or
- [GNU General Public License v2.0](http://gnu.org/licenses/gpl-2.0.txt | 6 | 0 | 08732485-e6ff-483e-b73f-b33d0343b775 |
||
0 | CNRI scgi | python-scgi | 0 | AGREEMENT.
1. This LICENSE AGREEMENT is between Corporation for National
Research Initiatives, having an office at 1895 Preston White
Drive, Reston, VA 20191 ("CNRI"), and the Individual or
Organization ("Licensee") copying, installing or otherwise using
scgi-1.10 software in source or binary form and its associated
documentation ("scgi-1.10").
2. Subject to the terms and conditions of this License Agreement,
CNRI hereby grants Licensee a nonexclusive, royalty-free, world-
wide license to reproduce, analyze, test, perform and/or display
publicly, prepare derivative works, distribute, and otherwise use
scgi-1.10 alone or in any derivative version, provided, however,
that CNRI's License Agreement and CNRI's notice of copyright,
i.e., "Copyright (c) 2004 Corporation for National Research
Initiatives; All Rights Reserved" are retained in scgi-1.10 alone
or in any derivative version prepared by Licensee.
3. In the event Licensee prepares a derivative work that is based on
or incorporates scgi-1.10 or any part thereof, and wants to make
the derivative work available to others as provided herein, then
Licensee hereby agrees to include in any such work a brief
summary of the changes made to scgi-1.10.
4. CNRI is making scgi-1.10 available to Licensee on an "AS IS"
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO
AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY
OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF SCGI-1.10
WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF SCGI-
1.10 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING SCGI-
1.10, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
POSSIBILITY THEREOF.
6. This License Agreement will automatically terminate upon a
material breach of its terms and conditions.
7. This License Agreement shall be governed by and interpreted in
all respects by the law of the State of Virginia, excluding
Virginia's conflict of law provisions. Nothing in this License
Agreement shall be deemed to create any relationship of agency,
partnership, or joint venture between CNRI and Licensee. This
License Agreement does not grant permission to use CNRI
trademarks or trade name in a trademark sense to endorse or
promote products or services of Licensee, or any third party.
8. By copying, installing or otherwise using scgi-1.10, Licensee
agrees to be bound by the terms and conditions of this License
Agreement | 3 | 0 | 087408d0-f915-4c3b-ac09-62489c4270be |
|
0 | AGPL-3.0 | 0 | free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, version 3 (AGPLv3).
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses | 3 | AGPL-3.0-only | 0 | 0875e864-337c-4d34-8a93-addd2cd8401f |
|
0 | GPL-Unspecified | nut | 0 | Creating new client
===================
NUT provides bindings for several common languages that are
presented below. All these are released under the same license as
NUT (the GNU General Public License | 3 | 0 | 08762006-9237-47ff-b406-a01cfbc7faa3 |
|
0 | GFDL-1.1 | 0 | Se concede permiso para copiar, distribuir o modificar este documento según las condiciones de la GNU Free Documentation License (GFDL), Versión 1.1 o cualquier versión posterior publicada por la Free Software Foundation sin Secciones invariantes, Textos de portada y Textos de contraportada. Encontrará una copia de la GFDL en este <ulink type="help" url="help:fdl">enlace</ulink> o en el archivo COPYING-DOCS distribuido con este manual.</para>
<para>Este manual es parte de la colección de manuales MATE distribuidos bajo el GFDL. Si quiere distribuir este manual separadamente de la colección, puede hacerlo añadiendo una copia de la licencia al manual, como está descrito en la sección 6 de la licencia.</para | 1 | GFDL-1.1-only | 0 | 08763345-af3a-419a-bec8-2fd8ff7efaf9 |
|
0 | TSRM | 0 | This source file is subject to the TSRM license, that is bundled |
| with this package in the file LICENSE | 1 | 0 | 087abec9-0e5d-4067-8b75-d66379861feb |
||
0 | Any reference local | xmahjongg | 0 | The default tileset was originally created in color by Dorothy Robinson
<[email protected]> with Mark A. Holm <[email protected]>. The
publically available version was in black-and-white. Holm copyrighted the
tiles in 1988, giving permission to copy and distribute for non-profit
purposes. The significantly altered color version that comes with
.B xmahjongg
was created by Eddie Kohler in 1993. The `small' tileset was found at
http://www.mahjongg.com/, and is presumably by Berrie Bloem. The `gnome'
and `gnome2' tilesets were created by Jonathan Buzzard and Max Watson. The
`dorothys' and `dorwhite' tilesets were made by Dorothy Robinson | 2 | 0 | 087ae2a0-f289-4d33-b7c1-5658c9dec142 |
|
0 | GPL-Unspecified | 0 | redistributed
* as per the GNU copyleft | 3 | 0 | 087b7198-6c98-460d-b11b-12370777bc76 |
||
0 | Any reference local | 0 | You are receiving a copy of GNU Glib, Version: 2.58.2 in either source or
object code in the JavaFX runtime or JavaFX SDK. The terms of the
Oracle license do NOT apply to the GNU Glib, Version: 2.58.2; it is
licensed under the following license, separately from the Oracle programs | 2 | 0 | 087cb695-0d14-4c28-9b9a-7a2a402381e6 |
||
0 | CPL-1.0 | sleuthkit | 0 | LICENSE
=============================================================================
The file system tools (in the src/fstools directory) are released
under the IBM open source license and Common Public License, both
are located in the license directory. The modifications to 'mactime'
from the original 'mactime' in TCT and 'mac-daddy' are released
under the Common Public License. Other tools in the src directory
are either Common Public License or the GNU Public License | 4 | CPL-1.0 | 0 | 087db4f5-94ab-456d-bab3-37f282fd7f1b |
0 | BSD-3-Clause | 0 | Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. The name of the author may not be used to endorse or promote
products derived from this software without specific prior
written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE | 1 | BSD-3-Clause | 0 | 087dbad8-1488-4a15-b838-a2b2c5eb61c5 |
|
0 | GPL-2.0+ OR Artistic-1.0 | 0 | Classifier: License :: OSI Approved :: Artistic License
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+ | 2 | GPL-2.0-or-later OR Artistic-1.0 | 0 | 088207ca-05be-491b-8ed3-ceb17d66f38a |
|
0 | Ruby | 0 | LICENSE:
#
# Copyright (c) $SKIP19
#
# Ruby License
#
# This module is free software. You may use, modify, and/or redistribute this
# software under the same terms as Ruby | 2 | Ruby | 0 | 088250f3-23d2-478f-9c1d-9bf9e0c969d8 |
|
0 | Any reference local | 0 | For license information see LICENSE. What's new is described in NEWS. Known
bugs are in BUGS. All authors are mentioned in AUTHORS | 2 | 0 | 08844116-f088-4ee2-9999-582d92c1ae85 |
||
0 | CC-BY-SA-3.0 | rawstudio | 0 | dngclr:Copyright>CC-BY-SA 3.0, rawstudio.org</dngclr:Copyright | 3 | CC-BY-SA-3.0 | 0 | 08861a4e-8919-4535-97da-25ad56d7fb11 |
0 | GPL-Unspecified | 0 | Added GNU GPL License information | 3 | 0 | 0889a1e7-f91a-4fa6-a71a-8854caa14b95 |
||
0 | GPL-2.0 | 0 | free software project under constant redesign and
evolution, released under the GPL terms (version 2)</li>
| 3 | GPL-2.0-only | 0 | 0889b99f-cd8c-4eeb-b223-eecfa56ad784 |
|
0 | LGPL-2.1 | 0 | licensed under Version 2.1 of the GNU
* Lesser General Public License. See lesser.txt for a text of the license | 1 | LGPL-2.1-only | 0 | 088ba83e-5d6b-4bf1-906d-46a9b2db0abb |
|
0 | EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception | 0 | and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
* distribution and is available at https://www.eclipse.org/legal/epl-2.0/
* or the Apache License, Version 2.0 which accompanies this distribution and
* is available at https://www.apache.org/licenses/LICENSE-2.0.
*
* This Source Code may also be madpe available under the following
* Secondary Licenses when the conditions for such availability set
* forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
* General Public License, version 2 with the GNU Classpath
* Exception [1] and GNU General Public License, version 2 with the
* OpenJDK Assembly Exception [2].
*
* [1] https://www.gnu.org/software/classpath/license.html
* [2] http://openjdk.java.net/legal/assembly-exception.html
*
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH
Assembly-exception | 2 | 0 | 088ed0e3-65ff-41fc-a11f-1686f5d1c2cb |
||
0 | Repoze Public License | python-repoze.sphinx.autointerface | 0 | Legal Effect of Contribution
----------------------------
Upon submitting a change or new work to a Repoze Project source Repository (a
"Contribution"), you agree to assign, and hereby do assign, a one-half
interest of all right, title and interest in and to copyright and other
intellectual property rights with respect to your new and original portions
of the Contribution to Agendaless Consulting. You and Agendaless Consulting
each agree that the other shall be free to exercise any and all exclusive
rights in and to the Contribution, without accounting to one another,
including without limitation, the right to license the Contribution to others
under the Repoze Public License. This agreement shall run with title to the
Contribution. Agendaless Consulting does not convey to you any right, title
or interest in or to the Program or such portions of the Contribution that
were taken from the Program. Your transmission of a submission to the Repoze
Project source Repository and marks of identification concerning the
Contribution itself constitute your intent to contribute and your assignment
of the work in accordance with the provisions of this Agreement.
License Terms
-------------
Code committed to the Repoze Project source repository (Committed Code) must
be governed by the Repoze Public License (http://repoze.org/LICENSE.txt, aka
"the RPL") or another license acceptable to Agendaless Consulting. Until
Agendaless Consulting declares in writing an acceptable license other than
the RPL, only the RPL shall be used. A list of exceptions is detailed within
the "Licensing Exceptions" section of this document, if one exists.
Representations, Warranty, and Indemnification
----------------------------------------------
Contributor represents and warrants that the Committed Code does not violate
the rights of any person or entity, and that the Contributor has legal
authority to enter into this Agreement and legal authority over Contributed
Code. Further, Contributor indemnifies Agendaless Consulting against
violations | 2 | 0 | 08908e37-5b5d-48c7-a7cb-7011b95ccd8a |
|
0 | GPL-2.0 | 0 | free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Driver for the MMC / SD / SDIO IP found in:
*
* TC6393XB, TC6391XB, TC6387XB, T7L66XB, ASIC3, SH-Mobile SoCs
*
* This driver draws mainly on scattered spec sheets, Reverse engineering
* of the toshiba e800 SD driver and some parts of the 2.4 ASIC3 driver (4 bit
* support). (Further 4 bit support from a later datasheet | 2 | GPL-2.0-only | 0 | 08950fa0-3e8a-4ab3-98d0-f6fda827b55c |
|
0 | GPL-2.0+ OR Commercial | 0 | The MySQL software has Dual Licensing, which means you can use the MySQL
software free of charge under the GNU General Public License
(http://www.gnu.org/licenses/). You can also purchase commercial MySQL
licenses from ${CPACK_PACKAGE_VENDOR} if you do not wish to be
bound by the terms of the GPL. See the chapter "Licensing and Support | 2 | 0 | 089c1b8f-cdee-443e-82e8-21d7a5fcd157 |
||
0 | MIT | 0 | was originally imported from deep_merge by $SKIP30
# deep_merge is available under the MIT license from
# http://trac.misuse.org/science/wiki/DeepMerge | 1 | MIT | 0 | 089d1d2e-9489-4842-a10b-128f205d4ec0 |
|
0 | GPL-2.0 OR ANY | 0 | free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 2, or (at your option)
dnl any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
dnl 02110-1301, USA.
dnl
dnl As a special exception, the copyright owners of the
dnl macro gives unlimited permission to copy, distribute and modify the
dnl configure scripts that are the output of Autoconf when processing the
dnl Macro. You need not follow the terms of the GNU General Public
dnl License when using or distributing such scripts, even though portions
dnl of the text of the Macro appear in them. The GNU General Public
dnl License (GPL) does govern all other use of the material that
dnl constitutes the Autoconf Macro.
dnl
dnl This special exception to the GPL applies to versions of the
dnl Autoconf Macro released by this project. When you make and
dnl distribute a modified version of the Autoconf Macro, you may extend
dnl this special exception to the GPL to apply to your modified version as
dnl well | 1 | 0 | 089d6139-b534-42bb-982e-5d35ef769c70 |
||
0 | GPL-3.0+ WITH OpenSSL-exception | 0 | License: GPL-3+ with OpenSSL exception
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
In addition, as a special exception, the author of this
program gives permission to link the code of its
release with the OpenSSL project's "OpenSSL" library (or
with modified versions of it that use the same license as
the "OpenSSL" library), and distribute the linked
executables. You must obey the GNU General Public
License in all respects for all of the code used other
than "OpenSSL". If you modify this file, you may extend
this exception to your version of the file, but you are
not obligated to do so. If you do not wish to do so,
delete this exception statement from your version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses | 2 | 0 | 089e8acb-f5fb-442d-9cd7-d2ccbcf8bc16 |
||
0 | Public-Domain | 0 | This source code is public domain. You can relicense this code
* under whatever license you want | 1 | 0 | 08a5189f-9560-4aba-b53c-fea5bbe7d7e8 |
||
0 | WTFPL | 0 | Changed the licensing to WTFPL, as per all copyright holders' permission | 1 | WTFPL | 0 | 08a58fb8-a88a-4409-812d-37f4cc6bf372 |
|
0 | Apache-2.0 | 0 | APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright {yyyy} {name of copyright owner}
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License | 3 | Apache-2.0 | 0 | 08a85ace-5d3f-4835-8ef2-a983f3027a67 |
|
0 | GPL-Unspecified | xmgrace | 0 | HREF="http://plasma-gate.weizmann.ac.il/Grace/">Grace home page</A>.</P>
<P>When its copyright was changed to GPL, the name was changed to Grace,
which stands for ``GRaphing, Advanced Computation and Exploration of
data'' or ``Grace Revamps ACE/gr''. The first version of Grace available
is named 5.0.0, while the last public version of Xmgr has the version | 3 | 0 | 08a9174d-3991-4d65-92e1-4c5a9b61b27d |
|
0 | Apache-2.0 | 0 | Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at | 3 | Apache-2.0 | 0 | 08ad35f6-a1b0-44cb-a92e-e2e4d792aa73 |
|
0 | LGPL-2.1+ | 0 | WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details | 1 | LGPL-2.1-or-later | 0 | 08af9149-f12b-4597-95a5-b7fa97e8001d |
|
0 | GPL-Unspecified | 0 | 1.3) Is GnuPG free to use for personal or commercial use?
Yes. GnuPG is part of the GNU family of tools and applications built
and provided in accordance with the Free Software Foundation (FSF)
General Public License (GPL). Therefore the software is free to copy,
use, modify and distribute in accordance with that license. Please
read the file titled COPYING that accompanies the application for | 2 | 0 | 08b09d6d-7690-4f86-b540-f59681f33d1a |
||
0 | ISC | xfig | 0 | Original Copyright (c) $SKIP1 by $SKIP10 Parts Copyright (c) 1989-2002 by Brian V. Smith Parts Copyright (c) 1991 by Paul King Other Copyrights may be found in various files Main Xfig copyright notice: Any party obtaining a copy of these files is granted, free of charge, a full and unrestricted irrevocable, world-wide, paid up, royalty-free, nonexclusive right and license to deal in this software and documentation files (the "Software"), including without limitation the rights to use, copy, modify, merge, publish and/or distribute copies of the Software, and to permit persons who receive copies from any such party to do so, with the only requirement being that this copyright notice remain intact. No representations are made about the suitability of this software for any purpose. It is provided ``as is'' without express or implied warranty | 1 | ISC | 0 | 08b128e1-f6aa-4842-b3f9-b85e069a6fdd |
0 | GPL-Unspecified | 0 | All rights reserved.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* The full GNU General Public License is included in this distribution in the
* file called LICENSE | 3 | 0 | 08b1f522-a8bb-402e-8e34-bc39d50f2628 |
||
0 | BSD-3-Clause | 0 | LICENSE:
*
* Copyright (c) $SKIP19
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * The names of the authors may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE | 1 | BSD-3-Clause | 0 | 08b399ca-be93-4637-a89a-896cd0ef2452 |
|
0 | Any Permissive | 0 | Permission to use, copy, modify, and distribute this software is
freely granted, provided that the above copyright notice, this notice
and the following disclaimer are preserved with no changes.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE | 1 | 0 | 08b639d2-600f-40c3-8b58-128038562738 |
||
0 | Any reference local | 0 | The Graphics Gems code is copyright-protected. In other words, you cannot
claim the text of the code as your own and resell it. Using the code is
permitted in any program, product, or library, non-commercial or commercial.
Giving credit is not required, though is a nice gesture. The code comes as-is,
and if there are any flaws or problems with any Gems code, nobody involved with
Gems - authors, editors, publishers, or webmasters - are to be held
responsible. Basically, don't be a jerk, and remember that anything free
comes with no guarantee | 2 | 0 | 08b8ae26-4e64-4ea3-a855-73e6a3d88bc9 |
||
0 | Any permissive doc nomod | perl-PDL | 0 | Copyright (C) 1997 Christian Soeller ([email protected]) & Tuomas
J. Lukka ([email protected]). All rights reserved. Although destined for
release as a man page with the standard PDL distribution, it is not
public domain. Permission is granted to freely distribute verbatim
copies of this document provided that no modifications outside of
formatting be made, and that this notice remain intact. You are
permitted and encouraged to use its code and derivatives thereof in
your own source code for fun or for profit as you see fit | 2 | 0 | 08ba5d13-cbfe-4a59-81d5-a6aef654feae |
|
0 | CC-BY-3.0 | 0 | Please also note that the existing documentation is licensed
* under Creative Commons terms which require attribution to the
* iPXE project and prohibit the alteration or removal of any | 2 | CC-BY-3.0 | 0 | 08bcc197-e691-4243-967f-d443e802c978 |
|
0 | Any Permissive | 0 | contains embed functions for common plugins. This scripts are complety free to use for any purpose | 1 | 0 | 08bcee01-c4d3-40b1-8bcc-c0c5a094783c |
||
0 | Apache-2.0 | 0 | Important:** By submitting a patch, you agree to allow the project owners to license your work under the [Apache 2.0
License](./LICENSE | 3 | Apache-2.0 | 0 | 08be1756-040d-4cfd-beef-607cb1e8577e |
|
0 | GPL-2.0 | 0 | freely redistributed under the terms of the GNU
# general public license version 2.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses | 2 | GPL-2.0-only | 0 | 08c93817-7416-45ea-b95e-5b7b0150172c |
|
0 | OFL-1.1 | 0 | FONTLOG for Anonymous Pro
This file provides detailed information on the Anonymous Pro Font Software. This information should be distributed along with the Anonymous Pro fonts and any derivative works.
Anonymous Pro is a family of four fixed-width fonts designed especially with coding in mind. Characters that could be mistaken for one another (O, 0, I, l, 1, etc.) have distinct shapes to make them easier to tell apart in the context of source code.
Anonymous Pro is distributed with the Open Font License (OFL).
For more information, see the file "README for Anonymous Pro".
Mark Simonson
September 8, 2010
Mark Simonson Studio LLC
http://www.ms-studio.com
[email protected] | 3 | OFL-1.1 | 0 | 08cc9706-1830-46d5-ba90-3a048e1feba5 |
|
0 | Any reference remote | 0 | The full license is available here:
http://source.icu-project.org/repos/icu/icu/trunk/license.html | 2 | 0 | 08cdffe2-0142-4f66-814e-263573b53c44 |
||
0 | Artistic-1.0-Perl OR GPL-1.0+ | 0 | redistribute it and/or modify it under the same terms as Perl itself | 2 | Artistic-1.0-Perl OR GPL-1.0-or-later | 0 | 08d14705-68de-4cac-afa9-eb6fed59805a |
|
0 | BSD-3-Clause | 0 | All rights reserved.
//
// Contributed 2001 by the Intel Numerics Group, Intel Corporation
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
//
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and the following disclaimer in the
// documentation and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote
// products derived from this software without specific prior written
// permission.
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL OR ITS
// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
// OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY OR TORT (INCLUDING
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE | 1 | BSD-3-Clause | 0 | 08d2ae2f-62c1-4d24-bb6e-264231513454 |
|
0 | OpenSSL | openssl | 0 | The Elliptic Curve Public-Key Crypto Library (ECC Code) included
* herein is developed by SUN MICROSYSTEMS, INC., and is contributed
* to the OpenSSL project.
*
* The ECC Code is licensed pursuant to the OpenSSL open source
* license provided below.
*
* The software is originally written by Sheueling Chang Shantz and
* Douglas Stebila of $SKIP10
*
*/
/* ====================================================================
* Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
*
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
* [email protected].
*
* 5. Products derived from this software may not be called "OpenSSL"
* nor may "OpenSSL" appear in their names without prior written
* permission of the OpenSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
*
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 3 | OpenSSL | 0 | 08de87d5-d187-43e4-bf13-c671e2e2da8c |
0 | GPL-3.0+ | 0 | All rights reserved.
THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT ANY WARRANTY WHATSOEVER.
If you use or redistribute this software, you are permitted to do so
under the terms of GNU [GPL-3.0]+ license | 3 | GPL-3.0-or-later | 0 | 08dee92d-275a-4e8e-b1c6-9badb5824157 |
|
0 | Artistic-1.0-Perl OR GPL-1.0+ | perl-Digest-MD4 | 0 | free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Copyright 1998-2003 Gisle Aas.
Copyright 1995-1996 Neil Winton.
Copyright 1991-1992 RSA Data Security, Inc.
The MD4 algorithm is defined in RFC 1320. This implementation is
derived from the reference C code in RFC 1320 which is covered by
the following copyright statement:
=over 4
=item
Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved | 2 | Artistic-1.0-Perl OR GPL-1.0-or-later | 0 | 08e0b18a-1492-41e3-9967-f000b67a686e |
0 | GPL-2.0 | 0 | All rights reserved.
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston | 3 | GPL-2.0-only | 0 | 08e29aa7-7922-4dcb-902c-d0f2730cbb94 |
|
0 | Any perm mark changes | 0 | provided 'as-is', without any
express or implied warranty. In no event will the authors 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 it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not
be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an
acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must
be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be
removed or altered from any source distribution. Michal Molhanec <mol1111 at users.sourceforge.net> Jirka Kosek <kosek
at users.sourceforge.net> Michiel Hendriks <elmuerte at users.sourceforge.net | 2 | 0 | 08e2d909-95e5-4b03-8de4-af56858b1f10 |
||
0 | GPL-2.0+ | 0 | GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 2006 Free Software Foundation, Inc.
51 Franklin St, Fith Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, 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 show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 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 Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision 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 generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "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 THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM 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 (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License | 2 | GPL-2.0-or-later | 0 | 08e892b4-ed97-44c3-8e3c-c8e2087b7e93 |
|
0 | Zlib | 0 | @rem
@rem This software is provided 'as-is', without any express or implied
@rem warranty. In no event will the authors be held liable for any damages
@rem arising from the use of this software.
@rem Permission is granted to anyone to use this software for any purpose,
@rem including commercial applications, and to alter it and redistribute it
@rem freely, subject to the following restrictions:
@rem 1. The origin of this software must not be misrepresented; you must not
@rem claim that you wrote the original software. If you use this software
@rem in a product, an acknowledgment in the product documentation would be
@rem appreciated but is not required.
@rem 2. Altered source versions must be plainly marked as such, and must not be
@rem misrepresented as being the original software.
@rem 3. This notice may not be removed or altered from any source distribution.
@echo off | 1 | Zlib | 0 | 08e949a8-9e6b-4337-b224-34fcb6293a43 |
|
0 | GPL-2.0 OR ANY | 0 | free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# GNU Libtool is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# As a special exception to the GNU General Public License,
# if you distribute this file as part of a program or library that
# is built using GNU Libtool, you may include this file under the
# same distribution terms that you use for the rest of that program.
#
# GNU Libtool is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program | 1 | 0 | 08eeb945-75fc-48e6-bd5a-bfa48f6e44c3 |
||
0 | LGPL-3.0 | 0 | Written for Google Summer of Code 2009 for the coreboot project
//
// This file may be distributed under the terms of the GNU LGPLv3 license | 2 | LGPL-3.0-only | 0 | 08f25007-6fbc-440a-b4fc-d3d7b5da6175 |
Subsets and Splits