LICENSE: Unlicense -> GPL Version 2

This commit is contained in:
2026-02-04 22:37:23 +00:00
parent ea2f745f1e
commit 500661d68e
23 changed files with 444 additions and 110 deletions

View File

@@ -22,10 +22,11 @@ sv_t sv_copy(sv_t old)
* 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 Unlicense for details.
* FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for
* details.
* You may distribute and modify this code under the terms of the Unlicense,
* which you should have received a copy of along with this program. If not,
* please go to <https://unlicense.org/>.
* You may distribute and modify this code under the terms of the GNU General
* Public License Version 2, which you should have received a copy of along with
* this program. If not, please go to <https://www.gnu.org/licenses/>.
*/