aboutsummaryrefslogtreecommitdiff
path: root/ATTRIBUTION.md
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2024-05-03 16:08:08 +0200
committerPauline <git@ethanlibs.co>2024-05-03 16:08:08 +0200
commitf07970b95cea4a6dc806c0ad5c471cb548e12340 (patch)
tree842ce8ebfd7147f29ee64a59d414649bacb72c75 /ATTRIBUTION.md
parent0f7a8929b05fc868961aa04ca600555ac53c468d (diff)
downloadIntelliProcessor-f07970b95cea4a6dc806c0ad5c471cb548e12340.tar.gz
IntelliProcessor-f07970b95cea4a6dc806c0ad5c471cb548e12340.tar.bz2
IntelliProcessor-f07970b95cea4a6dc806c0ad5c471cb548e12340.zip
✨ feature(icon): add plugin icons and licensing
Diffstat (limited to 'ATTRIBUTION.md')
-rw-r--r--ATTRIBUTION.md34
1 files changed, 32 insertions, 2 deletions
diff --git a/ATTRIBUTION.md b/ATTRIBUTION.md
index 3adcfb3..9ce8658 100644
--- a/ATTRIBUTION.md
+++ b/ATTRIBUTION.md
@@ -1,4 +1,34 @@
# Attribution
-- Huge thanks to [IntelliJ-Preprocessor](https://github.com/FalseHonesty/intellij-preprocessor)
- (inspiration, maintained version under the MIT license) \ No newline at end of file
+The source code of this repository is licensed under the GNU General Public License, Version 3 only, which is provided in the file [LICENSE](./LICENSE), with a header provided below. Certain files/libraries may be under a different license or [require credit](#additional-libraries), with their specific headers outlined in the below non-exhaustive list.
+
+## Nexus
+
+```txt
+IntelliProcessor - Preprocessor highlighting for IntelliJ
+Copyright (C) 2023~2024 Polyfrost Contributors
+
+This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.
+
+This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
+```
+
+## Polyfrost branding
+
+Any files depicting [Polyfrost branding](https://polyfrost.org/legal/branding), including the Polyfrost logo, any landing and background images, the OneConfig logo, the OneLauncher logo, and variations thereof, are licensed under the following:
+
+```txt
+All rights reserved. Copyright (C) 2022~2024 Polyfrost
+```
+
+This includes, but may not be limited to, the following files:
+
+- [`src/main/resources/META-INF/*`](./src/main/resources/META-INF/)
+
+## Additional Libraries
+
+The following are libraries, projects, and codebases which we (Polyfrost and Contributors) copied or modified from (THIS IS A NON-EXHAUSTIVE LIST, IF WE ARE MISSING A LICENSE, PLEASE CHECK OUR [attributions page](https://polyfrost.org/attributions), OR LEAVE A TICKET IN [our Discord server](https://polyfrost.org/discord)):
+
+- Original Project under MIT license: [IntelliJ-Preprocessor](https://github.com/FalseHonesty/intellij-preprocessor)