diff options
author | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2021-09-15 16:27:14 -0400 |
---|---|---|
committer | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2021-09-16 16:43:45 -0400 |
commit | 14b60616df95d76b91873a726861b58f3578182b (patch) | |
tree | f677e109cb3e2cf7b5f0bd703c34386c27243148 /COPYING | |
parent | 874e4951213d6ff8d08eeab15ee80c59fdbe318f (diff) |
Licence information
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +The file app/XMLParse.hs is derived from HaXml-1.25.5, which is: + (c) copyright 1998-1999 Malcolm Wallace and Colin Runciman + (c) copyright 2000-2013 Malcolm Wallace +and is licenced under the terms of the GNU Lesser General Public Licence (LGPL) +version 2.1 with the following exception (from HaXml's COPYRIGHT file): + +---- +As a relaxation of clause 6 of the LGPL, the copyright holders of this +library give permission to use, copy, link, modify, and distribute, +binary-only object-code versions of an executable linked with the +original unmodified Library, without requiring the supply of any +mechanism to modify or replace the Library and relink (clauses 6a, +6b, 6c, 6d, 6e), provided that all the other terms of clause 6 are +complied with. +---- + +All other files are: + + Copyright (C) 2021 Software Freedom Law Center + +Licenced under the terms of the GNU General Public Licence (GPL) version 3 or +(ar your option) any later version. |