NerdLang / nerd

🔱 Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.
https://nectarjs.com
MIT License
3.58k stars 127 forks source link

Confused with cpp out / GPL3 #149

Closed fire closed 1 year ago

fire commented 2 years ago

Hi, I saw https://github.com/NectarJS/nectarjs/blob/master/LICENSE was MIT.

However, many places still say GPL3 or later.

I'm a bit confused.

nectar .\json-patch.js --generate --version
NectarJS v0.7.115
nectar .\json-patch.js --generate

zr2r0.zip

The json-patch.cpp has this in it.

/*
 * This file is part of NectarJS
 * Copyright (c) 2017 - 2020 Adrien THIERRY
 * http://nectarjs.com - https://seraum.com/
 *
 * sources : https://github.com/nectarjs/nectarjs
 * 
 * NectarJS 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, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * NectarJS 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 NectarJS.  If not, see <http://www.gnu.org/licenses/>.
 *
 */
adrien-thierry commented 2 years ago

Hi !

NectarJS is MIT, NectarCPP is GPL with a RUNTIME-EXCEPTION

fire commented 2 years ago

Can you amend the GPL license text with the RUNTIME-EXCEPTION in the text? Thanks!

adrien-thierry commented 1 year ago

Hi, it will be updated very soon