summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-31 16:09:13 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-31 16:14:14 +0000
commitab8a0bfd82f8f474714d7aae4ceff4e7848c9b4b (patch)
tree172600604bca1e73942bfb5318df20d868d8dcec /COPYING
parentc554f18d78fff71aff2d79309b19155de407363d (diff)
downloadcairo-ab8a0bfd82f8f474714d7aae4ceff4e7848c9b4b.tar.gz
Add a COPYING file to each aux. source directory
Include a COPYING inside perf/, test/, util/ to clarify the licensing conditions beneath the respective directories. This is because cairo itself (libcairo.so) is LGPL-2.1/MPL-1.1 but that only relates to src/. The auxiliary source files are under a mix of free licenses and we wish to be clear just what license applies to each file. In particular, cairo-trace needs to include the GPL terms and conditions.
Diffstat (limited to 'COPYING')
-rw-r--r--COPYING17
1 files changed, 9 insertions, 8 deletions
diff --git a/COPYING b/COPYING
index 7019cd694..f54969f1c 100644
--- a/COPYING
+++ b/COPYING
@@ -17,16 +17,17 @@ Please see each file in the implementation for copyright and licensing
information, (in the opening comment of each file).
[*] The implementation of cairo is contained entirely within the "src"
-and "pixman" directories of the cairo source distribution. There are
-other components of the cairo source distribution (such as the "test"
-and "perf") that are auxiliary to the library itself. None of the
-source code in these directories contributes to a build of the cairo
-library itself, (libcairo.so or cairo.dll or similar).
+directory of the cairo source distribution. There are other components
+of the cairo source distribution (such as the "test", "util", and "perf")
+that are auxiliary to the library itself. None of the source code in these
+directories contributes to a build of the cairo library itself, (libcairo.so
+or cairo.dll or similar).
-These auxilary components are also free software, but may be under
+These auxiliary components are also free software, but may be under
different license terms than cairo itself. For example, most of the
test cases in the perf and test directories are made available under
an MIT license to simplify any use of this code for reference purposes
in using cairo itself. Other files might be available under the GNU
-General Public License (GPL), for example. Again, please see the
-opening comment of each file for copyright and licensing information.
+General Public License (GPL), for example. Again, please see the COPYING
+file under each directory and the opening comment of each file for copyright
+and licensing information.