1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Attribution
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)
|