aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpgme/ChangeLog4
-rw-r--r--gpgme/gpgme.m412
2 files changed, 14 insertions, 2 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog
index 5780a445..02bb5d65 100644
--- a/gpgme/ChangeLog
+++ b/gpgme/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-14 Marcus Brinkmann <[email protected]>
+
+ * gpgme.m4: Add copyright notice.
+
2004-08-18 Marcus Brinkmann <[email protected]>
* passphrase.c (_gpgme_passphrase_status_handler): Always run the
diff --git a/gpgme/gpgme.m4 b/gpgme/gpgme.m4
index 519393bf..5e3793f7 100644
--- a/gpgme/gpgme.m4
+++ b/gpgme/gpgme.m4
@@ -1,5 +1,13 @@
-dnl Autoconf macros for libgpgme
-dnl $Id$
+# gpgme.m4 - autoconf macro to detect GPGME.
+# Copyright (C) 2002, 2003, 2004 g10 Code GmbH
+#
+# This file is free software; as a special exception the author gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+#
+# This file is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_DEFUN([_AM_PATH_GPGME_CONFIG],
[ AC_ARG_WITH(gpgme-prefix,