From: Marcus Brinkmann Date: Tue, 14 Sep 2004 18:40:35 +0000 (+0000) Subject: 2004-09-14 Marcus Brinkmann X-Git-Tag: gpgme-1-0-0~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=13a65ef0e0fbf5929ced8ba7e6ab8ee87f7ae561;p=gpgme.git 2004-09-14 Marcus Brinkmann * gpgme.m4: Add copyright notice. --- diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 5780a44..02bb5d6 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,7 @@ +2004-09-14 Marcus Brinkmann + + * gpgme.m4: Add copyright notice. + 2004-08-18 Marcus Brinkmann * passphrase.c (_gpgme_passphrase_status_handler): Always run the diff --git a/gpgme/gpgme.m4 b/gpgme/gpgme.m4 index 519393b..5e3793f 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,