Window and FPS limit implemented!
This commit is contained in:
parent
4fa72b7f53
commit
62bc380d3d
342 changed files with 840 additions and 131 deletions
29
lib/lwjgl/licenses/LICENSE
Normal file
29
lib/lwjgl/licenses/LICENSE
Normal file
|
@ -0,0 +1,29 @@
|
|||
Copyright (c) 2012-present Lightweight Java Game Library
|
||||
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.
|
||||
|
||||
- Neither the name Lightweight Java Game Library nor the names of
|
||||
its contributors may 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.
|
78
lib/lwjgl/licenses/assimp_license.txt
Normal file
78
lib/lwjgl/licenses/assimp_license.txt
Normal file
|
@ -0,0 +1,78 @@
|
|||
Open Asset Import Library (assimp)
|
||||
|
||||
Copyright (c) 2006-2016, assimp team
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use of this software 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.
|
||||
|
||||
* Neither the name of the assimp team, nor the names of its
|
||||
contributors may be used to endorse or promote products
|
||||
derived from this software without specific prior
|
||||
written permission of the assimp team.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
******************************************************************************
|
||||
|
||||
AN EXCEPTION applies to all files in the ./test/models-nonbsd folder.
|
||||
These are 3d models for testing purposes, from various free sources
|
||||
on the internet. They are - unless otherwise stated - copyright of
|
||||
their respective creators, which may impose additional requirements
|
||||
on the use of their work. For any of these models, see
|
||||
<model-name>.source.txt for more legal information. Contact us if you
|
||||
are a copyright holder and believe that we credited you inproperly or
|
||||
if you don't want your files to appear in the repository.
|
||||
|
||||
|
||||
******************************************************************************
|
||||
|
||||
Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors
|
||||
http://code.google.com/p/poly2tri/
|
||||
|
||||
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.
|
||||
* Neither the name of Poly2Tri nor the names of its contributors may 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.
|
26
lib/lwjgl/licenses/bgfx_license.txt
Normal file
26
lib/lwjgl/licenses/bgfx_license.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
Copyright 2010-2016 Branimir Karadzic. All rights reserved.
|
||||
|
||||
https://github.com/bkaradzic/bgfx
|
||||
|
||||
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.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER ``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 COPYRIGHT HOLDER 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.
|
||||
|
||||
https://github.com/bkaradzic/bgfx/blob/master/LICENSE
|
21
lib/lwjgl/licenses/blendish_license.txt
Normal file
21
lib/lwjgl/licenses/blendish_license.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
Blendish - Blender 2.5 UI based theming functions for NanoVG
|
||||
|
||||
Copyright (c) 2014 Leonard Ritter <leonard.ritter@duangle.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS 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. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
550
lib/lwjgl/licenses/cuda_license.txt
Normal file
550
lib/lwjgl/licenses/cuda_license.txt
Normal file
|
@ -0,0 +1,550 @@
|
|||
1. LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS
|
||||
---------------------------------------------------------
|
||||
|
||||
|
||||
Release Date: July 26, 2018
|
||||
---------------------------
|
||||
|
||||
|
||||
IMPORTANT NOTICE—READ BEFORE DOWNLOADING, INSTALLING,
|
||||
COPYING OR USING THE LICENSED SOFTWARE:
|
||||
-------------------------------------------------------
|
||||
|
||||
This license agreement, including exhibits attached
|
||||
("Agreement”) is a legal agreement between you and NVIDIA
|
||||
Corporation ("NVIDIA") and governs your use of a NVIDIA
|
||||
software development kit (“SDK”).
|
||||
|
||||
Each SDK has its own set of software and materials, but here
|
||||
is a description of the types of items that may be included in
|
||||
a SDK: source code, header files, APIs, data sets and assets
|
||||
(examples include images, textures, models, scenes, videos,
|
||||
native API input/output files), binary software, sample code,
|
||||
libraries, utility programs, programming code and
|
||||
documentation.
|
||||
|
||||
This Agreement can be accepted only by an adult of legal age
|
||||
of majority in the country in which the SDK is used.
|
||||
|
||||
If you are entering into this Agreement on behalf of a company
|
||||
or other legal entity, you represent that you have the legal
|
||||
authority to bind the entity to this Agreement, in which case
|
||||
“you” will mean the entity you represent.
|
||||
|
||||
If you don’t have the required age or authority to accept
|
||||
this Agreement, or if you don’t accept all the terms and
|
||||
conditions of this Agreement, do not download, install or use
|
||||
the SDK.
|
||||
|
||||
You agree to use the SDK only for purposes that are permitted
|
||||
by (a) this Agreement, and (b) any applicable law, regulation
|
||||
or generally accepted practices or guidelines in the relevant
|
||||
jurisdictions.
|
||||
|
||||
|
||||
1.1. License
|
||||
|
||||
|
||||
1.1.1. License Grant
|
||||
|
||||
Subject to the terms of this Agreement, NVIDIA hereby grants
|
||||
you a non-exclusive, non-transferable license, without the
|
||||
right to sublicense (except as expressly provided in this
|
||||
Agreement) to:
|
||||
|
||||
1. Install and use the SDK,
|
||||
|
||||
2. Modify and create derivative works of sample source code
|
||||
delivered in the SDK, and
|
||||
|
||||
3. Distribute those portions of the SDK that are identified
|
||||
in this Agreement as distributable, as incorporated in
|
||||
object code format into a software application that meets
|
||||
the distribution requirements indicated in this Agreement.
|
||||
|
||||
|
||||
1.1.2. Distribution Requirements
|
||||
|
||||
These are the distribution requirements for you to exercise
|
||||
the distribution grant:
|
||||
|
||||
1. Your application must have material additional
|
||||
functionality, beyond the included portions of the SDK.
|
||||
|
||||
2. The distributable portions of the SDK shall only be
|
||||
accessed by your application.
|
||||
|
||||
3. The following notice shall be included in modifications
|
||||
and derivative works of sample source code distributed:
|
||||
“This software contains source code provided by NVIDIA
|
||||
Corporation.”
|
||||
|
||||
4. Unless a developer tool is identified in this Agreement
|
||||
as distributable, it is delivered for your internal use
|
||||
only.
|
||||
|
||||
5. The terms under which you distribute your application
|
||||
must be consistent with the terms of this Agreement,
|
||||
including (without limitation) terms relating to the
|
||||
license grant and license restrictions and protection of
|
||||
NVIDIA’s intellectual property rights. Additionally, you
|
||||
agree that you will protect the privacy, security and
|
||||
legal rights of your application users.
|
||||
|
||||
6. You agree to notify NVIDIA in writing of any known or
|
||||
suspected distribution or use of the SDK not in compliance
|
||||
with the requirements of this Agreement, and to enforce
|
||||
the terms of your agreements with respect to distributed
|
||||
SDK.
|
||||
|
||||
|
||||
1.1.3. Authorized Users
|
||||
|
||||
You may allow employees and contractors of your entity or of
|
||||
your subsidiary(ies) to access and use the SDK from your
|
||||
secure network to perform work on your behalf.
|
||||
|
||||
If you are an academic institution you may allow users
|
||||
enrolled or employed by the academic institution to access and
|
||||
use the SDK from your secure network.
|
||||
|
||||
You are responsible for the compliance with the terms of this
|
||||
Agreement by your authorized users. If you become aware that
|
||||
your authorized users didn’t follow the terms of this
|
||||
Agreement, you agree to take reasonable steps to resolve the
|
||||
non-compliance and prevent new occurrences.
|
||||
|
||||
|
||||
1.1.4. Pre-Release SDK
|
||||
|
||||
The SDK versions identified as alpha, beta, preview or
|
||||
otherwise as pre-release, may not be fully functional, may
|
||||
contain errors or design flaws, and may have reduced or
|
||||
different security, privacy, accessibility, availability, and
|
||||
reliability standards relative to commercial versions of
|
||||
NVIDIA software and materials. Use of a pre-release SDK may
|
||||
result in unexpected results, loss of data, project delays or
|
||||
other unpredictable damage or loss.
|
||||
|
||||
You may use a pre-release SDK at your own risk, understanding
|
||||
that pre-release SDKs are not intended for use in production
|
||||
or business-critical systems.
|
||||
|
||||
NVIDIA may choose not to make available a commercial version
|
||||
of any pre-release SDK. NVIDIA may also choose to abandon
|
||||
development and terminate the availability of a pre-release
|
||||
SDK at any time without liability.
|
||||
|
||||
|
||||
1.1.5. Updates
|
||||
|
||||
NVIDIA may, at its option, make available patches, workarounds
|
||||
or other updates to this SDK. Unless the updates are provided
|
||||
with their separate governing terms, they are deemed part of
|
||||
the SDK licensed to you as provided in this Agreement. You
|
||||
agree that the form and content of the SDK that NVIDIA
|
||||
provides may change without prior notice to you. While NVIDIA
|
||||
generally maintains compatibility between versions, NVIDIA may
|
||||
in some cases make changes that introduce incompatibilities in
|
||||
future versions of the SDK.
|
||||
|
||||
|
||||
1.1.6. Third Party Licenses
|
||||
|
||||
The SDK may come bundled with, or otherwise include or be
|
||||
distributed with, third party software licensed by a NVIDIA
|
||||
supplier and/or open source software provided under an open
|
||||
source license. Use of third party software is subject to the
|
||||
third-party license terms, or in the absence of third party
|
||||
terms, the terms of this Agreement. Copyright to third party
|
||||
software is held by the copyright holders indicated in the
|
||||
third-party software or license.
|
||||
|
||||
|
||||
1.1.7. Reservation of Rights
|
||||
|
||||
NVIDIA reserves all rights, title, and interest in and to the
|
||||
SDK, not expressly granted to you under this Agreement.
|
||||
|
||||
|
||||
1.2. Limitations
|
||||
|
||||
The following license limitations apply to your use of the
|
||||
SDK:
|
||||
|
||||
1. You may not reverse engineer, decompile or disassemble,
|
||||
or remove copyright or other proprietary notices from any
|
||||
portion of the SDK or copies of the SDK.
|
||||
|
||||
2. Except as expressly provided in this Agreement, you may
|
||||
not copy, sell, rent, sublicense, transfer, distribute,
|
||||
modify, or create derivative works of any portion of the
|
||||
SDK. For clarity, you may not distribute or sublicense the
|
||||
SDK as a stand-alone product.
|
||||
|
||||
3. Unless you have an agreement with NVIDIA for this
|
||||
purpose, you may not indicate that an application created
|
||||
with the SDK is sponsored or endorsed by NVIDIA.
|
||||
|
||||
4. You may not bypass, disable, or circumvent any
|
||||
encryption, security, digital rights management or
|
||||
authentication mechanism in the SDK.
|
||||
|
||||
5. You may not use the SDK in any manner that would cause it
|
||||
to become subject to an open source software license. As
|
||||
examples, licenses that require as a condition of use,
|
||||
modification, and/or distribution that the SDK be:
|
||||
|
||||
a. Disclosed or distributed in source code form;
|
||||
|
||||
b. Licensed for the purpose of making derivative works;
|
||||
or
|
||||
|
||||
c. Redistributable at no charge.
|
||||
|
||||
6. Unless you have an agreement with NVIDIA for this
|
||||
purpose, you may not use the SDK with any system or
|
||||
application where the use or failure of the system or
|
||||
application can reasonably be expected to threaten or
|
||||
result in personal injury, death, or catastrophic loss.
|
||||
Examples include use in nuclear, avionics, navigation,
|
||||
military, medical, life support or other life critical
|
||||
applications. NVIDIA does not design, test or manufacture
|
||||
the SDK for these critical uses and NVIDIA shall not be
|
||||
liable to you or any third party, in whole or in part, for
|
||||
any claims or damages arising from such uses.
|
||||
|
||||
7. You agree to defend, indemnify and hold harmless NVIDIA
|
||||
and its affiliates, and their respective employees,
|
||||
contractors, agents, officers and directors, from and
|
||||
against any and all claims, damages, obligations, losses,
|
||||
liabilities, costs or debt, fines, restitutions and
|
||||
expenses (including but not limited to attorney’s fees
|
||||
and costs incident to establishing the right of
|
||||
indemnification) arising out of or related to your use of
|
||||
the SDK outside of the scope of this Agreement, or not in
|
||||
compliance with its terms.
|
||||
|
||||
|
||||
1.3. Ownership
|
||||
|
||||
1. NVIDIA or its licensors hold all rights, title and
|
||||
interest in and to the SDK and its modifications and
|
||||
derivative works, including their respective intellectual
|
||||
property rights, subject to your rights under Section 3.2.
|
||||
This SDK may include software and materials from
|
||||
NVIDIA’s licensors, and these licensors are intended
|
||||
third party beneficiaries that may enforce this Agreement
|
||||
with respect to their intellectual property rights.
|
||||
|
||||
2. You hold all rights, title and interest in and to your
|
||||
applications and your derivative works of the sample
|
||||
source code delivered in the SDK, including their
|
||||
respective intellectual property rights, subject to
|
||||
NVIDIA’s rights under section 3.1.
|
||||
|
||||
3. You may, but don’t have to, provide to NVIDIA
|
||||
suggestions, feature requests or other feedback regarding
|
||||
the SDK, including possible enhancements or modifications
|
||||
to the SDK. For any feedback that you voluntarily provide,
|
||||
you hereby grant NVIDIA and its affiliates a perpetual,
|
||||
non-exclusive, worldwide, irrevocable license to use,
|
||||
reproduce, modify, license, sublicense (through multiple
|
||||
tiers of sublicensees), and distribute (through multiple
|
||||
tiers of distributors) it without the payment of any
|
||||
royalties or fees to you. NVIDIA will use feedback at its
|
||||
choice. NVIDIA is constantly looking for ways to improve
|
||||
its products, so you may send feedback to NVIDIA through
|
||||
the developer portal at https://developer.nvidia.com.
|
||||
|
||||
|
||||
1.4. No Warranties
|
||||
|
||||
THE SDK IS PROVIDED BY NVIDIA “AS IS” AND “WITH ALL
|
||||
FAULTS.” TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND
|
||||
ITS AFFILIATES EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND
|
||||
OR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING,
|
||||
BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, OR THE
|
||||
ABSENCE OF ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO
|
||||
WARRANTY IS MADE ON THE BASIS OF TRADE USAGE, COURSE OF
|
||||
DEALING OR COURSE OF TRADE.
|
||||
|
||||
|
||||
1.5. Limitation of Liability
|
||||
|
||||
TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS
|
||||
AFFILIATES SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
|
||||
PUNITIVE OR CONSEQUENTIAL DAMAGES, OR ANY LOST PROFITS, LOSS
|
||||
OF USE, LOSS OF DATA OR LOSS OF GOODWILL, OR THE COSTS OF
|
||||
PROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION
|
||||
WITH THIS AGREEMENT OR THE USE OR PERFORMANCE OF THE SDK,
|
||||
WHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON BREACH
|
||||
OF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE),
|
||||
PRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR THEORY OF
|
||||
LIABILITY. IN NO EVENT WILL NVIDIA’S AND ITS AFFILIATES
|
||||
TOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF THIS
|
||||
AGREEMENT EXCEED US$10.00. THE NATURE OF THE LIABILITY OR THE
|
||||
NUMBER OF CLAIMS OR SUITS SHALL NOT ENLARGE OR EXTEND THIS
|
||||
LIMIT.
|
||||
|
||||
These exclusions and limitations of liability shall apply
|
||||
regardless if NVIDIA or its affiliates have been advised of
|
||||
the possibility of such damages, and regardless of whether a
|
||||
remedy fails its essential purpose. These exclusions and
|
||||
limitations of liability form an essential basis of the
|
||||
bargain between the parties, and, absent any of these
|
||||
exclusions or limitations of liability, the provisions of this
|
||||
Agreement, including, without limitation, the economic terms,
|
||||
would be substantially different.
|
||||
|
||||
|
||||
1.6. Termination
|
||||
|
||||
1. This Agreement will continue to apply until terminated by
|
||||
either you or NVIDIA as described below.
|
||||
|
||||
2. If you want to terminate this Agreement, you may do so by
|
||||
stopping to use the SDK.
|
||||
|
||||
3. NVIDIA may, at any time, terminate this Agreement if:
|
||||
|
||||
a. (i) you fail to comply with any term of this
|
||||
Agreement and the non-compliance is not fixed within
|
||||
thirty (30) days following notice from NVIDIA (or
|
||||
immediately if you violate NVIDIA’s intellectual
|
||||
property rights);
|
||||
|
||||
b. (ii) you commence or participate in any legal
|
||||
proceeding against NVIDIA with respect to the SDK; or
|
||||
|
||||
c. (iii) NVIDIA decides to no longer provide the SDK in
|
||||
a country or, in NVIDIA’s sole discretion, the
|
||||
continued use of it is no longer commercially viable.
|
||||
|
||||
4. Upon any termination of this Agreement, you agree to
|
||||
promptly discontinue use of the SDK and destroy all copies
|
||||
in your possession or control. Your prior distributions in
|
||||
accordance with this Agreement are not affected by the
|
||||
termination of this Agreement. Upon written request, you
|
||||
will certify in writing that you have complied with your
|
||||
commitments under this section. Upon any termination of
|
||||
this Agreement all provisions survive except for the
|
||||
license grant provisions.
|
||||
|
||||
|
||||
1.7. General
|
||||
|
||||
If you wish to assign this Agreement or your rights and
|
||||
obligations, including by merger, consolidation, dissolution
|
||||
or operation of law, contact NVIDIA to ask for permission. Any
|
||||
attempted assignment not approved by NVIDIA in writing shall
|
||||
be void and of no effect. NVIDIA may assign, delegate or
|
||||
transfer this Agreement and its rights and obligations, and if
|
||||
to a non-affiliate you will be notified.
|
||||
|
||||
You agree to cooperate with NVIDIA and provide reasonably
|
||||
requested information to verify your compliance with this
|
||||
Agreement.
|
||||
|
||||
This Agreement will be governed in all respects by the laws of
|
||||
the United States and of the State of Delaware as those laws
|
||||
are applied to contracts entered into and performed entirely
|
||||
within Delaware by Delaware residents, without regard to the
|
||||
conflicts of laws principles. The United Nations Convention on
|
||||
Contracts for the International Sale of Goods is specifically
|
||||
disclaimed. You agree to all terms of this Agreement in the
|
||||
English language.
|
||||
|
||||
The state or federal courts residing in Santa Clara County,
|
||||
California shall have exclusive jurisdiction over any dispute
|
||||
or claim arising out of this Agreement. Notwithstanding this,
|
||||
you agree that NVIDIA shall still be allowed to apply for
|
||||
injunctive remedies or an equivalent type of urgent legal
|
||||
relief in any jurisdiction.
|
||||
|
||||
If any court of competent jurisdiction determines that any
|
||||
provision of this Agreement is illegal, invalid or
|
||||
unenforceable, such provision will be construed as limited to
|
||||
the extent necessary to be consistent with and fully
|
||||
enforceable under the law and the remaining provisions will
|
||||
remain in full force and effect. Unless otherwise specified,
|
||||
remedies are cumulative.
|
||||
|
||||
Each party acknowledges and agrees that the other is an
|
||||
independent contractor in the performance of this Agreement.
|
||||
|
||||
The SDK has been developed entirely at private expense and is
|
||||
“commercial items” consisting of “commercial computer
|
||||
software” and “commercial computer software
|
||||
documentation” provided with RESTRICTED RIGHTS. Use,
|
||||
duplication or disclosure by the U.S. Government or a U.S.
|
||||
Government subcontractor is subject to the restrictions in
|
||||
this Agreement pursuant to DFARS 227.7202-3(a) or as set forth
|
||||
in subparagraphs (c)(1) and (2) of the Commercial Computer
|
||||
Software - Restricted Rights clause at FAR 52.227-19, as
|
||||
applicable. Contractor/manufacturer is NVIDIA, 2788 San Tomas
|
||||
Expressway, Santa Clara, CA 95051.
|
||||
|
||||
The SDK is subject to United States export laws and
|
||||
regulations. You agree that you will not ship, transfer or
|
||||
export the SDK into any country, or use the SDK in any manner,
|
||||
prohibited by the United States Bureau of Industry and
|
||||
Security or economic sanctions regulations administered by the
|
||||
U.S. Department of Treasury’s Office of Foreign Assets
|
||||
Control (OFAC), or any applicable export laws, restrictions or
|
||||
regulations. These laws include restrictions on destinations,
|
||||
end users and end use. By accepting this Agreement, you
|
||||
confirm that you are not a resident or citizen of any country
|
||||
currently embargoed by the U.S. and that you are not otherwise
|
||||
prohibited from receiving the SDK.
|
||||
|
||||
Any notice delivered by NVIDIA to you under this Agreement
|
||||
will be delivered via mail, email or fax. You agree that any
|
||||
notices that NVIDIA sends you electronically will satisfy any
|
||||
legal communication requirements. Please direct your legal
|
||||
notices or other correspondence to NVIDIA Corporation, 2788
|
||||
San Tomas Expressway, Santa Clara, California 95051, United
|
||||
States of America, Attention: Legal Department.
|
||||
|
||||
This Agreement and any exhibits incorporated into this
|
||||
Agreement constitute the entire agreement of the parties with
|
||||
respect to the subject matter of this Agreement and supersede
|
||||
all prior negotiations or documentation exchanged between the
|
||||
parties relating to this SDK license. Any additional and/or
|
||||
conflicting terms on documents issued by you are null, void,
|
||||
and invalid. Any amendment or waiver under this Agreement
|
||||
shall be in writing and signed by representatives of both
|
||||
parties.
|
||||
|
||||
|
||||
1.8. Glossary of Terms
|
||||
|
||||
Certain capitalized terms, if not otherwise defined elsewhere
|
||||
in this SLA, shall have the meanings set forth below:
|
||||
|
||||
1.
|
||||
|
||||
“Affiliate” means any legal entity that Owns, is Owned
|
||||
by, or is commonly Owned with a party. “Own” means
|
||||
having more than 50% ownership or the right to direct the
|
||||
management of the entity.
|
||||
|
||||
2.
|
||||
|
||||
“AGREEMENT” means this SLA and all associated
|
||||
Supplements entered by the parties referencing this SLA.
|
||||
|
||||
3.
|
||||
|
||||
“Authorized Users” means your Enterprise individual
|
||||
employees and any of your Enterprise’s Contractors,
|
||||
subject to the terms of the “Enterprise and Contractors
|
||||
Usage” section.
|
||||
|
||||
4.
|
||||
|
||||
“Confidential Information” means the Licensed Software
|
||||
(unless made publicly available by NVIDIA without
|
||||
confidentiality obligations), and any NVIDIA business,
|
||||
marketing, pricing, research and development, know-how,
|
||||
technical, scientific, financial status, proposed new
|
||||
products or other information disclosed by NVIDIA to you
|
||||
which, at the time of disclosure, is designated in writing
|
||||
as confidential or proprietary (or like written
|
||||
designation), or orally identified as confidential or
|
||||
proprietary or is otherwise reasonably identifiable by
|
||||
parties exercising reasonable business judgment, as
|
||||
confidential. Confidential Information does not and will
|
||||
not include information that: (i) is or becomes generally
|
||||
known to the public through no fault of or breach of the
|
||||
AGREEMENT by the receiving party; (ii) is rightfully known
|
||||
by the receiving party at the time of disclosure without
|
||||
an obligation of confidentiality; (iii) is independently
|
||||
developed by the receiving party without use of the
|
||||
disclosing party’s Confidential Information; or (iv) is
|
||||
rightfully obtained by the receiving party from a third
|
||||
party without restriction on use or disclosure.
|
||||
|
||||
5.
|
||||
|
||||
“Contractor” means an individual who works primarily
|
||||
for your Enterprise on a contractor basis from your secure
|
||||
network.
|
||||
|
||||
6.
|
||||
|
||||
“Documentation” means the NVIDIA documentation made
|
||||
available for use with the Software, including (without
|
||||
limitation) user manuals, datasheets, operations
|
||||
instructions, installation guides, release notes and other
|
||||
materials provided to you under the AGREEMENT.
|
||||
|
||||
7.
|
||||
|
||||
“Enterprise” means you or any company or legal entity
|
||||
for which you accepted the terms of this SLA, and their
|
||||
subsidiaries of which your company or legal entity owns
|
||||
more than fifty percent (50%) of the issued and
|
||||
outstanding equity.
|
||||
|
||||
8.
|
||||
|
||||
“Feedback” means any and all suggestions, feature
|
||||
requests, comments or other feedback regarding the
|
||||
Licensed Software, including possible enhancements or
|
||||
modifications thereto.
|
||||
|
||||
9.
|
||||
|
||||
“Intellectual Property Rights” means all patent,
|
||||
copyright, trademark, trade secret, trade dress, trade
|
||||
names, utility models, mask work, moral rights, rights of
|
||||
attribution or integrity service marks, master recording
|
||||
and music publishing rights, performance rights,
|
||||
author’s rights, database rights, registered design
|
||||
rights and any applications for the protection or
|
||||
registration of these rights, or other intellectual or
|
||||
industrial property rights or proprietary rights,
|
||||
howsoever arising and in whatever media, whether now known
|
||||
or hereafter devised, whether or not registered,
|
||||
(including all claims and causes of action for
|
||||
infringement, misappropriation or violation and all rights
|
||||
in any registrations and renewals), worldwide and whether
|
||||
existing now or in the future.
|
||||
|
||||
10.
|
||||
|
||||
“Licensed Software” means Software, Documentation and
|
||||
all modifications owned by NVIDIA.
|
||||
|
||||
11.
|
||||
|
||||
“Open Source License” includes, without limitation, a
|
||||
software license that requires as a condition of use,
|
||||
modification, and/or distribution of such software that
|
||||
the Software be (i) disclosed or distributed in source
|
||||
code form; (ii) be licensed for the purpose of making
|
||||
derivative works; or (iii) be redistributable at no
|
||||
charge.
|
||||
|
||||
12.
|
||||
|
||||
“Order” means a purchase order issued by you, a signed
|
||||
purchase agreement with you, or other ordering document
|
||||
issued by you to NVIDIA or a NVIDIA authorized reseller
|
||||
(including any on-line acceptance process) that references
|
||||
and incorporates the AGREEMENT and is accepted by NVIDIA.
|
||||
|
||||
13.
|
||||
|
||||
“Software” means the NVIDIA software programs licensed
|
||||
to you under the AGREEMENT including, without limitation,
|
||||
libraries, sample code, utility programs and programming
|
||||
code.
|
||||
|
||||
14.
|
||||
|
||||
“Supplement” means the additional terms and conditions
|
||||
beyond those stated in this SLA that apply to certain
|
||||
Licensed Software licensed hereunder.
|
14
lib/lwjgl/licenses/dyncall_license.txt
Normal file
14
lib/lwjgl/licenses/dyncall_license.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
Copyright (c) 2007-2015 Daniel Adler <dadler AT uni-goettingen DOT de>,
|
||||
Tassilo Philipp <tphilipp AT potion-studios DOT com>
|
||||
|
||||
Permission to use, copy, modify, and distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL, DIRECT, 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 THIS SOFTWARE.
|
21
lib/lwjgl/licenses/glfw_license.txt
Normal file
21
lib/lwjgl/licenses/glfw_license.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
Copyright (c) 2002-2006 Marcus Geelnard
|
||||
Copyright (c) 2006-2010 Camilla Berglund <elmindreda@elmindreda.org>
|
||||
|
||||
This software is 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.
|
27
lib/lwjgl/licenses/jemalloc_license.txt
Normal file
27
lib/lwjgl/licenses/jemalloc_license.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
Unless otherwise specified, files in the jemalloc source distribution are
|
||||
subject to the following license:
|
||||
--------------------------------------------------------------------------------
|
||||
Copyright (C) 2002-2018 Jason Evans <jasone@canonware.com>.
|
||||
All rights reserved.
|
||||
Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
|
||||
Copyright (C) 2009-2018 Facebook, Inc. 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(s),
|
||||
this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright notice(s),
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``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 HOLDER(S) 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.
|
||||
--------------------------------------------------------------------------------
|
22
lib/lwjgl/licenses/khronos_license.txt
Normal file
22
lib/lwjgl/licenses/khronos_license.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
** Copyright (c) 2013-2014 The Khronos Group Inc.
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person obtaining a
|
||||
** copy of this software and/or associated documentation files (the
|
||||
** "Materials"), to deal in the Materials without restriction, including
|
||||
** without limitation the rights to use, copy, modify, merge, publish,
|
||||
** distribute, sublicense, and/or sell copies of the Materials, and to
|
||||
** permit persons to whom the Materials are furnished to do so, subject to
|
||||
** the following conditions:
|
||||
**
|
||||
** The above copyright notice and this permission notice shall be included
|
||||
** in all copies or substantial portions of the Materials.
|
||||
**
|
||||
** THE MATERIALS 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.
|
||||
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
||||
*/
|
54
lib/lwjgl/licenses/libdivide_license.txt
Normal file
54
lib/lwjgl/licenses/libdivide_license.txt
Normal file
|
@ -0,0 +1,54 @@
|
|||
libdivide
|
||||
Copyright (C) 2010 ridiculous_fish
|
||||
|
||||
libdivide is made available under two licenses. You may choose either
|
||||
of the following licenses when using libdivide.
|
||||
|
||||
zlib License
|
||||
------------
|
||||
|
||||
This software is 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.
|
||||
|
||||
|
||||
Boost License
|
||||
-------------
|
||||
|
||||
Boost Software License - Version 1.0 - August 17th, 2003
|
||||
|
||||
Permission is hereby granted, free of charge, to any person or organization
|
||||
obtaining a copy of the software and accompanying documentation covered by
|
||||
this license (the "Software") to use, reproduce, display, distribute,
|
||||
execute, and transmit the Software, and to prepare derivative works of the
|
||||
Software, and to permit third-parties to whom the Software is furnished to
|
||||
do so, all subject to the following:
|
||||
|
||||
The copyright notices in the Software and this entire statement, including
|
||||
the above license grant, this restriction and the following disclaimer,
|
||||
must be included in all copies of the Software, in whole or in part, and
|
||||
all derivative works of the Software, unless such copies or derivative
|
||||
works are solely in the form of machine-executable object code generated by
|
||||
a source language processor.
|
||||
|
||||
THE SOFTWARE IS 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
||||
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
|
||||
libdivide@ridiculousfish.com
|
63
lib/lwjgl/licenses/llvm_license.txt
Normal file
63
lib/lwjgl/licenses/llvm_license.txt
Normal file
|
@ -0,0 +1,63 @@
|
|||
==============================================================================
|
||||
LLVM Release License
|
||||
==============================================================================
|
||||
University of Illinois/NCSA
|
||||
Open Source License
|
||||
|
||||
Copyright (c) 2007-2018 University of Illinois at Urbana-Champaign.
|
||||
All rights reserved.
|
||||
|
||||
Developed by:
|
||||
|
||||
LLVM Team
|
||||
|
||||
University of Illinois at Urbana-Champaign
|
||||
|
||||
http://llvm.org
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal with
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||
of the Software, and to permit persons to whom the Software is furnished to do
|
||||
so, subject to the following conditions:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimers.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimers in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the names of the LLVM Team, University of Illinois at
|
||||
Urbana-Champaign, nor the names of its contributors may be used to
|
||||
endorse or promote products derived from this Software without specific
|
||||
prior written permission.
|
||||
|
||||
THE SOFTWARE IS 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. IN NO EVENT SHALL THE
|
||||
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
|
||||
SOFTWARE.
|
||||
|
||||
==============================================================================
|
||||
The LLVM software contains code written by third parties. Such software will
|
||||
have its own individual LICENSE.TXT file in the directory in which it appears.
|
||||
This file will describe the copyrights, license, and restrictions which apply
|
||||
to that code.
|
||||
|
||||
The disclaimer of warranty in the University of Illinois Open Source License
|
||||
applies to all code in the LLVM Distribution, and nothing in any of the
|
||||
other licenses gives permission to use the names of the LLVM Team or the
|
||||
University of Illinois to endorse or promote products derived from this
|
||||
Software.
|
||||
|
||||
The following pieces of software have additional or alternate copyrights,
|
||||
licenses, and/or restrictions:
|
||||
|
||||
Program Directory
|
||||
------- ---------
|
||||
<none yet>
|
||||
|
47
lib/lwjgl/licenses/lmdb_license.txt
Normal file
47
lib/lwjgl/licenses/lmdb_license.txt
Normal file
|
@ -0,0 +1,47 @@
|
|||
The OpenLDAP Public License
|
||||
Version 2.8, 17 August 2003
|
||||
|
||||
Redistribution and use of this software and associated documentation
|
||||
("Software"), with or without modification, are permitted provided
|
||||
that the following conditions are met:
|
||||
|
||||
1. Redistributions in source form must retain copyright statements
|
||||
and notices,
|
||||
|
||||
2. Redistributions in binary form must reproduce applicable copyright
|
||||
statements and notices, this list of conditions, and the following
|
||||
disclaimer in the documentation and/or other materials provided
|
||||
with the distribution, and
|
||||
|
||||
3. Redistributions must contain a verbatim copy of this document.
|
||||
|
||||
The OpenLDAP Foundation may revise this license from time to time.
|
||||
Each revision is distinguished by a version number. You may use
|
||||
this Software under terms of this license revision or under the
|
||||
terms of any subsequent revision of the license.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
|
||||
CONTRIBUTORS ``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 OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
|
||||
OR OWNER(S) OF THE SOFTWARE 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.
|
||||
|
||||
The names of the authors and copyright holders must not be used in
|
||||
advertising or otherwise to promote the sale, use or other dealing
|
||||
in this Software without specific, written prior permission. Title
|
||||
to copyright in this Software shall at all times remain with copyright
|
||||
holders.
|
||||
|
||||
OpenLDAP is a registered trademark of the OpenLDAP Foundation.
|
||||
|
||||
Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
|
||||
California, USA. All Rights Reserved. Permission to copy and
|
||||
distribute verbatim copies of this document is granted.
|
24
lib/lwjgl/licenses/lz4_license.txt
Normal file
24
lib/lwjgl/licenses/lz4_license.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
LZ4 Library
|
||||
Copyright (c) 2011-2016, Yann Collet
|
||||
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.
|
||||
|
||||
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 HOLDER 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.
|
19
lib/lwjgl/licenses/meow_license.txt
Normal file
19
lib/lwjgl/licenses/meow_license.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
zlib License
|
||||
|
||||
(C) Copyright 2018 Molly Rocket, Inc.
|
||||
|
||||
This software is 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.
|
18
lib/lwjgl/licenses/nanosvg_license.txt
Normal file
18
lib/lwjgl/licenses/nanosvg_license.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
Copyright (c) 2013-14 Mikko Mononen memon@inside.org
|
||||
|
||||
This software is 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.
|
||||
|
18
lib/lwjgl/licenses/nanovg_license.txt
Normal file
18
lib/lwjgl/licenses/nanovg_license.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
Copyright (c) 2013 Mikko Mononen memon@inside.org
|
||||
|
||||
This software is 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.
|
||||
|
16
lib/lwjgl/licenses/nfd_license.txt
Normal file
16
lib/lwjgl/licenses/nfd_license.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
This software is 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.
|
||||
|
481
lib/lwjgl/licenses/openal_soft_license.txt
Normal file
481
lib/lwjgl/licenses/openal_soft_license.txt
Normal file
|
@ -0,0 +1,481 @@
|
|||
GNU LIBRARY GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1991 Free Software Foundation, Inc.
|
||||
51 Franklin Street, Fifth 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.
|
||||
|
||||
[This is the first released version of the library GPL. It is
|
||||
numbered 2 because it goes with version 2 of the ordinary GPL.]
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
Licenses are intended to guarantee your freedom to share and change
|
||||
free software--to make sure the software is free for all its users.
|
||||
|
||||
This license, the Library General Public License, applies to some
|
||||
specially designated Free Software Foundation software, and to any
|
||||
other libraries whose authors decide to use it. You can use it for
|
||||
your libraries, 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 library, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of the library, whether gratis
|
||||
or for a fee, you must give the recipients all the rights that we gave
|
||||
you. You must make sure that they, too, receive or can get the source
|
||||
code. If you link a program with the library, you must provide
|
||||
complete object files to the recipients so that they can relink them
|
||||
with the library, after making changes to the library and recompiling
|
||||
it. And you must show them these terms so they know their rights.
|
||||
|
||||
Our method of protecting your rights has two steps: (1) copyright
|
||||
the library, and (2) offer you this license which gives you legal
|
||||
permission to copy, distribute and/or modify the library.
|
||||
|
||||
Also, for each distributor's protection, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
library. If the library is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original
|
||||
version, 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 companies distributing free
|
||||
software will individually obtain patent licenses, thus in effect
|
||||
transforming the program into proprietary software. To prevent this,
|
||||
we have made it clear that any patent must be licensed for everyone's
|
||||
free use or not licensed at all.
|
||||
|
||||
Most GNU software, including some libraries, is covered by the ordinary
|
||||
GNU General Public License, which was designed for utility programs. This
|
||||
license, the GNU Library General Public License, applies to certain
|
||||
designated libraries. This license is quite different from the ordinary
|
||||
one; be sure to read it in full, and don't assume that anything in it is
|
||||
the same as in the ordinary license.
|
||||
|
||||
The reason we have a separate public license for some libraries is that
|
||||
they blur the distinction we usually make between modifying or adding to a
|
||||
program and simply using it. Linking a program with a library, without
|
||||
changing the library, is in some sense simply using the library, and is
|
||||
analogous to running a utility program or application program. However, in
|
||||
a textual and legal sense, the linked executable is a combined work, a
|
||||
derivative of the original library, and the ordinary General Public License
|
||||
treats it as such.
|
||||
|
||||
Because of this blurred distinction, using the ordinary General
|
||||
Public License for libraries did not effectively promote software
|
||||
sharing, because most developers did not use the libraries. We
|
||||
concluded that weaker conditions might promote sharing better.
|
||||
|
||||
However, unrestricted linking of non-free programs would deprive the
|
||||
users of those programs of all benefit from the free status of the
|
||||
libraries themselves. This Library General Public License is intended to
|
||||
permit developers of non-free programs to use free libraries, while
|
||||
preserving your freedom as a user of such programs to change the free
|
||||
libraries that are incorporated in them. (We have not seen how to achieve
|
||||
this as regards changes in header files, but we have achieved it as regards
|
||||
changes in the actual functions of the Library.) The hope is that this
|
||||
will lead to faster development of free libraries.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow. Pay close attention to the difference between a
|
||||
"work based on the library" and a "work that uses the library". The
|
||||
former contains code derived from the library, while the latter only
|
||||
works together with the library.
|
||||
|
||||
Note that it is possible for a library to be covered by the ordinary
|
||||
General Public License rather than by this special one.
|
||||
|
||||
GNU LIBRARY GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License Agreement applies to any software library which
|
||||
contains a notice placed by the copyright holder or other authorized
|
||||
party saying it may be distributed under the terms of this Library
|
||||
General Public License (also called "this License"). Each licensee is
|
||||
addressed as "you".
|
||||
|
||||
A "library" means a collection of software functions and/or data
|
||||
prepared so as to be conveniently linked with application programs
|
||||
(which use some of those functions and data) to form executables.
|
||||
|
||||
The "Library", below, refers to any such software library or work
|
||||
which has been distributed under these terms. A "work based on the
|
||||
Library" means either the Library or any derivative work under
|
||||
copyright law: that is to say, a work containing the Library or a
|
||||
portion of it, either verbatim or with modifications and/or translated
|
||||
straightforwardly into another language. (Hereinafter, translation is
|
||||
included without limitation in the term "modification".)
|
||||
|
||||
"Source code" for a work means the preferred form of the work for
|
||||
making modifications to it. For a library, 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 library.
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running a program using the Library is not restricted, and output from
|
||||
such a program is covered only if its contents constitute a work based
|
||||
on the Library (independent of the use of the Library in a tool for
|
||||
writing it). Whether that is true depends on what the Library does
|
||||
and what the program that uses the Library does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Library's
|
||||
complete 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 distribute a copy of this License along with the
|
||||
Library.
|
||||
|
||||
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 Library or any portion
|
||||
of it, thus forming a work based on the Library, 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) The modified work must itself be a software library.
|
||||
|
||||
b) You must cause the files modified to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
c) You must cause the whole of the work to be licensed at no
|
||||
charge to all third parties under the terms of this License.
|
||||
|
||||
d) If a facility in the modified Library refers to a function or a
|
||||
table of data to be supplied by an application program that uses
|
||||
the facility, other than as an argument passed when the facility
|
||||
is invoked, then you must make a good faith effort to ensure that,
|
||||
in the event an application does not supply such function or
|
||||
table, the facility still operates, and performs whatever part of
|
||||
its purpose remains meaningful.
|
||||
|
||||
(For example, a function in a library to compute square roots has
|
||||
a purpose that is entirely well-defined independent of the
|
||||
application. Therefore, Subsection 2d requires that any
|
||||
application-supplied function or table used by this function must
|
||||
be optional: if the application does not supply it, the square
|
||||
root function must still compute square roots.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Library,
|
||||
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 Library, 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 Library.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Library
|
||||
with the Library (or with a work based on the Library) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may opt to apply the terms of the ordinary GNU General Public
|
||||
License instead of this License to a given copy of the Library. To do
|
||||
this, you must alter all the notices that refer to this License, so
|
||||
that they refer to the ordinary GNU General Public License, version 2,
|
||||
instead of to this License. (If a newer version than version 2 of the
|
||||
ordinary GNU General Public License has appeared, then you can specify
|
||||
that version instead if you wish.) Do not make any other change in
|
||||
these notices.
|
||||
|
||||
Once this change is made in a given copy, it is irreversible for
|
||||
that copy, so the ordinary GNU General Public License applies to all
|
||||
subsequent copies and derivative works made from that copy.
|
||||
|
||||
This option is useful when you wish to copy part of the code of
|
||||
the Library into a program that is not a library.
|
||||
|
||||
4. You may copy and distribute the Library (or a portion or
|
||||
derivative of it, under Section 2) in object code or executable form
|
||||
under the terms of Sections 1 and 2 above provided that you 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.
|
||||
|
||||
If distribution of 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 satisfies the requirement to
|
||||
distribute the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
5. A program that contains no derivative of any portion of the
|
||||
Library, but is designed to work with the Library by being compiled or
|
||||
linked with it, is called a "work that uses the Library". Such a
|
||||
work, in isolation, is not a derivative work of the Library, and
|
||||
therefore falls outside the scope of this License.
|
||||
|
||||
However, linking a "work that uses the Library" with the Library
|
||||
creates an executable that is a derivative of the Library (because it
|
||||
contains portions of the Library), rather than a "work that uses the
|
||||
library". The executable is therefore covered by this License.
|
||||
Section 6 states terms for distribution of such executables.
|
||||
|
||||
When a "work that uses the Library" uses material from a header file
|
||||
that is part of the Library, the object code for the work may be a
|
||||
derivative work of the Library even though the source code is not.
|
||||
Whether this is true is especially significant if the work can be
|
||||
linked without the Library, or if the work is itself a library. The
|
||||
threshold for this to be true is not precisely defined by law.
|
||||
|
||||
If such an object file uses only numerical parameters, data
|
||||
structure layouts and accessors, and small macros and small inline
|
||||
functions (ten lines or less in length), then the use of the object
|
||||
file is unrestricted, regardless of whether it is legally a derivative
|
||||
work. (Executables containing this object code plus portions of the
|
||||
Library will still fall under Section 6.)
|
||||
|
||||
Otherwise, if the work is a derivative of the Library, you may
|
||||
distribute the object code for the work under the terms of Section 6.
|
||||
Any executables containing that work also fall under Section 6,
|
||||
whether or not they are linked directly with the Library itself.
|
||||
|
||||
6. As an exception to the Sections above, you may also compile or
|
||||
link a "work that uses the Library" with the Library to produce a
|
||||
work containing portions of the Library, and distribute that work
|
||||
under terms of your choice, provided that the terms permit
|
||||
modification of the work for the customer's own use and reverse
|
||||
engineering for debugging such modifications.
|
||||
|
||||
You must give prominent notice with each copy of the work that the
|
||||
Library is used in it and that the Library and its use are covered by
|
||||
this License. You must supply a copy of this License. If the work
|
||||
during execution displays copyright notices, you must include the
|
||||
copyright notice for the Library among them, as well as a reference
|
||||
directing the user to the copy of this License. Also, you must do one
|
||||
of these things:
|
||||
|
||||
a) Accompany the work with the complete corresponding
|
||||
machine-readable source code for the Library including whatever
|
||||
changes were used in the work (which must be distributed under
|
||||
Sections 1 and 2 above); and, if the work is an executable linked
|
||||
with the Library, with the complete machine-readable "work that
|
||||
uses the Library", as object code and/or source code, so that the
|
||||
user can modify the Library and then relink to produce a modified
|
||||
executable containing the modified Library. (It is understood
|
||||
that the user who changes the contents of definitions files in the
|
||||
Library will not necessarily be able to recompile the application
|
||||
to use the modified definitions.)
|
||||
|
||||
b) Accompany the work with a written offer, valid for at
|
||||
least three years, to give the same user the materials
|
||||
specified in Subsection 6a, above, for a charge no more
|
||||
than the cost of performing this distribution.
|
||||
|
||||
c) If distribution of the work is made by offering access to copy
|
||||
from a designated place, offer equivalent access to copy the above
|
||||
specified materials from the same place.
|
||||
|
||||
d) Verify that the user has already received a copy of these
|
||||
materials or that you have already sent this user a copy.
|
||||
|
||||
For an executable, the required form of the "work that uses the
|
||||
Library" must include any data and utility programs needed for
|
||||
reproducing the executable from it. 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.
|
||||
|
||||
It may happen that this requirement contradicts the license
|
||||
restrictions of other proprietary libraries that do not normally
|
||||
accompany the operating system. Such a contradiction means you cannot
|
||||
use both them and the Library together in an executable that you
|
||||
distribute.
|
||||
|
||||
7. You may place library facilities that are a work based on the
|
||||
Library side-by-side in a single library together with other library
|
||||
facilities not covered by this License, and distribute such a combined
|
||||
library, provided that the separate distribution of the work based on
|
||||
the Library and of the other library facilities is otherwise
|
||||
permitted, and provided that you do these two things:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work
|
||||
based on the Library, uncombined with any other library
|
||||
facilities. This must be distributed under the terms of the
|
||||
Sections above.
|
||||
|
||||
b) Give prominent notice with the combined library of the fact
|
||||
that part of it is a work based on the Library, and explaining
|
||||
where to find the accompanying uncombined form of the same work.
|
||||
|
||||
8. You may not copy, modify, sublicense, link with, or distribute
|
||||
the Library except as expressly provided under this License. Any
|
||||
attempt otherwise to copy, modify, sublicense, link with, or
|
||||
distribute the Library 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.
|
||||
|
||||
9. 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 Library or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Library (or any work based on the
|
||||
Library), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Library or works based on it.
|
||||
|
||||
10. Each time you redistribute the Library (or any work based on the
|
||||
Library), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute, link with or modify the Library
|
||||
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.
|
||||
|
||||
11. 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 Library at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Library 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 Library.
|
||||
|
||||
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.
|
||||
|
||||
12. If the distribution and/or use of the Library is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Library 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.
|
||||
|
||||
13. The Free Software Foundation may publish revised and/or new
|
||||
versions of the Library 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 Library
|
||||
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 Library does not specify a
|
||||
license version number, you may choose any version ever published by
|
||||
the Free Software Foundation.
|
||||
|
||||
14. If you wish to incorporate parts of the Library into other free
|
||||
programs whose distribution conditions are incompatible with these,
|
||||
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
|
||||
|
||||
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
||||
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
||||
OTHER PARTIES PROVIDE THE LIBRARY "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
|
||||
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
||||
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. 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 LIBRARY 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
|
||||
LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), 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 Libraries
|
||||
|
||||
If you develop a new library, and you want it to be of the greatest
|
||||
possible use to the public, we recommend making it free software that
|
||||
everyone can redistribute and change. You can do so by permitting
|
||||
redistribution under these terms (or, alternatively, under the terms of the
|
||||
ordinary General Public License).
|
||||
|
||||
To apply these terms, attach the following notices to the library. 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 library's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
This library 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
|
||||
Library General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the library, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1990
|
||||
Ty Coon, President of Vice
|
||||
|
||||
That's all there is to it!
|
27
lib/lwjgl/licenses/openvr_license.txt
Normal file
27
lib/lwjgl/licenses/openvr_license.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
Copyright (c) 2015, Valve Corporation
|
||||
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. Neither the name of the copyright holder nor the names of its contributors
|
||||
may 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 HOLDER 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.
|
44
lib/lwjgl/licenses/opus_license.txt
Normal file
44
lib/lwjgl/licenses/opus_license.txt
Normal file
|
@ -0,0 +1,44 @@
|
|||
Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic,
|
||||
Jean-Marc Valin, Timothy B. Terriberry,
|
||||
CSIRO, Gregory Maxwell, Mark Borgerding,
|
||||
Erik de Castro Lopo
|
||||
|
||||
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.
|
||||
|
||||
- Neither the name of Internet Society, IETF or IETF Trust, nor the
|
||||
names of specific contributors, may 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.
|
||||
|
||||
Opus is subject to the royalty-free patent licenses which are
|
||||
specified at:
|
||||
|
||||
Xiph.Org Foundation:
|
||||
https://datatracker.ietf.org/ipr/1524/
|
||||
|
||||
Microsoft Corporation:
|
||||
https://datatracker.ietf.org/ipr/1914/
|
||||
|
||||
Broadcom Corporation:
|
||||
https://datatracker.ietf.org/ipr/1526/
|
249
lib/lwjgl/licenses/ovr_license.txt
Normal file
249
lib/lwjgl/licenses/ovr_license.txt
Normal file
|
@ -0,0 +1,249 @@
|
|||
Oculus VR, LLC Software Development Kit License Agreement
|
||||
|
||||
Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved.
|
||||
|
||||
The text of this may be found at: https://developer3.oculus.com/licenses/sdk-3.4.1/
|
||||
|
||||
In order to obtain and use the Oculus Software Development Kit for mobile or for PC,
|
||||
You must first agree to the terms of this License. If you agree to the terms of this
|
||||
License, you may use the Oculus Software Development Kit. If you do not agree to the
|
||||
terms of this License, then you may not use the Oculus Software Development Kit.
|
||||
|
||||
OCULUS SDK LICENSE
|
||||
|
||||
1. Subject to the terms and conditions of this License Agreement (the "License"),
|
||||
Oculus VR, LLC ("Oculus") hereby grants to you a worldwide, non-exclusive, no-charge,
|
||||
royalty-free, sublicenseable copyright license to use, reproduce and redistribute
|
||||
(subject to restrictions below) the software contained in this Oculus Rift Software
|
||||
Development Kit for PC and/or Oculus Rift Software Development Kit for mobile (individually
|
||||
and collectively, "Oculus SDK"), including, but not limited to, the samples,
|
||||
headers, LibOVR and VRLib headers, LibOVR and VRLib source and, subject to your
|
||||
compliance with Section 3, the headers, libraries and APIs to enable the Platform
|
||||
Services. This License is subject to the following terms and conditions:
|
||||
|
||||
1.1 This license grants you the non-exclusive license and right to use (i) the Oculus
|
||||
SDK to make engines, tools, applications, content, games and demos (collectively and
|
||||
generally referred to as "Developer Content") for use on the Oculus approved hardware
|
||||
and software products ("Oculus Approved Products") and which may incorporate the Oculus
|
||||
SDK in whole or in part in binary or object code; and (ii) the headers, libraries,
|
||||
APIs and other tools made available by Oculus to enable the use of Platform Services
|
||||
with your Developer Content.
|
||||
|
||||
1.2 For the sake of clarification, when you use the Oculus SDK in or with Developer
|
||||
Content, you retain all rights to your Developer Content, and you have no obligations
|
||||
to share or license Developer Content (including your source and object code) to Oculus
|
||||
or any third parties; provided, however, Oculus retains all rights to the Oculus SDK
|
||||
and the headers, libraries and APIs to the Platform Services and other tools made available
|
||||
by Oculus, including those that may be incorporated into your Developer Content.
|
||||
|
||||
1.3 You agree that as a condition of this License you will design and distribute your Developer
|
||||
Content to ensure that your Developer Content and any software required to use your Developer
|
||||
Content does not, and you will not, alter or interfere with the normal operation, behavior
|
||||
or functionality of the Oculus hardware or software or Oculus Approved Products, including:
|
||||
(i) the behavior of the "Oculus button" and "XBox button" implemented by the Oculus system
|
||||
software; (ii) any on-screen messages or information; (iii) the behavior of the proximity
|
||||
sensor in the Oculus hardware implemented by the Oculus system software; (iv) Oculus
|
||||
hardware or software security features; (v) end user's settings; or (vi) the Oculus Flash
|
||||
Screen Warnings. You also agree not to commit any act intended to interfere with the normal
|
||||
operation of the Oculus hardware or software or Oculus Approved Products, or provide software
|
||||
to Oculus users or developers that would induce breach of any Oculus agreements or that contains
|
||||
malware, viruses, hacks, bots, Trojan horses, or other malicious code.
|
||||
|
||||
1.4 You may not use the Oculus SDK for any purpose not expressly permitted by this
|
||||
License. You may not:
|
||||
|
||||
a. decompile
|
||||
b. reverse engineer
|
||||
c. disassemble
|
||||
d. attempt to derive the source code of the Oculus SDK or any part of the
|
||||
Oculus SDK, or any other software or firmware provided to you by Oculus
|
||||
|
||||
(except as and only to the extent any foregoing restriction is prohibited by applicable law).
|
||||
|
||||
REDISTRIBUTION
|
||||
|
||||
2. Subject to the terms and conditions of this License, your license to redistribute and
|
||||
sublicense the Oculus SDK is also expressly made subject to the following conditions:
|
||||
|
||||
2.1 You may sublicense and redistribute the source, binary, or object code of the
|
||||
Oculus SDK in whole for no charge or as part of a for-charge piece of Developer Content;
|
||||
provided, however, you may only license, sublicense or redistribute the source, binary
|
||||
or object code of the Oculus SDK in its entirety. The Oculus SDK (including, but not
|
||||
limited to LibOVR and VRLib), and any Developer Content that includes any portion of
|
||||
the Oculus SDK, may only be used with Oculus Approved Products and may not be used,
|
||||
licensed, or sublicensed to interface with software or hardware or other commercial
|
||||
headsets, mobile tablets or phones that are not authorized and approved by Oculus;
|
||||
|
||||
2.2 You must include with all such redistributed or sublicensed Oculus SDK code
|
||||
the following copyright notice: "Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved."
|
||||
|
||||
2.3 You must give any other recipients of the Oculus SDK a copy of this License as such
|
||||
recipients, licensees or sublicensees may only use the Oculus SDK subject to the terms
|
||||
of this License and such recipient's, licensee's or sublicensee's agreement to and
|
||||
acceptance of this License with Oculus; and
|
||||
|
||||
2.4 The Oculus SDK includes a "LICENSE" text file (the "License Notice"), and any Oculus
|
||||
SDK distribution that you distribute must include a copy of this License with the License Notice.
|
||||
|
||||
OCULUS PLATFORM SERVICES
|
||||
|
||||
3. Oculus makes the headers, libraries and APIs, software, and other tools made available by
|
||||
Oculus to enable Platform Services in connection with your Developer Content. You agree
|
||||
not to use any API, code or other tools, instruction or service provided by Oculus to enable
|
||||
or use a Platform Service other than in compliance with these terms. For more information go
|
||||
to https://developer.oculus.com.
|
||||
|
||||
<EFBFBD> "Oculus Platform Framework" means the suite of Oculus platform services, including but not
|
||||
limited to the Oculus file distribution and update system (enabling distribution and updates
|
||||
of Developer Content by Oculus, including through generated activation Keys), entitlement
|
||||
system, and account authentication, which list may be changed from time to time in Oculus'
|
||||
sole discretion.
|
||||
<EFBFBD> "Application Services" means services provided by Oculus associated with the Platform,
|
||||
including but not limited to in-app purchasing, multiplayer matchmaking, friends, leader boards,
|
||||
achievements, rooms, voice over IP and cloud saves, which list may be changed from time to time
|
||||
in Oculus' sole discretion.
|
||||
<EFBFBD> "Platform" means the Oculus virtual reality platform, including but not limited to the user
|
||||
experience, user interface, store, and social features, usable on Oculus approved hardware or
|
||||
any third-party device or operating system, including but not limited to iOS, Android, Windows,
|
||||
OS X, Linux, and Windows Mobile.
|
||||
<EFBFBD> "Platform Services" means the Oculus Platform Framework and the Application Services.
|
||||
|
||||
3.1 Oculus Platform Services. Oculus makes certain Platform Services available to you to include and
|
||||
enable in your Developer Content. Developer Content that enables or includes any Platform Service
|
||||
must implement the Oculus Platform Framework with that Developer Content. Once your Developer
|
||||
Content has been authorized for use of the Platform Services, you are not required to update your
|
||||
Developer Content to include new Platform Services Oculus may make available as part of the
|
||||
Oculus Platform Framework.
|
||||
|
||||
3.2 Limited Authorization. You hereby grant Oculus the limited authorization reasonably necessary
|
||||
for Oculus's exercise of its rights and performance of its obligations under this Section 3.
|
||||
You agree that Oculus may use its contractors and affiliates for the purposes of exercising
|
||||
its rights and licenses set forth in this Section 3.
|
||||
|
||||
3.3. Internal Use. You agree that Oculus may grant its employees and internal contractors the
|
||||
right to use, perform and display the Developer Content you provide to Oculus for testing,
|
||||
evaluation and approval purposes, which shall be on a royalty-free basis.
|
||||
|
||||
3.4 Key Provision and Redemption. If you request that Oculus generate activation keys for your
|
||||
Developer Content on the Platform ("Keys") and Oculus agrees, you hereby grant Oculus (i) the
|
||||
right to generate Keys for you and (ii) a license to make available, reproduce, distribute,
|
||||
perform, and display the Developer Content to end users who have submitted a Key to Oculus.
|
||||
Oculus agrees to authenticate and make Developer Content available to any end user supplying
|
||||
a valid Key (unless the Developer Content has been removed or withdrawn).
|
||||
|
||||
3.5 Platform Services Requirements. You will not make any use of any API, software, code or
|
||||
other item or information supplied by Oculus in connection with the Platform Services other
|
||||
than to enhance the functionality of your Developer Content. In particular, you must not
|
||||
(nor enable others to): (i) defame, abuse, harass, stalk, or threaten others, or to promote or
|
||||
facilitate any prohibited or illegal activities; (ii) enable any functionality in your Developer
|
||||
Content that would generate excessive traffic over the Oculus network or servers that would
|
||||
negatively impact other users' experience, or otherwise interfere with or restrict the operation
|
||||
of the Platform Services, or Oculus's servers or networks providing the Platform Services; or
|
||||
(iii) remove, obscure, or alter any Oculus license terms, policies or terms of service or any
|
||||
links to or notices thereto. You may not sublicense any software, firmware or other item or
|
||||
information supplied by Oculus in connection with the Platform Service for use by a third party,
|
||||
unless expressly authorized by Oculus to do so. You agree not to use (or encourage the use of) the
|
||||
Platform Services for mission critical, life saving or ultra-hazardous activities. Oculus may suspend
|
||||
operation of or remove any Developer Content that does not comply with the restrictions in this License.
|
||||
|
||||
You will not use the Oculus Avatar associated with the Oculus ID of any end user in your Developer
|
||||
Content without the express permission of that end user unless, (i) that end user is actively engaged
|
||||
with your Developer Content or (ii) that end user remains part of an active session of your Developer
|
||||
Content with whom other end users are interacting, whether or not that end user is then online.
|
||||
|
||||
GENERAL PROVISIONS
|
||||
|
||||
4. Additional Materials
|
||||
|
||||
4.1 Oculus may include in this Oculus SDK additional content (e.g., samples) for demonstration, references
|
||||
or other specific purposes. Such content will be clearly marked in the Oculus SDK and is subject to
|
||||
any included terms and conditions.
|
||||
|
||||
4.2 Your use of third-party materials included in the Oculus SDK may be subject to other terms and
|
||||
conditions typically found in separate third-party license agreements or "READ ME" files included with
|
||||
such third-party materials. To the extent such other terms and conditions conflict with the terms and
|
||||
conditions of this License, the former will control with respect to the applicable third-party materials.
|
||||
|
||||
5. THE OCULUS SDK AND ANY COMPONENT THEREOF, THE OCULUS HEADERS, LIBRARIES AND APIS, AND THE PLATFORM SERVICES
|
||||
FROM OCULUS AND ITS CONTRIBUTORS ARE PROVIDED "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 OCULUS AS THE COPYRIGHT OWNER 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 OCULUS SDK, THE OCULUS HEADERS, LIBRARIES AND APIS OR THE PLATFORM
|
||||
SERVICES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SOME JURISDICTIONS DO NOT PERMIT THE EXCLUSION OR
|
||||
LIMITATION OF IMPLIED WARRANTIES, SO YOU MAY HAVE ADDITIONAL RIGHTS.
|
||||
|
||||
6. This License does not grant permission to use the trade names, trademarks, service marks, or product names
|
||||
of Oculus, except as required for reasonable and customary use in describing the origin of the Oculus SDK, and
|
||||
reproducing the content of the License Notice file. Oculus reserves all rights not expressly granted to you
|
||||
under this License. Neither the name of Oculus VR, LLC nor the names of Oculus VR, LLC's contributors, licensors,
|
||||
employees, or contractors, may be used to endorse or promote products developed using the Oculus SDK without
|
||||
specific prior written permission of Oculus VR, LLC.
|
||||
|
||||
7. You are responsible for ensuring that your use of the Oculus SDK and your Developer Content, including enabled
|
||||
Platform Services, complies with all applicable laws (including privacy laws) wherever your Developer Content is
|
||||
made available. You acknowledge and agree that you are solely responsible for any health and safety issues arising
|
||||
from your Developer Content. You will not collect end users' content or information, or otherwise access any Oculus
|
||||
site, using automated means (such as harvesting bots, robots, spiders, or scrapers) without Oculus' prior permission.
|
||||
|
||||
8. Your acceptance of the terms and conditions of this License in and of itself and for all Developer Content created
|
||||
as of March 28, 2016, may be evidenced by any of the following: your usage of the Oculus SDK, or acceptance of the
|
||||
license agreement. As this License is updated for future releases of the Oculus SDK, you agree to abide by and meet
|
||||
all requirements of future updates of this License for those future Oculus SDK releases, with acceptance evidenced
|
||||
by usage of the Oculus SDK or any element thereof and the future updates of this License will apply for that future
|
||||
Developer Content that may be developed for or with that future Oculus SDK or any element thereof (i.e., you cannot
|
||||
sidestep out of the requirements of future updates of the License by developing against an older release of the Oculus
|
||||
SDK or License).
|
||||
|
||||
9. Oculus reserves the right to terminate this License and all your rights hereunder immediately in the event you
|
||||
materially breach this License.
|
||||
|
||||
10. Furthermore, Oculus also reserves the right to cancel or terminate this License for any of the following reasons:
|
||||
|
||||
a. Intellectual property infringement by you with Developer Content created by you that is used with or by the Oculus
|
||||
SDK, or any of the Platform Services;
|
||||
b. Developer Content (including enabling Platform Services) that violates applicable law;
|
||||
c. Health and safety issues associated with your Developer Content;
|
||||
d. Failure to comply with or use properly the Oculus Flash Screen Warnings;
|
||||
e. Use of the Oculus SDK with a commercial product other than an Oculus Approved Product;
|
||||
f. Failure to provide required notices as set forth above; and
|
||||
g. Failure to observe the restrictions in Section 3.5.
|
||||
|
||||
11. You agree to fully indemnify Oculus from any and all losses, costs, damages and expenses (including reasonable
|
||||
attorney's fees) arising out of your Developer Content or any matter set forth in Sections 6, 7 and 10(a) through (g).
|
||||
|
||||
12. Oculus may discontinue or change functionality of the Platform Services at any time, and your continued use of the
|
||||
Platform Services or use of any modified or additional Platform Services is conditioned upon your adherence to the terms
|
||||
of this License, as modified by Oculus from time to time.
|
||||
|
||||
13. In the event any provision of this License is determined to be invalid, prohibited or unenforceable by a court or
|
||||
other body of competent jurisdiction, this License shall be construed as if such invalid, prohibited or unenforceable
|
||||
provision has been more narrowly drawn so as not to be invalid, prohibited or unenforceable.
|
||||
|
||||
14. You may not assign any rights or obligations under this License without the advance written consent of Oculus,
|
||||
which may be withheld in its sole discretion. Oculus may assign its rights or obligations under this License in its
|
||||
sole discretion.
|
||||
|
||||
15. Failure of either party at any time to enforce any of the provisions of this License will not be construed as a
|
||||
waiver of such provisions or in any way affect the validity of this License or parts thereof.
|
||||
|
||||
16. Your remedies under this License shall be limited to the right to collect money damages, if any, and you hereby
|
||||
waive your right to injunctive or other equitable relief.
|
||||
|
||||
17. You will comply, and will not cause Oculus to not comply (by for example, providing Developer Content to Oculus
|
||||
under this Agreement for which required export clearances have not been obtained), with all applicable export control
|
||||
laws of the United States and any other applicable governmental authority, including without limitation, the U.S.
|
||||
Export Administration Regulations. You agree that this License and the Oculus SDK and accompanying documentation are
|
||||
Oculus's confidential information (and is not publicly available), and you will not use it, disclose it or make it
|
||||
available to others except in accordance with the terms of this License.
|
||||
|
||||
18. This License shall be governed by the laws of the State of California, without giving effect to choice of law principles.
|
||||
All disputes relating to this License shall be resolved by binding non-appearance-based arbitration before a neutral
|
||||
arbitrator in Santa Clara, California. The arbitration shall be conducted in accordance with the rules and procedures
|
||||
of JAMS then in effect, and the judgment of the arbitrator shall be final and capable of entry in any court of competent
|
||||
jurisdiction. You and Oculus agree to submit to the personal jurisdiction of the courts located within Santa Clara,
|
||||
California in connection with any entrance of an arbitrator's judgment or decision or any dispute with respect to the
|
||||
arbitration process or procedure or Oculus's exercise of its equitable rights or remedies.
|
||||
|
175
lib/lwjgl/licenses/remotery_license.txt
Normal file
175
lib/lwjgl/licenses/remotery_license.txt
Normal file
|
@ -0,0 +1,175 @@
|
|||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
24
lib/lwjgl/licenses/rpmalloc_license.txt
Normal file
24
lib/lwjgl/licenses/rpmalloc_license.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
This is free and unencumbered software released into the public domain.
|
||||
|
||||
Anyone is free to copy, modify, publish, use, compile, sell, or
|
||||
distribute this software, either in source code form or as a compiled
|
||||
binary, for any purpose, commercial or non-commercial, and by any
|
||||
means.
|
||||
|
||||
In jurisdictions that recognize copyright laws, the author or authors
|
||||
of this software dedicate any and all copyright interest in the
|
||||
software to the public domain. We make this dedication for the benefit
|
||||
of the public at large and to the detriment of our heirs and
|
||||
successors. We intend this dedication to be an overt act of
|
||||
relinquishment in perpetuity of all present and future rights to this
|
||||
software under copyright law.
|
||||
|
||||
THE SOFTWARE IS 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.
|
||||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
For more information, please refer to <http://unlicense.org>
|
201
lib/lwjgl/licenses/shaderc_license.txt
Normal file
201
lib/lwjgl/licenses/shaderc_license.txt
Normal file
|
@ -0,0 +1,201 @@
|
|||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
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.
|
63
lib/lwjgl/licenses/tinyexr_license.txt
Normal file
63
lib/lwjgl/licenses/tinyexr_license.txt
Normal file
|
@ -0,0 +1,63 @@
|
|||
Copyright (c) 2014 - 2016, Syoyo Fujita
|
||||
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.
|
||||
* Neither the name of the <organization> nor the
|
||||
names of its contributors may 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 <COPYRIGHT HOLDER> 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.
|
||||
*/
|
||||
|
||||
// TinyEXR contains some OpenEXR code, which is licensed under ------------
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (c) 2002, Industrial Light & Magic, a division of Lucas
|
||||
// Digital Ltd. LLC
|
||||
//
|
||||
// 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.
|
||||
// * Neither the name of Industrial Light & Magic nor the names of
|
||||
// its contributors may 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.
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// End of OpenEXR license -------------------------------------------------
|
15
lib/lwjgl/licenses/tinyfd_license.txt
Normal file
15
lib/lwjgl/licenses/tinyfd_license.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
This software is 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.
|
21
lib/lwjgl/licenses/tootle_directxmesh_license.txt
Normal file
21
lib/lwjgl/licenses/tootle_directxmesh_license.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2017 Microsoft Corp
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
||||
software and associated documentation files (the "Software"), to deal in the Software
|
||||
without restriction, including without limitation the rights to use, copy, modify,
|
||||
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies
|
||||
or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS 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. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
19
lib/lwjgl/licenses/tootle_license.txt
Normal file
19
lib/lwjgl/licenses/tootle_license.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
Copyright (c) 2015 Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS 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. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
19
lib/lwjgl/licenses/vma_license.txt
Normal file
19
lib/lwjgl/licenses/vma_license.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS 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. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
24
lib/lwjgl/licenses/xxhash_license.txt
Normal file
24
lib/lwjgl/licenses/xxhash_license.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
xxHash Library
|
||||
Copyright (c) 2012-2014, Yann Collet
|
||||
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.
|
||||
|
||||
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 HOLDER 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.
|
30
lib/lwjgl/licenses/yoga_license.txt
Normal file
30
lib/lwjgl/licenses/yoga_license.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
BSD License
|
||||
|
||||
For yoga software
|
||||
|
||||
Copyright (c) 2014-present, Facebook, Inc. 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.
|
||||
|
||||
* Neither the name Facebook nor the names of its contributors may 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 HOLDER 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.
|
30
lib/lwjgl/licenses/zstd_license.txt
Normal file
30
lib/lwjgl/licenses/zstd_license.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
BSD License
|
||||
|
||||
For Zstandard software
|
||||
|
||||
Copyright (c) 2016-present, Facebook, Inc. 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.
|
||||
|
||||
* Neither the name Facebook nor the names of its contributors may 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 HOLDER 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.
|
Loading…
Add table
Add a link
Reference in a new issue