mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 16:41:11 +02:00
licenses: Sync with Gentoo
It's from Gentoo commit d9036cefa271656e9a2b834e26aa533398206d7e.
This commit is contained in:
parent
8569d9123f
commit
a2da0ef058
@ -1,20 +0,0 @@
|
||||
Copyright (c) 2009-2020 Code Synthesis Tools CC.
|
||||
|
||||
This program is 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.
|
||||
|
||||
For more information on ODB licensing as well as for answers to
|
||||
some of the common licensing questions, visit the ODB License
|
||||
page:
|
||||
|
||||
http://www.codesynthesis.com/products/odb/license.xhtml
|
||||
|
||||
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 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
@ -1,261 +0,0 @@
|
||||
Floodgap Free Software License
|
||||
|
||||
The author of your software has chosen to distribute it under the
|
||||
Floodgap Free Software License. Although this software is without cost,
|
||||
it is not released under Copyleft or GPL, and there are differences
|
||||
which you should read. Your use of this software package constitutes
|
||||
your binding acceptance without restriction.
|
||||
|
||||
This software is without cost
|
||||
|
||||
The Floodgap Free Software License (FFSL) has one overriding mandate:
|
||||
that software using it, or derivative works based on software that uses
|
||||
it, must be free. By free we mean simply "free as in beer" -- you may
|
||||
put your work into open or closed source packages as you see fit,
|
||||
whether or not you choose to release your changes or updates publicly,
|
||||
but you must not ask any fee for it. (There are certain exceptions for
|
||||
for-profit use which we will discuss below.)
|
||||
|
||||
Definitions and terms
|
||||
|
||||
Author
|
||||
The declared copyright owner of this software package.
|
||||
|
||||
Binary
|
||||
A pre-compiled or pre-interpreted bytecode or machine language
|
||||
representation of a software package not designed for further
|
||||
modification and tied to a particular platform or architecture.
|
||||
|
||||
Derivative work
|
||||
Any distribution (q.v.) that contains any modification to or
|
||||
deviation from the official reference distribution (q.v.); or
|
||||
any software package significantly based on or integrally
|
||||
including the source code for its features, including but not
|
||||
limited to supersets; subsets of a significant proportion;
|
||||
in-place patched changes to source or binary files; linking in
|
||||
as a library; binary-only distributions if the original package
|
||||
included source (even if the source was not modified prior to
|
||||
compilation); or translations to another programming language,
|
||||
architecture or operating system environment. Derivative works
|
||||
of packages released under this license are also considered
|
||||
subject to this license.
|
||||
|
||||
However, a software package that requires this package but does
|
||||
not include it or is not based upon it, even if it will not
|
||||
operate without it, is not considered a derivative work. For
|
||||
example, interpreted programs requiring an interpreter issued
|
||||
under this license, assuming they are not distributed with any
|
||||
portion of the interpreter, are not derivative works.
|
||||
|
||||
Distribution
|
||||
A packaged release of this software, either the author's
|
||||
original work (the "reference distribution") or a derivative
|
||||
work based upon it.
|
||||
|
||||
Reference distribution
|
||||
A packaged release of this software explicitly designated as the
|
||||
official release, written by or on behalf of the Author with his
|
||||
or her explicit designation as official. Only exact copies of
|
||||
the reference distribution may be called reference
|
||||
distributions; all other forms are derivative works.
|
||||
|
||||
Source code
|
||||
The human-readable programming instructions of the package which
|
||||
might be easily read as text and subsequently edited, but
|
||||
requiring compilation or interpretation into binary before being
|
||||
directly useable.
|
||||
|
||||
What you are permitted to do under this license
|
||||
|
||||
Pursuant to the remainder of the terms below,
|
||||
* You may freely use, copy, and disseminate this software package for
|
||||
any non-commercial purpose as well as the commercial purposes
|
||||
permitted below.
|
||||
* You may freely modify this package, including source code if
|
||||
available. Your modifications need not be released, although you
|
||||
are encouraged to do so.
|
||||
* You may release your derivative works based upon this software in
|
||||
purely binary (non-source) form if you choose. You are not
|
||||
obligated to release any portion of your source code openly,
|
||||
although you are encouraged to do so.
|
||||
* If this package is a tool used for generation, compilation or
|
||||
maintenance of works, including but not limited to readable
|
||||
documents, software packages or images (for example, compilers,
|
||||
interpreters, translators, linkers, editors, assemblers or
|
||||
typesetters), you may freely use it for that purpose, commercial or
|
||||
otherwise, as the works made by this package are not considered
|
||||
subject to this license unless specified otherwise within and may
|
||||
be distributed under any desired license and/or offered for sale or
|
||||
rental. Any run-time library or run-time code section linked into
|
||||
the output by a compiler or similar code-generating tool governed
|
||||
by this license is considered to be an integral part of the output,
|
||||
and its presence does not subject the generated work to this
|
||||
license either. (This is, of course, assuming you are not using
|
||||
said tools to generate a derivative work based on this package in
|
||||
violation of the other license terms.)
|
||||
However, if you are linking or including a separately distributed
|
||||
library that is under this license, no matter what tool you are
|
||||
using to do the linking or inclusion, you are then considered to be
|
||||
making a derivative work based on that library and your work does
|
||||
fall under this license. To avoid this, do not include the library
|
||||
with your work (even though it needs the library to function) and
|
||||
instead offer the library separately without cost.
|
||||
* In addition to non-commercial use and the uses permitted above, you
|
||||
may use this software package in any for-profit endeavour as long
|
||||
as it does not involve the specific sale or rental of this package.
|
||||
Some specific but by no means exhaustive examples are listed below.
|
||||
Note that some of these situations may require additional action be
|
||||
taken to ensure compliance.
|
||||
+ If this package or a derivative work allows you to serve data
|
||||
or make data available to others (for example, web servers,
|
||||
mail servers, gopher servers, etc.), you may use it to serve
|
||||
any commercial content or in any commercial setting whether
|
||||
you choose to charge a fee or not, as you are considered to be
|
||||
earning income from the content you serve and/or the services
|
||||
facilitated by your business and not from the sale of this
|
||||
package itself. (This is, of course, assuming that you are not
|
||||
charging a fee for sale or rental of this package or a
|
||||
derivative work based on this package in violation of the
|
||||
other license terms.) Similarly, any data you may acquire from
|
||||
the use of this package is yours, and not governed by this
|
||||
license in any way even if for-profit.
|
||||
+ If you are selling a product that includes this package or a
|
||||
derivative work either as part of your product's requirements
|
||||
for function or as a bundled extra, such as an operating
|
||||
system distribution, you may charge a fee for your product as
|
||||
long as you also make this package or said derivative work
|
||||
available for free separately (such as by download or link
|
||||
back to this package's site), as you are considered to be
|
||||
requesting a fee for your own product and the package is
|
||||
merely included as a convenience to your users.
|
||||
+ If you offer installation of this package or a derivative work
|
||||
as a service, you may charge a fee for the act of installation
|
||||
as long as you also make this package or said derivative work
|
||||
available for free (such as by download or link back to this
|
||||
package's site), as you are considered to be requesting a fee
|
||||
for the act of installation and not for the software you are
|
||||
installing.
|
||||
+ The Author may also grant, in writing, other specified
|
||||
exemptions for your particular commercial purpose that do not
|
||||
contravene the spirit of this license or any license terms
|
||||
this package additionally carries.
|
||||
* In your derivative works based on this package, you may choose to
|
||||
offer warranty support or guarantees of performance. This does not
|
||||
in any way make the original Author legally, financially or in any
|
||||
other respect liable for claims issued under your warranty or
|
||||
guarantee, and you are solely responsible for the fulfillment of
|
||||
your terms even if the Author of the work you have based your work
|
||||
upon offers his or her own.
|
||||
* In your derivative works based on this package, you may further
|
||||
restrict the acceptable uses of your package or situations in which
|
||||
it may be employed as long as you clearly state that your terms
|
||||
apply only to your derivative work and not to the original
|
||||
reference distribution. However, you may not countermand or ignore,
|
||||
directly or otherwise, any restriction already made in the
|
||||
reference distribution's license, including in this document
|
||||
itself, in similar fashion to other licenses allowing compatible
|
||||
licenses to co-govern a particular package's use.
|
||||
|
||||
What you must not do under this license
|
||||
|
||||
Remember that these limits apply only to redistribution of a reference
|
||||
distribution, or to a true derivative work. If your project does not
|
||||
include this package or code based upon it, even if it requires this
|
||||
package to function, it is not considered subject to this license or
|
||||
these restrictions.
|
||||
* You must not charge a fee for purchase or rental of this package or
|
||||
any derivative work based on this package. It is still possible to
|
||||
use this package in a commercial environment, however -- see What
|
||||
you are permitted to do under this license.
|
||||
* You must not countermand or ignore, directly or otherwise, the
|
||||
restrictions already extant in this package's license in your
|
||||
derivative work based on it. As a corollary, you must not place
|
||||
your derivative work under a secondary license or description of
|
||||
terms that conflicts with it (for example, this license is not
|
||||
compatible with the GNU Public License).
|
||||
* You must not label any modified distribution of this package as a
|
||||
reference or otherwise official distribution without the permission
|
||||
of the original Author or Authors. You must clearly specify that
|
||||
your modified work is a derivative work, including binary-only
|
||||
releases if the original included source code and you do not even
|
||||
if you did not modify the source prior to compilation.
|
||||
|
||||
What you must do under this license
|
||||
|
||||
* You must agree to all terms specified (agreement to which is
|
||||
unconditionally signified by your usage, modification or
|
||||
repurposing of this package), or to remove the package from your
|
||||
computer and not use it further.
|
||||
* In the absence of any specific offer for redress or assistance
|
||||
under warranty or guarantee of performance that the Author of this
|
||||
package might make, you must agree to accept any and all liability
|
||||
that may come from the use of this package, proper or improper,
|
||||
real or imagined, and certify without condition that you use this
|
||||
product at your own risk with no guarantee of function,
|
||||
merchantability or fitness for a particular purpose. If such offer
|
||||
of redress or assistance is extended, it is fulfillable only by the
|
||||
Author who extended the offer, which might not necessarily be this
|
||||
Author, nor might it be the Authors of any packages it might be
|
||||
based upon.
|
||||
* If you choose to publicly redistribute this package or create a
|
||||
derivative work based on this package, you must make it available
|
||||
without any purchase or rental fee of any kind.
|
||||
* If you choose to create a derivative work based on this package,
|
||||
your derivative work must be copyrighted, and must be governed
|
||||
under (at a minimum) the original package's license, which will
|
||||
necessarily include all terms noted here. As such, if you choose to
|
||||
distribute your derivative work, you must include a human-readable
|
||||
license in your distribution containing all restrictions of use,
|
||||
necessarily including this license, and any additional restrictions
|
||||
the Author has mandated that do not contravene this license which
|
||||
you and users of your derivative work must also honour.
|
||||
* If you choose to create and distribute a derivative work based on
|
||||
this package, your derivative work must clearly make reference to
|
||||
this package, any other packages your work or the original work
|
||||
might be based on, and all applicable copyrights, either in your
|
||||
documentation, your work's standard human-readable output, or both.
|
||||
A suggested method might be
|
||||
|
||||
Contains or is based on the Foo software package.
|
||||
Copyright (C) 2112 D. Original Author. All rights reserved.
|
||||
http://their.web.site.invalid/
|
||||
|
||||
Additional notes
|
||||
|
||||
Enforcement is the responsibility of the Author. However, violation of
|
||||
this license may subject you to criminal and civil penalties depending
|
||||
on your country.
|
||||
|
||||
This package is bound by the version of license that accompanies it.
|
||||
Future official versions of a particular package may use a more updated
|
||||
license, and you should always review the license before use. This
|
||||
license's most current version is always available from the following
|
||||
locations:
|
||||
|
||||
[1]http://www.floodgap.com/software/ffsl/
|
||||
[2]gopher://gopher.floodgap.com/1/ffsl/
|
||||
|
||||
This license is version 1, dated 19 November 2006.
|
||||
|
||||
This license is copyright © 2006 Cameron Kaiser. All rights reserved.
|
||||
The text of this license is available for re-use and re-distribution
|
||||
under the Creative Commons. The use of the term "Floodgap Free Software
|
||||
License" does not imply endorsement of packages using this license by
|
||||
Floodgap Systems or by Cameron Kaiser. Modified licenses using portions
|
||||
of these terms may refer to themselves as modified FFSL, with the
|
||||
proviso that their modifications be clearly marked, as specified below:
|
||||
|
||||
[3]Creative Commons License-[4][somerights20.png]
|
||||
This work is licensed under a [5]Creative Commons
|
||||
Attribution-ShareAlike 2.5 License.
|
||||
|
||||
Only the text of this license, and not programs covered by this
|
||||
license, is so offered under Creative Commons.
|
||||
|
||||
References
|
||||
|
||||
1. http://www.floodgap.com/software/ffsl/
|
||||
2. gopher://gopher.floodgap.com/1/ffsl/
|
||||
3. http://creativecommons.org/licenses/by-sa/2.5/
|
||||
4. http://creativecommons.org/images/public/somerights20.png
|
||||
5. http://creativecommons.org/licenses/by-sa/2.5/
|
@ -1,29 +0,0 @@
|
||||
% This is version 1.0, dated 22 June 2009, of the GUST Font License.
|
||||
% (GUST is the Polish TeX Users Group, http://www.gust.org.pl)
|
||||
%
|
||||
% For the most recent version of this license see
|
||||
% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt
|
||||
% or
|
||||
% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
|
||||
%
|
||||
% This work may be distributed and/or modified under the conditions
|
||||
% of the LaTeX Project Public License, either version 1.3c of this
|
||||
% license or (at your option) any later version.
|
||||
%
|
||||
% Please also observe the following clause:
|
||||
% 1) it is requested, but not legally required, that derived works be
|
||||
% distributed only after changing the names of the fonts comprising this
|
||||
% work and given in an accompanying "manifest", and that the
|
||||
% files comprising the Work, as listed in the manifest, also be given
|
||||
% new names. Any exceptions to this request are also given in the
|
||||
% manifest.
|
||||
%
|
||||
% We recommend the manifest be given in a separate file named
|
||||
% MANIFEST-<fontid>.txt, where <fontid> is some unique identification
|
||||
% of the font family. If a separate "readme" file accompanies the Work,
|
||||
% we recommend a name of the form README-<fontid>.txt.
|
||||
%
|
||||
% The latest version of the LaTeX Project Public License is in
|
||||
% http://www.latex-project.org/lppl.txt and version 1.3c or later
|
||||
% is part of all distributions of LaTeX version 2006/05/20 or later.
|
||||
|
@ -1,108 +0,0 @@
|
||||
PDB SOFTWARE LICENSE AGREEMENT
|
||||
|
||||
BY CLICKING THE ACCEPTANCE BUTTON OR INSTALLING OR USING
|
||||
THIS "SOFTWARE, THE INDIVIDUAL OR ENTITY LICENSING THE
|
||||
SOFTWARE ("LICENSEE") IS CONSENTING TO BE BOUND BY AND IS
|
||||
BECOMING A PARTY TO THIS AGREEMENT. IF LICENSEE DOES NOT
|
||||
AGREE TO ALL OF THE TERMS OF THIS AGREEMENT
|
||||
THE LICENSEE MUST NOT INSTALL OR USE THE SOFTWARE.
|
||||
|
||||
1. LICENSE AGREEMENT
|
||||
|
||||
This is a license between you ("Licensee") and the Protein Data Bank (PDB)
|
||||
at Rutgers, The State University of New Jersey (hereafter referred to
|
||||
as "RUTGERS"). The software is owned by RUTGERS and protected by
|
||||
copyright laws, and some elements are protected by laws governing
|
||||
trademarks, trade dress and trade secrets, and may be protected by
|
||||
patent laws.
|
||||
|
||||
2. LICENSE GRANT
|
||||
|
||||
RUTGERS grants you, and you hereby accept, non-exclusive, royalty-free
|
||||
perpetual license to install, use, modify, prepare derivative works,
|
||||
incorporate into other computer software, and distribute in binary
|
||||
and source code format, or any derivative work thereof, together with
|
||||
any associated media, printed materials, and on-line or electronic
|
||||
documentation (if any) provided by RUTGERS (collectively, the "SOFTWARE"),
|
||||
subject to the following terms and conditions: (i) any distribution
|
||||
of the SOFTWARE shall bind the receiver to the terms and conditions
|
||||
of this Agreement; (ii) any distribution of the SOFTWARE in modified
|
||||
form shall clearly state that the SOFTWARE has been modified from
|
||||
the version originally obtained from RUTGERS.
|
||||
|
||||
2. COPYRIGHT; RETENTION OF RIGHTS.
|
||||
|
||||
The above license grant is conditioned on the following: (i) you must
|
||||
reproduce all copyright notices and other proprietary notices on any
|
||||
copies of the SOFTWARE and you must not remove such notices; (ii) in
|
||||
the event you compile the SOFTWARE, you will include the copyright
|
||||
notice with the binary in such a manner as to allow it to be easily
|
||||
viewable; (iii) if you incorporate the SOFTWARE into other code, you
|
||||
must provide notice that the code contains the SOFTWARE and include
|
||||
a copy of the copyright notices and other proprietary notices. All
|
||||
copies of the SOFTWARE shall be subject to the terms of this Agreement.
|
||||
|
||||
3. NO MAINTENANCE OR SUPPORT; TREATMENT OF ENHANCEMENTS
|
||||
|
||||
RUTGERS is under no obligation whatsoever to: (i) provide maintenance
|
||||
or support for the SOFTWARE; or (ii) to notify you of bug fixes, patches,
|
||||
or upgrades to the features, functionality or performance of the
|
||||
SOFTWARE ("Enhancements") (if any), whether developed by RUTGERS
|
||||
or third parties. If, in its sole discretion, RUTGERS makes an
|
||||
Enhancement available to you and RUTGERS does not separately enter
|
||||
into a written license agreement with you relating to such bug fix,
|
||||
patch or upgrade, then it shall be deemed incorporated into the SOFTWARE
|
||||
and subject to this Agreement. You are under no obligation whatsoever
|
||||
to provide any Enhancements to RUTGERS or the public that you may
|
||||
develop over time; however, if you choose to provide your Enhancements
|
||||
to RUTGERS, or if you choose to otherwise publish or distribute your
|
||||
Enhancements, in source code form without contemporaneously requiring
|
||||
end users or RUTGERS to enter into a separate written license agreement
|
||||
for such Enhancements, then you hereby grant RUTGERS a non-exclusive,
|
||||
royalty-free perpetual license to install, use, modify, prepare
|
||||
derivative works, incorporate into the SOFTWARE or other computer
|
||||
software, distribute, and sublicense your Enhancements or derivative
|
||||
works thereof, in binary and source code form.
|
||||
|
||||
4. FEES. There is no license fee for the SOFTWARE. If Licensee
|
||||
wishes to receive the SOFTWARE on media, there may be a small charge
|
||||
for the media and for shipping and handling. Licensee is
|
||||
responsible for any and all taxes.
|
||||
|
||||
5. TERMINATION. Without prejudice to any other rights, Licensor
|
||||
may terminate this Agreement if Licensee breaches any of its terms
|
||||
and conditions. Upon termination, Licensee shall destroy all
|
||||
copies of the SOFTWARE.
|
||||
|
||||
6. PROPRIETARY RIGHTS. Title, ownership rights, and intellectual
|
||||
property rights in the Product shall remain with RUTGERS. Licensee
|
||||
acknowledges such ownership and intellectual property rights and will
|
||||
not take any action to jeopardize, limit or interfere in any manner
|
||||
with RUTGERS' ownership of or rights with respect to the SOFTWARE.
|
||||
The SOFTWARE is protected by copyright and other intellectual
|
||||
property laws and by international treaties. Title and related
|
||||
rights in the content accessed through the SOFTWARE is the property
|
||||
of the applicable content owner and is protected by applicable law.
|
||||
The license granted under this Agreement gives Licensee no rights to such
|
||||
content.
|
||||
|
||||
7. DISCLAIMER OF WARRANTY. THE SOFTWARE IS PROVIDED FREE OF
|
||||
CHARGE, AND, THEREFORE, ON AN "AS IS" BASIS, WITHOUT WARRANTY OF
|
||||
ANY KIND, INCLUDING WITHOUT LIMITATION THE WARRANTIES THAT IT
|
||||
IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE
|
||||
OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
|
||||
PERFORMANCE OF THE SOFTWARE IS BORNE BY LICENSEE. SHOULD THE
|
||||
SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, THE LICENSEE AND NOT
|
||||
LICENSOR ASSUMES THE ENTIRE COST OF ANY SERVICE AND REPAIR.
|
||||
THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF
|
||||
THIS AGREEMENT. NO USE OF THE PRODUCT IS AUTHORIZED HEREUNDER
|
||||
EXCEPT UNDER THIS DISCLAIMER.
|
||||
|
||||
8. LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY
|
||||
APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE FOR ANY
|
||||
INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, INCLUDING,
|
||||
WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
|
||||
STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL
|
||||
OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY THEREOF.
|
39
sdk_container/src/third_party/portage-stable/licenses/Unicode-3.0
vendored
Normal file
39
sdk_container/src/third_party/portage-stable/licenses/Unicode-3.0
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
UNICODE LICENSE V3
|
||||
|
||||
COPYRIGHT AND PERMISSION NOTICE
|
||||
|
||||
Copyright © 1991-2024 Unicode, Inc.
|
||||
|
||||
NOTICE TO USER: Carefully read the following legal agreement. BY
|
||||
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
||||
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
||||
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
||||
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of data files and any associated documentation (the "Data Files") or
|
||||
software and any associated documentation (the "Software") to deal in the
|
||||
Data Files or Software without restriction, including without limitation
|
||||
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
||||
copies of the Data Files or Software, and to permit persons to whom the
|
||||
Data Files or Software are furnished to do so, provided that either (a)
|
||||
this copyright and permission notice appear with all copies of the Data
|
||||
Files or Software, or (b) this copyright and permission notice appear in
|
||||
associated Documentation.
|
||||
|
||||
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
THIRD PARTY RIGHTS.
|
||||
|
||||
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
||||
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
||||
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
||||
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
||||
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
||||
FILES OR SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of a copyright holder shall
|
||||
not be used in advertising or otherwise to promote the sale, use or other
|
||||
dealings in these Data Files or Software without prior written
|
||||
authorization of the copyright holder.
|
@ -1,16 +0,0 @@
|
||||
http://packages.debian.org/changelogs/pool/non-free/b/bluez-firmware/current/copyright
|
||||
|
||||
The BlueZ project has permission from Broadcom Corporation to
|
||||
distribute this firmware, as long as the notice contained in
|
||||
broadcom/BCM-LEGAL.txt accompanies the firmware.
|
||||
|
||||
This arrangement was made with BlueZ author Max Krasnyansky
|
||||
<maxk@qualcomm.com>.
|
||||
|
||||
BCM-LEGAL.txt content:
|
||||
|
||||
BCM firmware version 2.16
|
||||
Copyright (c) 2000-2003 Broadcom Corporation
|
||||
|
||||
Contact info:
|
||||
bluetooth_help@broadcom.com
|
@ -1,39 +0,0 @@
|
||||
Copyright (c) 2006, Intel Corporation.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution. Redistribution and use in binary form, without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions must reproduce the above copyright notice and the
|
||||
following disclaimer in the documentation and/or other materials
|
||||
provided with the distribution.
|
||||
* Neither the name of Intel Corporation nor the names of its suppliers
|
||||
may be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
* No reverse engineering, decompilation, or disassembly of this software
|
||||
is permitted.
|
||||
|
||||
Limited patent license. Intel Corporation grants a world-wide,
|
||||
royalty-free, non-exclusive license under patents it now or hereafter
|
||||
owns or controls to make, have made, use, import, offer to sell and
|
||||
sell ("Utilize") this software, but solely to the extent that any
|
||||
such patent is necessary to Utilize the software alone, or in
|
||||
combination with an operating system licensed under an approved Open
|
||||
Source license as listed by the Open Source Initiative at
|
||||
http://opensource.org/licenses. The patent license shall not apply to
|
||||
any other combinations which include this software. No hardware per
|
||||
se is licensed hereunder.
|
||||
|
||||
DISCLAIMER. 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.
|
48
sdk_container/src/third_party/portage-stable/licenses/microsoft-azurevpnclient
vendored
Normal file
48
sdk_container/src/third_party/portage-stable/licenses/microsoft-azurevpnclient
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
MICROSOFT SOFTWARE LICENSE TERMS
|
||||
MICROSOFT AZURE VPN CLIENT RELEASE CANDIDATE
|
||||
________________________________________
|
||||
IF YOU LIVE IN (OR ARE A BUSINESS WITH A PRINCIPAL PLACE OF BUSINESS IN) THE UNITED STATES, PLEASE READ THE “BINDING ARBITRATION AND CLASS ACTION WAIVER” SECTION BELOW. IT AFFECTS HOW DISPUTES ARE RESOLVED.
|
||||
________________________________________
|
||||
These license terms are an agreement between you and Microsoft Corporation (or one of its affiliates). They apply to the software named above and any Microsoft services or software updates (except to the extent such services or updates are accompanied by new or additional terms, in which case those different terms apply prospectively and do not alter your or Microsoft’s rights relating to pre-updated software or services). IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW. BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS.
|
||||
1. INSTALLATION AND USE RIGHTS.
|
||||
a) General. You may install and use any number of copies of the software.
|
||||
b) Included Microsoft Applications. The software may include other Microsoft applications and components. These license terms apply to those included applications and components, if any, unless other license terms are provided with the other Microsoft applications and components.
|
||||
c) Work or School Accounts. You can sign into the software with a work or school email address. If you do, you agree that the owner of the domain associated with your email address may control and administer your account, and access and process your data, including the contents of your communications and files. You further agree that your use of the software may be subject to: i) your organization’s guidelines and policies regarding the use of the software; and ii) the agreements Microsoft has with you or your organization, and in such case these terms may not apply. If you already have a Microsoft account and you use a separate work or school email address to access the software, you may be prompted to update the email address associated with your Microsoft account to continue accessing the software.
|
||||
d) Third Party Components. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software.
|
||||
2. DATA.
|
||||
a) Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may opt-out of many of these scenarios, but not all, as described in the product documentation. There are also some features in the software that may enable you to collect data from users of your applications. If you use these features to enable data collection in your applications, you must comply with applicable law, including providing appropriate notices to users of your applications. You can learn more about data collection and use in the help documentation and the privacy statement at https://aka.ms/privacy. Your use of the software operates as your consent to these practices.
|
||||
b) Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr.
|
||||
3. SCOPE OF LICENSE. The software is licensed, not sold. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you will not (and have no right to):
|
||||
a) work around any technical limitations in the software that only allow you to use it in certain ways;
|
||||
b) reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software;
|
||||
c) remove, minimize, block, or modify any notices of Microsoft or its suppliers in the software;
|
||||
d) use the software in any way that is against the law or to create or propagate malware; or
|
||||
e) share, publish, distribute, or lease the software, provide the software as a stand-alone offering for others to use, or transfer the software or this agreement to any third party.
|
||||
4. EXPORT RESTRICTIONS. You must comply with all domestic and international export laws and regulations that apply to the software, which include restrictions on destinations, end users, and end use. For further information on export restrictions, visit https://aka.ms/exporting.
|
||||
5. SUPPORT SERVICES. Microsoft is not obligated under this agreement to provide any support services for the software. Any support provided is “as is”, “with all faults”, and without warranty of any kind.
|
||||
6. UPDATES. The software may periodically check for updates, and download and install them for you. You may obtain updates only from Microsoft or authorized sources. Microsoft may need to update your system to provide you with updates. You agree to receive these automatic updates without any additional notice. Updates may not include or support all existing software features, services, or peripheral devices.
|
||||
7. BINDING ARBITRATION AND CLASS ACTION WAIVER. This Section applies if you live in (or, if a business, your principal place of business is in) the United States. If you and Microsoft have a dispute, you and Microsoft agree to try for 60 days to resolve it informally. If you and Microsoft can’t, you and Microsoft agree to binding individual arbitration before the American Arbitration Association under the Federal Arbitration Act (“FAA”), and not to sue in court in front of a judge or jury. Instead, a neutral arbitrator will decide. Class action lawsuits, class-wide arbitrations, private attorney-general actions, and any other proceeding where someone acts in a representative capacity are not allowed; nor is combining individual proceedings without the consent of all parties. The complete Arbitration Agreement contains more terms and is at https://aka.ms/arb-agreement-4. You and Microsoft agree to these terms.
|
||||
8. ENTIRE AGREEMENT. This agreement, and any other terms Microsoft may provide for supplements, updates, or third-party applications, is the entire agreement for the software.
|
||||
9. APPLICABLE LAW AND PLACE TO RESOLVE DISPUTES. If you acquired the software in the United States or Canada, the laws of the state or province where you live (or, if a business, where your principal place of business is located) govern the interpretation of this agreement, claims for its breach, and all other claims (including consumer protection, unfair competition, and tort claims), regardless of conflict of laws principles, except that the FAA governs everything related to arbitration. If you acquired the software in any other country, its laws apply, except that the FAA governs everything related to arbitration. If U.S. federal jurisdiction exists, you and Microsoft consent to exclusive jurisdiction and venue in the federal court in King County, Washington for all disputes heard in court (excluding arbitration). If not, you and Microsoft consent to exclusive jurisdiction and venue in the Superior Court of King County, Washington for all disputes heard in court (excluding arbitration).
|
||||
10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You may have other rights, including consumer rights, under the laws of your state, province, or country. Separate and apart from your relationship with Microsoft, you may also have rights with respect to the party from which you acquired the software. This agreement does not change those other rights if the laws of your state, province, or country do not permit it to do so. For example, if you acquired the software in one of the below regions, or mandatory country law applies, then the following provisions apply to you:
|
||||
a) Australia. You have statutory guarantees under the Australian Consumer Law and nothing in this agreement is intended to affect those rights.
|
||||
b) Canada. If you acquired this software in Canada, you may stop receiving updates by turning off the automatic update feature, disconnecting your device from the Internet (if and when you re-connect to the Internet, however, the software will resume checking for and installing updates), or uninstalling the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software.
|
||||
c) Germany and Austria.
|
||||
i. Warranty. The properly licensed software will perform substantially as described in any Microsoft materials that accompany the software. However, Microsoft gives no contractual guarantee in relation to the licensed software.
|
||||
ii. Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as, in case of death or personal or physical injury, Microsoft is liable according to the statutory law.
|
||||
Subject to the foregoing clause ii., Microsoft will only be liable for slight negligence if Microsoft is in breach of such material contractual obligations, the fulfillment of which facilitate the due performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence.
|
||||
11. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS IS.” YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES, OR CONDITIONS. TO THE EXTENT PERMITTED UNDER APPLICABLE LAWS, MICROSOFT EXCLUDES ALL IMPLIED WARRANTIES, INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
||||
12. LIMITATION ON AND EXCLUSION OF DAMAGES. IF YOU HAVE ANY BASIS FOR RECOVERING DAMAGES DESPITE THE PRECEDING DISCLAIMER OF WARRANTY, YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
|
||||
This limitation applies to (a) anything related to the software, services, content (including code) on third party Internet sites, or third party applications; and (b) claims for breach of contract, warranty, guarantee, or condition; strict liability, negligence, or other tort; or any other claim; in each case to the extent permitted by applicable law.
|
||||
It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your state, province, or country may not allow the exclusion or limitation of incidental, consequential, or other damages.
|
||||
|
||||
Please note: As this software is distributed in Canada, some of the clauses in this agreement are provided below in French.
|
||||
Remarque: Ce logiciel étant distribué au Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en français.
|
||||
EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de ce logiciel est à votre seule risque et péril. Microsoft n’accorde aucune autre garantie expresse. Vous pouvez bénéficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualité marchande, d’adéquation à un usage particulier et d’absence de contrefaçon sont exclues.
|
||||
LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES. Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation pour les autres dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices.
|
||||
Cette limitation concerne:
|
||||
• tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers; et
|
||||
• les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité stricte, de négligence ou d’une autre faute dans la limite autorisée par la loi en vigueur.
|
||||
Elle s’applique également, même si Microsoft connaissait ou devrait connaître l’éventualité d’un tel dommage. Si votre pays n’autorise pas l’exclusion ou la limitation de responsabilité pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l’exclusion ci-dessus ne s’appliquera pas à votre égard.
|
||||
EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir d’autres droits prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois de votre pays si celles-ci ne le permettent pas.
|
||||
|
Loading…
x
Reference in New Issue
Block a user