diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2006-05-13 14:21:00 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2006-05-13 14:21:00 +0000 |
| commit | 5b5984b6e6d762e288ed3b5a23114b1bc776c4a1 (patch) | |
| tree | faf4c68d990677dadfbe7dc070aaf7732b06fea4 /licence.c | |
| parent | c072eb7debe80aca352a5dc26bff08a6ecd8baff (diff) | |
| download | halibut-5b5984b6e6d762e288ed3b5a23114b1bc776c4a1.zip halibut-5b5984b6e6d762e288ed3b5a23114b1bc776c4a1.tar.gz halibut-5b5984b6e6d762e288ed3b5a23114b1bc776c4a1.tar.bz2 halibut-5b5984b6e6d762e288ed3b5a23114b1bc776c4a1.tar.xz | |
Add Adobe copyright notice and licence text here too.
[originally from svn r6682]
Diffstat (limited to 'licence.c')
| -rw-r--r-- | licence.c | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 }; |