summaryrefslogtreecommitdiff
path: root/perf/Makefile.am
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 /perf/Makefile.am
parentc554f18d78fff71aff2d79309b19155de407363d (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 'perf/Makefile.am')
-rw-r--r--perf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am
index daec8e4e..edd4c685 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -8,7 +8,7 @@ AM_CPPFLAGS = \
$(CAIRO_CFLAGS)
EXTRA_PROGRAMS += cairo-perf cairo-perf-diff-files cairo-perf-graph-files
-EXTRA_DIST += cairo-perf-diff
+EXTRA_DIST += cairo-perf-diff COPYING
EXTRA_LTLIBRARIES += libcairoperf.la
LDADD = $(top_builddir)/boilerplate/libcairoboilerplate.la \