Skip to content

Commit be408ba

Browse files
committed
Docs: update sections with license (was MIT to GPLv3)
Signed-off-by: alexvoste <alexvostedev@proton.me>
1 parent 0624930 commit be408ba

1 file changed

Lines changed: 16 additions & 18 deletions

File tree

README.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</table>
2929
</div>
3030

31-
> **Version:** 5.1.0 &nbsp;·&nbsp; **Language:** Go &nbsp;·&nbsp; **License:** MIT &nbsp;·&nbsp; **Platform:** Linux · Windows · macOS
31+
> **Version:** 5.1.0 &nbsp;·&nbsp; **Language:** Go &nbsp;·&nbsp; **License:** GPLv3 &nbsp;·&nbsp; **Platform:** Linux · Windows · macOS
3232
3333
ForgeZero is a high-performance, zero-overhead build tool for assembly, C, C++, Objective-C, and Gloria developers. It wraps NASM, GAS, FASM, GCC, Clang, Zig, and LD into a single unified command-line interface — no Makefiles, no build scripts, no configuration required to get started.
3434

@@ -3444,26 +3444,24 @@ Repository: [github.com/forgezero-cli/ForgeZero](https://github.com/forgezero-cl
34443444

34453445
## 42. License
34463446

3447-
ForgeZero is released under the **MIT License**.
3447+
ForgeZero is released under the **GPLv3 License**.
34483448

34493449
```
3450-
MIT License
34513450
3452-
Copyright (c) AlexVoste
3453-
3454-
Permission is hereby granted, free of charge, to any person obtaining a copy
3455-
of this software and associated documentation files (the "Software"), to deal
3456-
in the Software without restriction, including without limitation the rights
3457-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3458-
copies of the Software, and to permit persons to whom the Software is
3459-
furnished to do so, subject to the following conditions:
3460-
3461-
The above copyright notice and this permission notice shall be included in all
3462-
copies or substantial portions of the Software.
3463-
3464-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3465-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3466-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3451+
* Copyright (c) 2026 ForgeZero-cli
3452+
*
3453+
* This program is free software: you can redistribute it and/or modify
3454+
* it under the terms of the GNU General Public License as published by
3455+
* the Free Software Foundation, either version 3 of the License, or
3456+
* (at your option) any later version.
3457+
*
3458+
* This program is distributed in the hope that it will be useful,
3459+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
3460+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3461+
* GNU General Public License for more details.
3462+
*
3463+
* You should have received a copy of the GNU General Public License
3464+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
34673465
```
34683466

34693467
---

0 commit comments

Comments
 (0)