summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2012-10-31 13:38:04 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2012-10-31 13:38:04 +0000
commit0ae892df10c6f671669e197cec1f4ed302584d70 (patch)
tree29f78d385df3fed78d00a3da9f7d642a8dccc55b
parent12036c1f9cde101a13a4c212deaecf4e741e522d (diff)
downloadgnome-common-0ae892df10c6f671669e197cec1f4ed302584d70.tar.gz
code-coverage: Relicence to LGPLv2.1+
As gnome-common is widely used, it’s useful for it to have a fairly liberal licence. This relicences the gnome-code-coverage.m4 file from GPLv3+ to LGPLv2.1+. Permission has been obtained (by private e-mail) from the other contributors: • Christian Persch <chpe@gnome.org> • Xan Lopez <xan@gnome.org> See also: https://bugzilla.gnome.org/show_bug.cgi?id=133689
-rw-r--r--macros2/gnome-code-coverage.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/macros2/gnome-code-coverage.m4 b/macros2/gnome-code-coverage.m4
index 081e733..618ccbe 100644
--- a/macros2/gnome-code-coverage.m4
+++ b/macros2/gnome-code-coverage.m4
@@ -11,8 +11,7 @@ dnl Note that all optimisation flags in CFLAGS must be disabled when code
dnl coverage is enabled.
dnl
dnl Derived from Makefile.decl in GLib, originally licenced under LGPLv2.1+.
-dnl This file is licenced under GPLv3. For the full gnome-common licence
-dnl (GPLv3), see the COPYING file.
+dnl This file is licenced under LGPLv2.1+.
dnl
dnl Usage example:
dnl configure.ac: