| 1 |
cl-pdf is a cross-platform Common Lisp library for generating PDF files. |
|---|
| 2 |
|
|---|
| 3 |
The latest version is here: |
|---|
| 4 |
http://www.fractalconcept.com/asp/html/cl-pdf.html |
|---|
| 5 |
|
|---|
| 6 |
Marc Battyani: marc.battyani@fractalconcept.com or marc@battyani.net |
|---|
| 7 |
|
|---|
| 8 |
Note that though this licence has no advertising clause anymore, it is |
|---|
| 9 |
recommenced that applications using cl-pdf/cl-typesetting, like Web servers, |
|---|
| 10 |
Web applications or native applications, insert somewhere (in the about or |
|---|
| 11 |
credits page for instance) "Document(s) generated with cl-pdf/cl-typesetting" |
|---|
| 12 |
This is not a licence requirement and is only asked as a way to to help |
|---|
| 13 |
promote the Common Lisp language. |
|---|
| 14 |
|
|---|
| 15 |
cl-pdf is distributed under the following FreeBSD style license: |
|---|
| 16 |
|
|---|
| 17 |
/* ==================================================================== |
|---|
| 18 |
* Copyright (c) 2003 Marc Battyani. All rights reserved. |
|---|
| 19 |
* |
|---|
| 20 |
* Redistribution and use in source and binary forms, with or without |
|---|
| 21 |
* modification, are permitted provided that the following conditions |
|---|
| 22 |
* are met: |
|---|
| 23 |
* |
|---|
| 24 |
* 1. Redistributions of source code must retain the above copyright |
|---|
| 25 |
* notice, this list of conditions and the following disclaimer. |
|---|
| 26 |
* |
|---|
| 27 |
* 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 28 |
* notice, this list of conditions and the following disclaimer in |
|---|
| 29 |
* the documentation and/or other materials provided with the |
|---|
| 30 |
* distribution. |
|---|
| 31 |
* |
|---|
| 32 |
* THIS SOFTWARE IS PROVIDED BY MARC BATTYANI ``AS IS'' AND ANY |
|---|
| 33 |
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 34 |
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
|---|
| 35 |
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MARC BATTYANI OR |
|---|
| 36 |
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|---|
| 37 |
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
|---|
| 38 |
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
|---|
| 39 |
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 40 |
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
|---|
| 41 |
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
|---|
| 42 |
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
|---|
| 43 |
* OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 44 |
* ==================================================================== |
|---|