Skip to content

Latest commit

 

History

History
125 lines (84 loc) · 3.2 KB

File metadata and controls

125 lines (84 loc) · 3.2 KB

Third-Party Licenses

UnityGameTranslator includes the following third-party libraries. We thank all the developers and contributors for their work.


UniverseLib

A library for making plugins which target IL2CPP and Mono Unity games.

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.

Harmony

A library for patching, replacing and decorating .NET methods during runtime.

MIT License

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.

BepInEx

Unity / XNA game patcher and plugin framework.

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.

MelonLoader

The World's First Universal Mod Loader for Unity Games.

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

Newtonsoft.Json

Popular high-performance JSON framework for .NET.

MIT License

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.

.NET Libraries (Microsoft)

System.Buffers, System.Memory, System.Numerics.Vectors, System.Runtime.CompilerServices.Unsafe

MIT License

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.

Unity Engine

Unity runtime libraries are used for compilation and compatibility.

  • Source: https://unity.com/
  • License: Unity Terms of Service
  • Note: Unity DLLs are not redistributed; users must have a valid Unity game installation.

This file is included in all release packages to comply with LGPL-2.1 and Apache-2.0 license requirements.