diff options
author | Marcus Brinkmann <[email protected]> | 2004-09-14 18:40:35 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-09-14 18:40:35 +0000 |
commit | 13a65ef0e0fbf5929ced8ba7e6ab8ee87f7ae561 (patch) | |
tree | 470d28dffe5ea8aece83a3b254238dd7d5dd1f78 | |
parent | 2004-09-14 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-13a65ef0e0fbf5929ced8ba7e6ab8ee87f7ae561.tar.gz gpgme-13a65ef0e0fbf5929ced8ba7e6ab8ee87f7ae561.zip |
2004-09-14 Marcus Brinkmann <[email protected]>
* gpgme.m4: Add copyright notice.
-rw-r--r-- | gpgme/ChangeLog | 4 | ||||
-rw-r--r-- | gpgme/gpgme.m4 | 12 |
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, |