Skip to content

Commit aa514ac

Browse files
committed
Merge branch 'tomi/wip/rebase_3.3.3' into wip/rebase_3.3.3
2 parents 2422fcc + a0fe4b2 commit aa514ac

30 files changed

Lines changed: 1568 additions & 25 deletions
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
#
4+
# Linux start script should use lf
5+
/gradlew text eol=lf
6+
7+
# These are Windows script files and should use crlf
8+
*.bat text eol=crlf
9+
10+
# Binary files should be left untouched
11+
*.jar binary
12+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore Gradle project-specific cache directory
2+
.gradle
3+
4+
# Ignore Gradle build output directory
5+
build
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Blendish - Blender 2.5 UI based theming functions for NanoVG
2+
3+
Copyright (c) 2014 Leonard Ritter <leonard.ritter@duangle.com>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.
Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
The FreeType Project LICENSE
2+
----------------------------
3+
4+
2006-Jan-27
5+
6+
Copyright 1996-2002, 2006 by
7+
David Turner, Robert Wilhelm, and Werner Lemberg
8+
9+
10+
11+
Introduction
12+
============
13+
14+
The FreeType Project is distributed in several archive packages;
15+
some of them may contain, in addition to the FreeType font engine,
16+
various tools and contributions which rely on, or relate to, the
17+
FreeType Project.
18+
19+
This license applies to all files found in such packages, and
20+
which do not fall under their own explicit license. The license
21+
affects thus the FreeType font engine, the test programs,
22+
documentation and makefiles, at the very least.
23+
24+
This license was inspired by the BSD, Artistic, and IJG
25+
(Independent JPEG Group) licenses, which all encourage inclusion
26+
and use of free software in commercial and freeware products
27+
alike. As a consequence, its main points are that:
28+
29+
o We don't promise that this software works. However, we will be
30+
interested in any kind of bug reports. (`as is' distribution)
31+
32+
o You can use this software for whatever you want, in parts or
33+
full form, without having to pay us. (`royalty-free' usage)
34+
35+
o You may not pretend that you wrote this software. If you use
36+
it, or only parts of it, in a program, you must acknowledge
37+
somewhere in your documentation that you have used the
38+
FreeType code. (`credits')
39+
40+
We specifically permit and encourage the inclusion of this
41+
software, with or without modifications, in commercial products.
42+
We disclaim all warranties covering The FreeType Project and
43+
assume no liability related to The FreeType Project.
44+
45+
46+
Finally, many people asked us for a preferred form for a
47+
credit/disclaimer to use in compliance with this license. We thus
48+
encourage you to use the following text:
49+
50+
"""
51+
Portions of this software are copyright © <year> The FreeType
52+
Project (www.freetype.org). All rights reserved.
53+
"""
54+
55+
Please replace <year> with the value from the FreeType version you
56+
actually use.
57+
58+
59+
Legal Terms
60+
===========
61+
62+
0. Definitions
63+
--------------
64+
65+
Throughout this license, the terms `package', `FreeType Project',
66+
and `FreeType archive' refer to the set of files originally
67+
distributed by the authors (David Turner, Robert Wilhelm, and
68+
Werner Lemberg) as the `FreeType Project', be they named as alpha,
69+
beta or final release.
70+
71+
`You' refers to the licensee, or person using the project, where
72+
`using' is a generic term including compiling the project's source
73+
code as well as linking it to form a `program' or `executable'.
74+
This program is referred to as `a program using the FreeType
75+
engine'.
76+
77+
This license applies to all files distributed in the original
78+
FreeType Project, including all source code, binaries and
79+
documentation, unless otherwise stated in the file in its
80+
original, unmodified form as distributed in the original archive.
81+
If you are unsure whether or not a particular file is covered by
82+
this license, you must contact us to verify this.
83+
84+
The FreeType Project is copyright (C) 1996-2000 by David Turner,
85+
Robert Wilhelm, and Werner Lemberg. All rights reserved except as
86+
specified below.
87+
88+
1. No Warranty
89+
--------------
90+
91+
THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
92+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
93+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
94+
PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
95+
BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
96+
USE, OF THE FREETYPE PROJECT.
97+
98+
2. Redistribution
99+
-----------------
100+
101+
This license grants a worldwide, royalty-free, perpetual and
102+
irrevocable right and license to use, execute, perform, compile,
103+
display, copy, create derivative works of, distribute and
104+
sublicense the FreeType Project (in both source and object code
105+
forms) and derivative works thereof for any purpose; and to
106+
authorize others to exercise some or all of the rights granted
107+
herein, subject to the following conditions:
108+
109+
o Redistribution of source code must retain this license file
110+
(`FTL.TXT') unaltered; any additions, deletions or changes to
111+
the original files must be clearly indicated in accompanying
112+
documentation. The copyright notices of the unaltered,
113+
original files must be preserved in all copies of source
114+
files.
115+
116+
o Redistribution in binary form must provide a disclaimer that
117+
states that the software is based in part of the work of the
118+
FreeType Team, in the distribution documentation. We also
119+
encourage you to put an URL to the FreeType web page in your
120+
documentation, though this isn't mandatory.
121+
122+
These conditions apply to any software derived from or based on
123+
the FreeType Project, not just the unmodified files. If you use
124+
our work, you must acknowledge us. However, no fee need be paid
125+
to us.
126+
127+
3. Advertising
128+
--------------
129+
130+
Neither the FreeType authors and contributors nor you shall use
131+
the name of the other for commercial, advertising, or promotional
132+
purposes without specific prior written permission.
133+
134+
We suggest, but do not require, that you use one or more of the
135+
following phrases to refer to this software in your documentation
136+
or advertising materials: `FreeType Project', `FreeType Engine',
137+
`FreeType library', or `FreeType Distribution'.
138+
139+
As you have not signed this license, you are not required to
140+
accept it. However, as the FreeType Project is copyrighted
141+
material, only this license, or another one contracted with the
142+
authors, grants you the right to use, distribute, and modify it.
143+
Therefore, by using, distributing, or modifying the FreeType
144+
Project, you indicate that you understand and accept all the terms
145+
of this license.
146+
147+
4. Contacts
148+
-----------
149+
150+
There are two mailing lists related to FreeType:
151+
152+
o freetype@nongnu.org
153+
154+
Discusses general use and applications of FreeType, as well as
155+
future and wanted additions to the library and distribution.
156+
If you are looking for support, start in this list if you
157+
haven't found anything to help you in the documentation.
158+
159+
o freetype-devel@nongnu.org
160+
161+
Discusses bugs, as well as engine internals, design issues,
162+
specific licenses, porting, etc.
163+
164+
Our home page can be found at
165+
166+
https://www.freetype.org
167+
168+
169+
--- end of FTL.TXT ---
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) 2002-2006 Marcus Geelnard
2+
Copyright (c) 2006-2010 Camilla Berglund <elmindreda@elmindreda.org>
3+
4+
This software is provided 'as-is', without any express or implied
5+
warranty. In no event will the authors be held liable for any damages
6+
arising from the use of this software.
7+
8+
Permission is granted to anyone to use this software for any purpose,
9+
including commercial applications, and to alter it and redistribute it
10+
freely, subject to the following restrictions:
11+
12+
1. The origin of this software must not be misrepresented; you must not
13+
claim that you wrote the original software. If you use this software
14+
in a product, an acknowledgment in the product documentation would
15+
be appreciated but is not required.
16+
17+
2. Altered source versions must be plainly marked as such, and must not
18+
be misrepresented as being the original software.
19+
20+
3. This notice may not be removed or altered from any source
21+
distribution.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
** Copyright (c) 2013-2014 The Khronos Group Inc.
3+
**
4+
** Permission is hereby granted, free of charge, to any person obtaining a
5+
** copy of this software and/or associated documentation files (the
6+
** "Materials"), to deal in the Materials without restriction, including
7+
** without limitation the rights to use, copy, modify, merge, publish,
8+
** distribute, sublicense, and/or sell copies of the Materials, and to
9+
** permit persons to whom the Materials are furnished to do so, subject to
10+
** the following conditions:
11+
**
12+
** The above copyright notice and this permission notice shall be included
13+
** in all copies or substantial portions of the Materials.
14+
**
15+
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
18+
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
19+
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
20+
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
21+
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
22+
*/
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
libffi - Copyright (c) 1996-2020 Anthony Green, Red Hat, Inc and others.
2+
See source files for details.
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
``Software''), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
18+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
19+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
20+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
21+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2020 Jens Axboe
2+
3+
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:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
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.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Copyright (c) 2012-present Lightweight Java Game Library
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are
6+
met:
7+
8+
- Redistributions of source code must retain the above copyright
9+
notice, this list of conditions and the following disclaimer.
10+
11+
- Redistributions in binary form must reproduce the above copyright
12+
notice, this list of conditions and the following disclaimer in the
13+
documentation and/or other materials provided with the distribution.
14+
15+
- Neither the name Lightweight Java Game Library nor the names of
16+
its contributors may be used to endorse or promote products derived
17+
from this software without specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
23+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
24+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Copyright (c) 2013-14 Mikko Mononen memon@inside.org
2+
3+
This software is provided 'as-is', without any express or implied
4+
warranty. In no event will the authors be held liable for any damages
5+
arising from the use of this software.
6+
7+
Permission is granted to anyone to use this software for any purpose,
8+
including commercial applications, and to alter it and redistribute it
9+
freely, subject to the following restrictions:
10+
11+
1. The origin of this software must not be misrepresented; you must not
12+
claim that you wrote the original software. If you use this software
13+
in a product, an acknowledgment in the product documentation would be
14+
appreciated but is not required.
15+
2. Altered source versions must be plainly marked as such, and must not be
16+
misrepresented as being the original software.
17+
3. This notice may not be removed or altered from any source distribution.
18+

0 commit comments

Comments
 (0)