-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
LICENSE
40 lines (34 loc) · 1.89 KB
/
LICENSE
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
35
36
37
38
39
40
ZigBrains
Copyright (C) 2023-2024 FalsePattern
All Rights Reserved
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
This program 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, only 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
--------------------------------
The following sections are the licenses of code derived from third party projects:
--------------------------------
The art assets inside src/art/zig, and all copies of them, are derived from the official Zig Programming Language logo,
which are the property of the Zig Software Foundation.
(https://github.com/ziglang/logo)
These art assets are licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).
--------------------------------
Parts of the codebase are based on the intellij-zig plugin,
developed by HTGAzureX1212 (https://github.com/HTGAzureX1212), licensed under the Apache 2.0 license.
--------------------------------
Parts of the codebase are based on the intellij-rust plugin,
developed by the intellij-rust team (https://github.com/intellij-rust), licensed under the intellij-rust MIT license.
--------------------------------
All of the licenses listed here are available in the following files, bundled with the plugin:
- licenses/APACHE_2.0.LICENSE
- licenses/CC_BY_SA_4.0.LICENSE
- licenses/GPL3.LICENSE
- licenses/INTELLIJ-RUST.LICENSE
- licenses/LGPL3.LICENSE