From 6c07fec9c61e3f4a1777280ac745ccd4eaca4896 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Fri, 8 May 2020 22:59:49 +0200 Subject: [PATCH] :page_facing_up: GPL-2.0 --- LICENSE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a253371 --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ +Libchess - A chess library written in Go +Copyright (C) 2020 Brian Wiborg + +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 2.0. + +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 . \ No newline at end of file