diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-31 16:09:13 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-31 16:14:14 +0000 |
commit | ab8a0bfd82f8f474714d7aae4ceff4e7848c9b4b (patch) | |
tree | 172600604bca1e73942bfb5318df20d868d8dcec /util/Makefile.am | |
parent | c554f18d78fff71aff2d79309b19155de407363d (diff) |
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 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index a9ce8dee7..42c831c91 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -25,5 +25,6 @@ backtrace_symbols_la_LIBADD = -lbfd -liberty malloc_stats_la_LIBADD = $(backtrace_symbols_la_LIBADD) backtrace-symbols.lo EXTRA_DIST += \ + COPYING \ xr2cairo \ cairo-api-update |