diff options
author | Colin Walters <walters@verbum.org> | 2009-08-24 14:30:14 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-08-24 14:30:14 -0400 |
commit | 95f40264a1df97d066bda5cda4b39e99804b77f7 (patch) | |
tree | 44a77efce237b16c40e71e122e0523cdbc19b1cb /Makefile.am | |
parent | 5e1c9e463e0cecc6e1952a7dae55641850e7a87d (diff) | |
download | gobject-introspection-95f40264a1df97d066bda5cda4b39e99804b77f7.tar.gz |
Bug 587279 - Add COPYING.GPL and COPYING.LGPL
It's better to keep lawyers happy if we ship the actual license
files rather than just mentioning them in COPYING.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 90c8538c..d69ef0fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,8 @@ m4dir = $(datadir)/aclocal m4_DATA = m4/introspection.m4 EXTRA_DIST = \ + COPYING.LGPL \ + COPYING.GPL \ CONTRIBUTORS \ $(pkgconfig_DATA) \ $(man_MANS) \ |