Switched license to GPL-3.0.
the build is pending Details

This commit is contained in:
tastytea 2018-12-29 05:58:15 +01:00
parent ba8a788039
commit 1b46b56624
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,17 @@
/* Public Domain / CC-0
* Author: tastytea <tastytea@tastytea.de>
/* This file is part of cppscript.
* Copyright © 2018 tastytea <tastytea@tastytea.de>
*
* This program 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, version 3.
*
* 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
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if __cplusplus >= 201703L