-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #882 from Slayer366/main
Add license files for Tile World
- 2025-03-06_1114
- 2025-03-03_0511
- 2025-03-02_0037
- 2025-03-02_0028
- 2025-02-27_2241
- 2025-02-19_1252
- 2025-02-19_0828
- 2025-02-18_2120
- 2025-02-15_2011
- 2025-02-15_1938
- 2025-02-15_1456
- 2025-02-13_2342
- 2025-02-11_0956
- 2025-02-09_1204
- 2025-02-09_0212
- 2025-02-08_2253
- 2025-02-06_1211
- 2025-02-06_0046
- 2025-02-04_1954
- 2025-01-30_2311
- 2025-01-28_1951
- 2025-01-28_0936
- 2025-01-24_2309
- 2025-01-24_2219
- 2025-01-23_1658
- 2025-01-23_1604
- 2025-01-23_1422
- 2025-01-22_2214
- 2025-01-22_1104
- 2025-01-21_0240
- 2025-01-20_2237
- 2025-01-15_1237
- 2025-01-14_1009
- 2025-01-08_1341
- 2025-01-07_1055
- 2025-01-02_1923
- 2025-01-01_2019
- 2024-12-27_2043
- 2024-12-27_1725
- 2024-12-19_1739
- 2024-12-17_1916
- 2024-12-16_1130
- 2024-12-14_2156
- 2024-12-14_2115
- 2024-12-14_0955
- 2024-12-13_1501
- 2024-12-11_1336
- 2024-12-09_2009
- 2024-12-07_0044
- 2024-12-05_0844
- 2024-12-03_1159
- 2024-11-29_1007
- 2024-11-28_1344
- 2024-11-28_0901
- 2024-11-19_0913
- 2024-11-18_0913
- 2024-11-16_1010
- 2024-11-15_1632
- 2024-11-13_2313
- 2024-11-13_1319
- 2024-11-13_0956
- 2024-11-12_1249
- 2024-11-12_1227
- 2024-11-12_1217
- 2024-11-10_1313
- 2024-11-07_1955
- 2024-11-04_1645
- 2024-11-03_1903
- 2024-11-02_0839
- 2024-10-31_1458
Showing
30 changed files
with
4,617 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
License | ||
|
||
FLAC is a free codec in the fullest sense. | ||
This page explicitly states all that you may do with the format and software. | ||
|
||
The FLAC and Ogg FLAC formats themselves, and their specifications, are fully open to the public to be used for any purpose (the FLAC project reserves the right to set the FLAC specification and certify compliance). | ||
They are free for commercial or noncommercial use. | ||
That means that commercial developers may independently write FLAC or Ogg FLAC software which is compatible with the specifications for no charge and without restrictions of any kind. | ||
There are no licensing fees or royalties of any kind for use of the formats or their specifications, or for distributing, selling, or streaming media in the FLAC or Ogg FLAC formats. | ||
|
||
The FLAC project also makes available software that implements the formats, which is distributed according to Open Source licenses as follows: | ||
|
||
The reference implementation libraries are licensed under the New BSD License. | ||
In simple terms, these libraries may be used by any application, Open or proprietary, linked or incorporated in whole, so long as acknowledgement is made to Xiph.org Foundation when using the source code in whole or in derived works. | ||
The Xiph License is free enough that the libraries have been used in commercial products to implement FLAC, including in the firmware of hardware devices where other Open Source licenses can be problematic. | ||
In the source code these libraries are called libFLAC and libFLAC++. | ||
|
||
The rest of the software that the FLAC project provides is licensed under the GNU General Public License (GPL). | ||
This software includes various utilities for converting files to and from FLAC format, plugins for audio players, et cetera. | ||
In general, the GPL allows redistribution as long as derived works are also made available in source code form according to compatible terms. | ||
|
||
Neither the FLAC nor Ogg FLAC formats nor any of the implemented encoding/decoding methods are covered by any known patent. | ||
|
||
FLAC is one of a family of codecs of the Xiph.org Foundation, all created according to the same free ideals. | ||
For some other codecs' descriptions of the Xiph License see the Speex and Vorbis license pages. | ||
|
||
If you would like to redistribute parts or all of FLAC under different terms, contact the FLAC-dev mailinglist. | ||
Copyright (c) 2000-2009 Josh Coalson, 2011-2022 Xiph.Org Foundation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Copyright: | ||
Copyright (C) 2001-2011 Andreas Schiffler <aschiffler at ferzkopp dot net> | ||
|
||
License: | ||
|
||
This library is available under the zlib/libpng 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
This library is distributed under the terms of the 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. | ||
|
||
The source is available from the SDL website: | ||
http://www.libsdl.org/projects/SDL_image |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
This library is distributed under the terms of the 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. | ||
|
||
The source is available from the SDL website: | ||
http://www.libsdl.org/projects/SDL_mixer |
Oops, something went wrong.