aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-09 12:02:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-09 12:02:14 +0000
commit52140b22af73ac5ae4c6bbbb40217a609614e03f (patch)
treeddaafafcaef3cfd84390d4e275c4bbf2dd36bd37 /src
parent45f180daaf3008a7b2f2d39c07246de1d481669d (diff)
downloadmailfromd-52140b22af73ac5ae4c6bbbb40217a609614e03f.tar.gz
mailfromd-52140b22af73ac5ae4c6bbbb40217a609614e03f.tar.bz2
Use URL instead of FSF address in copyright statements
git-svn-id: file:///svnroot/mailfromd/trunk@1498 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/bi_db.m44
-rw-r--r--src/bi_dns.m44
-rw-r--r--src/bi_gettext.m44
-rw-r--r--src/bi_io.m44
-rw-r--r--src/bi_ipaddr.m44
-rw-r--r--src/bi_mail.m44
-rw-r--r--src/bi_other.m44
-rw-r--r--src/bi_poll.m44
-rw-r--r--src/bi_sa.m44
-rw-r--r--src/bi_spf.m44
-rw-r--r--src/bi_sprintf.m44
-rw-r--r--src/bi_string.m44
-rw-r--r--src/bi_system.m44
-rw-r--r--src/bi_vars.m44
-rw-r--r--src/cache.c4
-rw-r--r--src/db.c4
-rw-r--r--src/debug.cin4
-rw-r--r--src/debug.hin4
-rw-r--r--src/debugdef.m44
-rw-r--r--src/dns.c4
-rw-r--r--src/dns.h4
-rw-r--r--src/dnsbase.c4
-rw-r--r--src/dnscache.c4
-rw-r--r--src/drivers.c4
-rw-r--r--src/drv.awk4
-rw-r--r--src/engine.c4
-rw-r--r--src/gram.y4
-rw-r--r--src/init.m44
-rw-r--r--src/lex.l4
-rw-r--r--src/mailfromd.h4
-rw-r--r--src/main.c4
-rw-r--r--src/mf-status.mfi4
-rw-r--r--src/mfstat.awk4
-rw-r--r--src/mtasim.c4
-rw-r--r--src/mu_dbm.c4
-rw-r--r--src/mu_dbm.h4
-rw-r--r--src/opcode.awk4
-rw-r--r--src/opcodes4
-rw-r--r--src/openat-die.c4
-rw-r--r--src/optab.opc4
-rw-r--r--src/pp.c4
-rw-r--r--src/prog.c4
-rw-r--r--src/prog.h4
-rw-r--r--src/rate.c4
-rw-r--r--src/snarf.m44
-rw-r--r--src/spf.c4
-rw-r--r--src/spf.h4
-rw-r--r--src/stack.c4
-rw-r--r--src/symtab.c4
-rw-r--r--src/version.c4
51 files changed, 51 insertions, 153 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bf6f004b..fe86d2b5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,9 +12,7 @@
# 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., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
sbin_PROGRAMS = mailfromd
bin_PROGRAMS = mtasim
diff --git a/src/bi_db.m4 b/src/bi_db.m4
index 537ec8c9..bb0b9f48 100644
--- a/src/bi_db.m4
+++ b/src/bi_db.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define LOOKUP_NULL_BYTE 0x1
#define LOOKUP_TEST_ONLY 0x2
diff --git a/src/bi_dns.m4 b/src/bi_dns.m4
index e48c59a2..7e92c964 100644
--- a/src/bi_dns.m4
+++ b/src/bi_dns.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/src/bi_gettext.m4 b/src/bi_gettext.m4
index 3450d9f1..aeb008cb 100644
--- a/src/bi_gettext.m4
+++ b/src/bi_gettext.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
MF_DEFUN(bindtextdomain, STRING, STRING domain, STRING dirname)
{
diff --git a/src/bi_io.m4 b/src/bi_io.m4
index 64d229d4..d660ca64 100644
--- a/src/bi_io.m4
+++ b/src/bi_io.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/src/bi_ipaddr.m4 b/src/bi_ipaddr.m4
index 82677819..44b5b104 100644
--- a/src/bi_ipaddr.m4
+++ b/src/bi_ipaddr.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/src/bi_mail.m4 b/src/bi_mail.m4
index bb7e7888..8b106d8e 100644
--- a/src/bi_mail.m4
+++ b/src/bi_mail.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
static int
_send(eval_environ_t env,
diff --git a/src/bi_other.m4 b/src/bi_other.m4
index 1e4a98c2..7d1ec7e4 100644
--- a/src/bi_other.m4
+++ b/src/bi_other.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
static int
valid_user_p(eval_environ_t env, const char *name)
diff --git a/src/bi_poll.m4 b/src/bi_poll.m4
index 9d37aaac..979ffd8a 100644
--- a/src/bi_poll.m4
+++ b/src/bi_poll.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
MF_VAR(last_poll_host, STRING);
MF_VAR(last_poll_send, STRING);
diff --git a/src/bi_sa.m4 b/src/bi_sa.m4
index 65c8f45e..0ed7472b 100644
--- a/src/bi_sa.m4
+++ b/src/bi_sa.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#include <stdlib.h>
diff --git a/src/bi_spf.m4 b/src/bi_spf.m4
index 92be15c0..06805217 100644
--- a/src/bi_spf.m4
+++ b/src/bi_spf.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "spf.h"
diff --git a/src/bi_sprintf.m4 b/src/bi_sprintf.m4
index b8407264..3f3f434d 100644
--- a/src/bi_sprintf.m4
+++ b/src/bi_sprintf.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define FMT_ALTPOS 0x01
#define FMT_ALTERNATE 0x02
diff --git a/src/bi_string.m4 b/src/bi_string.m4
index 264503c6..82aa30dd 100644
--- a/src/bi_string.m4
+++ b/src/bi_string.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
MF_DEFUN(toupper, STRING, STRING string)
{
diff --git a/src/bi_system.m4 b/src/bi_system.m4
index aa3327b3..ebf00da9 100644
--- a/src/bi_system.m4
+++ b/src/bi_system.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "strftime.h"
diff --git a/src/bi_vars.m4 b/src/bi_vars.m4
index df549384..2c1a07c0 100644
--- a/src/bi_vars.m4
+++ b/src/bi_vars.m4
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
MF_VAR(rcpt_count, NUMBER);
MF_VAR(ehlo_domain, STRING);
diff --git a/src/cache.c b/src/cache.c
index 10f8a9a5..26a0c809 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define MF_SOURCE_NAME MF_SOURCE_CACHE
diff --git a/src/db.c b/src/db.c
index 9552a20a..d8efaa6f 100644
--- a/src/db.c
+++ b/src/db.c
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define MF_SOURCE_NAME MF_SOURCE_DB
diff --git a/src/debug.cin b/src/debug.cin
index 848521fc..a9704b34 100644
--- a/src/debug.cin
+++ b/src/debug.cin
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/src/debug.hin b/src/debug.hin
index c60f364c..9d0c8b70 100644
--- a/src/debug.hin
+++ b/src/debug.hin
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
MAKEDEBUGSYM(SRCLIST)
diff --git a/src/debugdef.m4 b/src/debugdef.m4
index c9c28127..cf1af8ad 100644
--- a/src/debugdef.m4
+++ b/src/debugdef.m4
@@ -13,9 +13,7 @@ divert(-1)
# 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., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
changequote([<,>])
changecom(/*,*/)
diff --git a/src/dns.c b/src/dns.c
index a6271100..3bebe6a2 100644
--- a/src/dns.c
+++ b/src/dns.c
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define MF_SOURCE_NAME MF_SOURCE_DNS
diff --git a/src/dns.h b/src/dns.h
index c9890926..9e816fb5 100644
--- a/src/dns.h
+++ b/src/dns.h
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
typedef enum {
dns_success,
diff --git a/src/dnsbase.c b/src/dnsbase.c
index b38d012a..7290fc46 100644
--- a/src/dnsbase.c
+++ b/src/dnsbase.c
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define MF_SOURCE_NAME MF_SOURCE_DNSBASE
diff --git a/src/dnscache.c b/src/dnscache.c
index 6a0aad70..f5d7acf9 100644
--- a/src/dnscache.c
+++ b/src/dnscache.c
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define MF_SOURCE_NAME MF_SOURCE_DNSCACHE
diff --git a/src/drivers.c b/src/drivers.c
index ea150636..278dbb60 100644
--- a/src/drivers.c
+++ b/src/drivers.c
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define MARK_LOCUS() \
do if (!*old_locus || !LOCUS_EQ(*old_locus, &node->locus)) { \
diff --git a/src/drv.awk b/src/drv.awk
index b54979ae..18fc931f 100644
--- a/src/drv.awk
+++ b/src/drv.awk
@@ -12,9 +12,7 @@
# 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., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
/\f/ { node=""; }
diff --git a/src/engine.c b/src/engine.c
index 9c82a548..1801fdec 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define MF_SOURCE_NAME MF_SOURCE_ENGINE
diff --git a/src/gram.y b/src/gram.y
index 4aae8212..35ba5574 100644
--- a/src/gram.y
+++ b/src/gram.y
@@ -13,9 +13,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define MF_SOURCE_NAME MF_SOURCE_GRAM
diff --git a/src/init.m4 b/src/init.m4
index 9ee9e538..df81997f 100644
--- a/src/init.m4
+++ b/src/init.m4
@@ -13,9 +13,7 @@ m4_divert(-1)
# 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., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
m4_changequote([<,>])
m4_changecom(/*,*/)
diff --git a/src/lex.l b/src/lex.l
index 03bfe6a3..7b043bf1 100644
--- a/src/lex.l
+++ b/src/lex.l
@@ -13,9 +13,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define MF_SOURCE_NAME MF_SOURCE_LEX
diff --git a/src/mailfromd.h b/src/mailfromd.h
index 26df3732..2f6c5a53 100644
--- a/src/mailfromd.h
+++ b/src/mailfromd.h
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <sys/types.h>
#include <regex.h>
diff --git a/src/main.c b/src/main.c
index 559939a3..78c2acaf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -12,9 +12,7 @@
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define MF_SOURCE_NAME MF_SOURCE_MAIN
diff --git a/src/mf-status.mfi b/src/mf-status.mfi
index 539b04a1..7687e1a5 100644
--- a/src/mf-status.mfi
+++ b/src/mf-status.mfi
@@ -13,9 +13,7 @@ TEMPLATE /* */ -*- c -*-
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., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/src/mfstat.awk b/src/mfstat.awk
index 2db8bcfb..1e396ed2 100644
--- a/src/mfstat.awk
+++ b/src/mfstat.awk
@@ -12,9 +12,7 @@
# 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., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
BEGIN {
header[nh++] = "-*- buffer-read-only: t -*- vi: set ro:"
diff --git a/src/mtasim.c b/src/mtasim.c
index 8ebd0fa4..94f53e1f 100644
--- a/src/mtasim.c
+++ b/src/mtasim.c
@@ -13,9 +13,7 @@