Initial commit

This commit is contained in:
2025-12-17 16:47:48 +00:00
commit 13813f3363
4964 changed files with 1079753 additions and 0 deletions

78
LICENSE.txt Normal file
View File

@@ -0,0 +1,78 @@
Aya Licensing
=============
Due to the fact that Aya is a fork of previously leaked proprietary Roblox
source code, it is not possible to apply a traditional license to Aya.
Therefore, all authors of custom non-proprietary code and related resources
used in Aya hereby irrevocably waive all copyright and related rights to
their contributions, to the maximum extent allowed by law.
Please note that this waiver of copyright applies only to the non
proprietary items found in Aya. Any proprietary code that may still exist
in Aya remains subject to the copyright and licensing conditions imposed by
its original authors or owners; in particular, Roblox Corporation.
Aya uses a variety of third party dependencies. A list of all the third
party dependencies used in Aya alongside a link to their respective license
are available below:
- assimp: <https://github.com/assimp/assimp/blob/master/LICENSE>
- BGFX: <https://github.com/bkaradzic/bgfx/blob/master/LICENSE>
- Boost: <https://www.boost.org/users/license.html>
- Bullet Physics SDK: <https://github.com/bulletphysics/bullet3/blob/master/LICENSE.txt>
- cURL: <https://curl.se/docs/copyright.html>
- CGAL: <https://www.cgal.org/license.html>
- Discord RPC: <https://github.com/discord/discord-rpc/blob/master/LICENSE>
- GLAD: <https://github.com/Dav1dde/glad/blob/glad2/LICENSE>
- libjpeg-turbo: <https://github.com/libjpeg-turbo/libjpeg-turbo/blob/main/LICENSE.md>
- FreeType: <https://freetype.org/license.html>
- ImGui: <https://www.dearimgui.com/licenses/>
- ImPlot: <https://github.com/epezent/implot/blob/master/LICENSE>
- libarchive: <https://raw.githubusercontent.com/libarchive/libarchive/master/COPYING>
- libjxl: <https://github.com/libjxl/libjxl/blob/main/LICENSE>
- libpng: <http://www.libpng.org/pub/png/src/libpng-LICENSE.txt>
- lz4: <https://github.com/lz4/lz4/blob/dev/LICENSE>
- microprofile: <https://github.com/jonasmr/microprofile/blob/master/LICENSE>
- OpenSSL: <https://www.openssl.org/source/apache-license-2.0.txt>
- opus: <https://opus-codec.org/license/>
- PortAudio: <https://files.portaudio.com/docs/v19-doxydocs/License.html>
- pugixml: <https://pugixml.org/license.html>
- Qt 6: <https://doc.qt.io/qt-6/lgpl.html>
- RakNet: <https://github.com/facebookarchive/RakNet/blob/master/LICENSE>
- RapidJSON: <https://github.com/Tencent/rapidjson/blob/master/license.txt>
- SDL3: <https://www.libsdl.org/license.php>
- xxHash: <https://github.com/Cyan4973/xxHash/blob/dev/LICENSE>
- zlib: <https://www.zlib.net/zlib_license.html>
- zstd: <https://github.com/facebook/zstd/blob/dev/LICENSE>
The authors of Aya have made a concerted effort to rid the original
codebase of any and all proprietary or otherwise closed source
dependencies, and to replace them with free and open source alternatives.
The only proprietary or non-free items that still remain in this repository
is code and artwork created by Roblox Corporation, which themselves have
undergone substantial modification to the extent that they no longer
resemble their original versions.
It is the duty of anyone who uses Aya to be fully aware of the legal
circumstances surrounding its use. The original authors of Aya expressly
disclaim all liability for any and all uses of Aya, including, without
limitation, any direct, indirect, incidental, special, consequential, or
exemplary damages, even if advised of the possibility of such damages. The
original authors of Aya further disclaim any and all responsibility for any
third party's use or misuse of Aya.
THE MATERIALS IN THIS REPOSITORY, INCLUDING ALL SOURCE CODE AND OTHER
RELATED ITEMS, SUCH AS DOCUMENTATION, 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 ANY OTHER 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.
In addition to the legal responsibilities outlined above, we strongly
encourage all users of Aya to use this software in a responsible and
ethical manner. Please respect the rights and dignity of others, and use
Aya only in a way that contributes positively to the world.