Add Adobe copyright notice and licence text here too.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 13 May 2006 14:21:00 +0000 (14:21 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 13 May 2006 14:21:00 +0000 (14:21 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/halibut@6682 cda61777-01e9-0310-a592-d414129be87e

LICENCE
licence.c

diff --git a/LICENCE b/LICENCE
index a9a7f35..a3e7a65 100644 (file)
--- a/LICENCE
+++ b/LICENCE
@@ -19,3 +19,18 @@ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
+
+Halibut contains font metrics derived from the "Font Metrics for PDF
+Core 14 Fonts", which carry the following copyright notice and licence:
+
+  Copyright (c) 1985, 1987, 1989, 1990, 1991, 1992, 1993, 1997
+  Adobe Systems Incorporated.  All Rights Reserved.
+
+  This file and the 14 PostScript(R) AFM files it accompanies may be
+  used, copied, and distributed for any purpose and without charge,
+  with or without modification, provided that all copyright notices
+  are retained; that the AFM files are not distributed without this
+  file; that all modifications to this file or any of the AFM files
+  are prominently noted in the modified file(s); and that this
+  paragraph is not modified. Adobe Systems has no responsibility or
+  obligation to support the use of the AFM files.
index 9f0abd7..9843dfd 100644 (file)
--- a/licence.c
+++ b/licence.c
@@ -26,6 +26,21 @@ static const char *const licencetext[] = {
     "ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
     "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
     "SOFTWARE.",
+    "",
+    "Halibut contains font metrics derived from the \"Font Metrics for PDF",
+    "Core 14 Fonts\", which carry the following copyright notice and licence:",
+    "",
+    "  Copyright (c) 1985, 1987, 1989, 1990, 1991, 1992, 1993, 1997",
+    "  Adobe Systems Incorporated.  All Rights Reserved.",
+    "",
+    "  This file and the 14 PostScript(R) AFM files it accompanies may be",
+    "  used, copied, and distributed for any purpose and without charge,",
+    "  with or without modification, provided that all copyright notices",
+    "  are retained; that the AFM files are not distributed without this",
+    "  file; that all modifications to this file or any of the AFM files",
+    "  are prominently noted in the modified file(s); and that this",
+    "  paragraph is not modified. Adobe Systems has no responsibility or",
+    "  obligation to support the use of the AFM files.",
     NULL
 };