LICENSE: Unlicense -> GPL Version 2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* test_lisp_api.c: Testing of constructors/destructors in the Lisp system
|
||||
/* test_lisp_api.c: Testing of constructors/destructors of Lisp expressions
|
||||
* Created: 2026-02-04
|
||||
* Author: Aryadev Chavali
|
||||
* License: See end of file
|
||||
@@ -110,10 +110,11 @@ const test_suite_t LISP_API_SUITE = {
|
||||
|
||||
* 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/>.
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user