diff options
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 22 | ||||
-rw-r--r-- | tests/t-decrypt.c | 1 | ||||
-rw-r--r-- | tests/t-encrypt.c | 1 | ||||
-rw-r--r-- | tests/t-export.c | 1 | ||||
-rw-r--r-- | tests/t-genkey.c | 1 | ||||
-rw-r--r-- | tests/t-import.c | 1 | ||||
-rw-r--r-- | tests/t-keylist.c | 1 | ||||
-rw-r--r-- | tests/t-sign.c | 1 | ||||
-rw-r--r-- | tests/t-trustlist.c | 1 | ||||
-rw-r--r-- | tests/t-verify.c | 1 |
10 files changed, 30 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 27482bb8..2d566126 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,24 @@ -## Process this file with automake to create Makefile.in +# Copyright (C) 2000 Werner Koch (dd9jn) +# Copyright (C) 2001 g10 Code GmbH +# +# This file is part of GPGME. +# +# GPGME is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# GPGME is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + +## Process this file with automake to produce Makefile.in + TESTS_ENVIRONMENT = GNUPGHOME=. diff --git a/tests/t-decrypt.c b/tests/t-decrypt.c index 677d3822..af4c2d08 100644 --- a/tests/t-decrypt.c +++ b/tests/t-decrypt.c @@ -1,5 +1,6 @@ /* t-encrypt.c - regression test * Copyright (C) 2000 Werner Koch (dd9jn) + * Copyright (C) 2001 g10 Code GmbH * * This file is part of GPGME. * diff --git a/tests/t-encrypt.c b/tests/t-encrypt.c index 86046902..bbb5557b 100644 --- a/tests/t-encrypt.c +++ b/tests/t-encrypt.c @@ -1,5 +1,6 @@ /* t-encrypt.c - regression test * Copyright (C) 2000 Werner Koch (dd9jn) + * Copyright (C) 2001 g10 Code GmbH * * This file is part of GPGME. * diff --git a/tests/t-export.c b/tests/t-export.c index 768e7394..ca0ee985 100644 --- a/tests/t-export.c +++ b/tests/t-export.c @@ -1,5 +1,6 @@ /* t-export.c - regression test * Copyright (C) 2000 Werner Koch (dd9jn) + * Copyright (C) 2001 g10 Code GmbH * * This file is part of GPGME. * diff --git a/tests/t-genkey.c b/tests/t-genkey.c index d22b95ea..a3300567 100644 --- a/tests/t-genkey.c +++ b/tests/t-genkey.c @@ -1,5 +1,6 @@ /* t-genkey.c - regression test * Copyright (C) 2000 Werner Koch (dd9jn) + * Copyright (C) 2001 g10 Code GmbH * * This file is part of GPGME. * diff --git a/tests/t-import.c b/tests/t-import.c index 93353393..8054ed61 100644 --- a/tests/t-import.c +++ b/tests/t-import.c @@ -1,5 +1,6 @@ /* t-import.c - regression test * Copyright (C) 2000 Werner Koch (dd9jn) + * Copyright (C) 2001 g10 Code GmbH * * This file is part of GPGME. * diff --git a/tests/t-keylist.c b/tests/t-keylist.c index 317990c6..aa82a5b6 100644 --- a/tests/t-keylist.c +++ b/tests/t-keylist.c @@ -1,5 +1,6 @@ /* t-keylist.c - regression test * Copyright (C) 2000 Werner Koch (dd9jn) + * Copyright (C) 2001 g10 Code GmbH * * This file is part of GPGME. * diff --git a/tests/t-sign.c b/tests/t-sign.c index 79f6b5cb..f57a1eaa 100644 --- a/tests/t-sign.c +++ b/tests/t-sign.c @@ -1,5 +1,6 @@ /* t-sign.c - regression test * Copyright (C) 2000 Werner Koch (dd9jn) + * Copyright (C) 2001 g10 Code GmbH * * This file is part of GPGME. * diff --git a/tests/t-trustlist.c b/tests/t-trustlist.c index ce83d62c..aaa704a1 100644 --- a/tests/t-trustlist.c +++ b/tests/t-trustlist.c @@ -1,5 +1,6 @@ /* t-trustlist.c - regression test * Copyright (C) 2000 Werner Koch (dd9jn) + * Copyright (C) 2001 g10 Code GmbH * * This file is part of GPGME. * diff --git a/tests/t-verify.c b/tests/t-verify.c index e0fbbe34..b315d1f1 100644 --- a/tests/t-verify.c +++ b/tests/t-verify.c @@ -1,5 +1,6 @@ /* t-verify.c - regression test * Copyright (C) 2000 Werner Koch (dd9jn) + * Copyright (C) 2001 g10 Code GmbH * * This file is part of GPGME. * |