From c3046f636f79bbbad06ce4e304c52f3020f059e3 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 15 Jul 2020 16:28:44 +0100 Subject: Add copyright and license statements to a LICENSE file This is what git hosting services like GitLab expect. --- LICENSE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e8d788e --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ +Copyright (C) 2012-2020 Codethink Limited + +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 of the License. + +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, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -- cgit v1.2.1