License everything under the GPL version 2

This commit is contained in:
Jeremy Baxter 2023-03-28 10:44:58 +13:00
parent fc93266113
commit f2e056bf06
5 changed files with 37 additions and 65 deletions

6
main.d
View file

@ -4,18 +4,18 @@
* The GPLv2 License (GPLv2)
* Copyright (c) 2023 Jeremy Baxter
*
* This program is free software: you can redistribute it and/or modify
* esv 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 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* esv 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/>.
* along with esv. If not, see <http://www.gnu.org/licenses/>.
*/
import std.conv : to, ConvException;