diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-03-05 11:44:14 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-03-05 11:47:52 +0100 |
commit | 204944a1160d92fa3d12134fa608f1a61d770108 (patch) | |
tree | 10af3f2666e5e8c437f23b5a7e80ecdef3da20eb /Makefile.am | |
parent | acabe7891da408860a7291452bf6933814a37701 (diff) |
license: add GPLv2+ license in addition to the LGPLv2+ one
This is not a license change; the library is still LGPLv2+, and the command line
tool GPLv2+.
https://bugs.freedesktop.org/show_bug.cgi?id=74220
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1d915f4..21a6b18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,4 +5,6 @@ ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -EXTRA_DIST = gtester.make +EXTRA_DIST = \ + gtester.make \ + COPYING.LIB |