|
28 | 28 | </table> |
29 | 29 | </div> |
30 | 30 |
|
31 | | -> **Version:** 5.1.0 · **Language:** Go · **License:** MIT · **Platform:** Linux · Windows · macOS |
| 31 | +> **Version:** 5.1.0 · **Language:** Go · **License:** GPLv3 · **Platform:** Linux · Windows · macOS |
32 | 32 |
|
33 | 33 | 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. |
34 | 34 |
|
@@ -3444,26 +3444,24 @@ Repository: [github.com/forgezero-cli/ForgeZero](https://github.com/forgezero-cl |
3444 | 3444 |
|
3445 | 3445 | ## 42. License |
3446 | 3446 |
|
3447 | | -ForgeZero is released under the **MIT License**. |
| 3447 | +ForgeZero is released under the **GPLv3 License**. |
3448 | 3448 |
|
3449 | 3449 | ``` |
3450 | | -MIT License |
3451 | 3450 |
|
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/>. |
3467 | 3465 | ``` |
3468 | 3466 |
|
3469 | 3467 | --- |
|
0 commit comments