Now the project officialy is under GPL license.

This commit is contained in:
Andrew
2025-10-31 19:36:48 +03:00
parent 6adf3a649b
commit 3c9bb2a1e4
3 changed files with 222 additions and 20 deletions

View File

@@ -4,21 +4,17 @@
A convenient way to install Adobe After Effects on Linux using Wine. Heavily inspired by [AeNux](https://github.com/cutefishaep/AeNux) by cutefish.
**⚠️ SOFTWARE IS NOT IN THE RELEASE STATE**\
**⚠️ SOFTWARE CONTAINS BINARY BLOBS (explaination is in the bottom of this README)**
**Heads up:** I'm planning on removing all of the proprietary blobs in my project and illegal AE download links too. Please be patient, or, even better, help me with this.
**⚠️ SOFTWARE IS NOT IN THE RELEASE STATE**
*If you're interested in the project's roadmap, check out [**ROADMAP.md**](https://github.com/relativemodder/aegnux/blob/main/ROADMAP.md)*.
[Download Flatpak package](https://github.com/relativemodder/com.relative.Aegnux/releases/latest) if you want to install it on any distro.
## License disclaimer
**ON MY WAY TO LICENSE THIS CODE UNDER GPL**
**This project is licensed under GNU GENERAL PUBLIC LICENSE V3.**
This project is intended for educational and experimental use only. Please respect software licensing agreements and use responsibly. The primary objective is to explore Linux compatibility for creative applications. After Effects is a commercial software developed by Adobe.
@@ -64,16 +60,3 @@ You can improve translations, AMD GPU support, overall stability, etc.
- Your code should follow the style of our project
- DON'T SEND AI-GENERATED SLOP, please, for the love of god
- Try to follow the [**ROADMAP.md**](https://github.com/relativemodder/aegnux/blob/main/ROADMAP.md)
## If you're doubt about origins of binary files...
I'm already omw to cleanup the repo from binaries.
- Wine (compiled and stripped) - official repo
- msxml3.dll - MS Windows
- Visual C++ Redist pack - [TechPowerUp](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/)
- kitty - [Binary releases](https://github.com/kovidgoyal/kitty/releases)
- cabextract - [Binary RPM](https://src.fedoraproject.org/rpms/cabextract)
- winetricks - it's already the source itself.
IF YOU WANT TO CHANGE THIS, you're welcome to write additional pipeline to compile these files from scratch.