aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2007-07-29 16:46:15 +0000
committerWojciech Polak <polak@gnu.org>2007-07-29 16:46:15 +0000
commitfe630f802246d470dec9660761ad18aedb47d683 (patch)
treed380922e77e0c7fcd7555f0e840fa5d5113cad5d /testsuite
parent0c09b3001200c6fcb05470d83da3567e66a9468d (diff)
downloadanubis-fe630f802246d470dec9660761ad18aedb47d683.tar.gz
anubis-fe630f802246d470dec9660761ad18aedb47d683.tar.bz2
OpenSSL support has been dropped
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am7
-rw-r--r--testsuite/data/Makefile.am6
-rw-r--r--testsuite/etc/Makefile.am6
-rw-r--r--testsuite/mta.c5
4 files changed, 8 insertions, 16 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index a3094b3..85e649b 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -1,5 +1,6 @@
+##
## This file is part of GNU Anubis.
-## Copyright (C) 2003 The Anubis Team.
+## Copyright (C) 2003, 2007 The Anubis Team.
##
## GNU Anubis is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -15,9 +16,7 @@
## along with GNU Anubis; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
##
-## GNU Anubis is released under the GPL with the additional exemption that
-## compiling, linking, and/or using OpenSSL is allowed.
-##
+
AUTOMAKE_OPTIONS = dejagnu
DEJATOOL = anubis
RUNTESTFLAGS =
diff --git a/testsuite/data/Makefile.am b/testsuite/data/Makefile.am
index f6bdb4f..674a5b8 100644
--- a/testsuite/data/Makefile.am
+++ b/testsuite/data/Makefile.am
@@ -1,5 +1,6 @@
+##
## This file is part of GNU Anubis.
-## Copyright (C) 2003 The Anubis Team.
+## Copyright (C) 2003, 2007 The Anubis Team.
##
## GNU Anubis is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -15,9 +16,6 @@
## along with GNU Anubis; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
##
-## GNU Anubis is released under the GPL with the additional exemption that
-## compiling, linking, and/or using OpenSSL is allowed.
-##
GPGFILES = secring.gpg pubring.gpg
noinst_DATA = @ANUBIS_GPGFILES@ text.db
diff --git a/testsuite/etc/Makefile.am b/testsuite/etc/Makefile.am
index d1c4964..12530dc 100644
--- a/testsuite/etc/Makefile.am
+++ b/testsuite/etc/Makefile.am
@@ -1,5 +1,6 @@
+##
## This file is part of GNU Anubis.
-## Copyright (C) 2003, 2004, 2005 The Anubis Team.
+## Copyright (C) 2003, 2004, 2005, 2007 The Anubis Team.
##
## GNU Anubis is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -15,9 +16,6 @@
## along with GNU Anubis; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
##
-## GNU Anubis is released under the GPL with the additional exemption that
-## compiling, linking, and/or using OpenSSL is allowed.
-##
EXTRA_DIST = \
add1.pat\
diff --git a/testsuite/mta.c b/testsuite/mta.c
index 9f30712..d11108a 100644
--- a/testsuite/mta.c
+++ b/testsuite/mta.c
@@ -1,6 +1,6 @@
/*
This file is part of GNU Anubis testsuite.
- Copyright (C) 2003, 2004 The Anubis Team.
+ Copyright (C) 2003, 2004, 2007 The Anubis Team.
GNU Anubis is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -15,9 +15,6 @@
You should have received a copy of the GNU General Public License
along with GNU Anubis; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-
- GNU Anubis is released under the GPL with the additional exemption that
- compiling, linking, and/or using OpenSSL is allowed.
*/
/* This is a "fake" mta designed for testing purposes. It imitates

Return to:

Send suggestions and report system problems to the System administrator.