aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-01-08 18:51:38 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2011-01-08 18:51:38 +0200
commit05b45a8c53055d6f9ebd6df7dbc2e086bed10cae (patch)
tree3ce0da1a64765765ec22e44608dfa6d847d90024 /src
parent537d254b0836ac1b2be629edf381d1bf0cbc1061 (diff)
downloadmailfromd-05b45a8c53055d6f9ebd6df7dbc2e086bed10cae.tar.gz
mailfromd-05b45a8c53055d6f9ebd6df7dbc2e086bed10cae.tar.bz2
Update copyright year.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
-rw-r--r--src/bitmask.h2
-rw-r--r--src/builtin/Makefile.am3
-rw-r--r--src/builtin/body.bi2
-rw-r--r--src/builtin/builtin.c2
-rw-r--r--src/builtin/callout.bi2
-rw-r--r--src/builtin/ctype.bi2
-rw-r--r--src/builtin/curhdr.bi2
-rw-r--r--src/builtin/db.bi2
-rw-r--r--src/builtin/dns.bi2
-rw-r--r--src/builtin/email.bi2
-rw-r--r--src/builtin/geoip.bi2
-rw-r--r--src/builtin/gethostname.bi2
-rw-r--r--src/builtin/getopt.bi2
-rw-r--r--src/builtin/getpw.bi2
-rw-r--r--src/builtin/gettext.bi2
-rw-r--r--src/builtin/header.bi2
-rw-r--r--src/builtin/init.m42
-rw-r--r--src/builtin/io.bi2
-rw-r--r--src/builtin/ipaddr.bi2
-rw-r--r--src/builtin/macro.bi2
-rw-r--r--src/builtin/mbox.bi2
-rw-r--r--src/builtin/mmq.bi2
-rw-r--r--src/builtin/msg.bi2
-rw-r--r--src/builtin/msg.h2
-rw-r--r--src/builtin/mudebug.bi2
-rw-r--r--src/builtin/other.bi2
-rw-r--r--src/builtin/progress.bi2
-rw-r--r--src/builtin/qrnt.bi2
-rw-r--r--src/builtin/rate.bi2
-rw-r--r--src/builtin/rcpt.bi2
-rw-r--r--src/builtin/sieve.bi2
-rw-r--r--src/builtin/snarf.m42
-rw-r--r--src/builtin/spf.bi2
-rw-r--r--src/builtin/sprintf.bi2
-rw-r--r--src/builtin/string.bi2
-rw-r--r--src/builtin/system.bi2
-rw-r--r--src/builtin/vars.bi2
-rw-r--r--src/callout.c3
-rw-r--r--src/callout.h3
-rw-r--r--src/calloutd.c3
-rw-r--r--src/deprecation.c3
-rw-r--r--src/drivers.c3
-rw-r--r--src/drv.awk2
-rw-r--r--src/engine.c3
-rw-r--r--src/gram.y3
-rw-r--r--src/lex.l3
-rw-r--r--src/mailfromd.h3
-rw-r--r--src/main.c3
-rw-r--r--src/mf-status.mfi2
-rw-r--r--src/mfdbtool.c3
-rw-r--r--src/mfstat.awk2
-rw-r--r--src/opcode.awk2
-rw-r--r--src/opcodes2
-rw-r--r--src/optab.opc2
-rw-r--r--src/pp.c2
-rw-r--r--src/pragma.c2
-rw-r--r--src/prog.c2
-rw-r--r--src/prog.h2
-rw-r--r--src/savsrv.c3
-rw-r--r--src/spf.c2
-rw-r--r--src/spf.h2
-rw-r--r--src/srvcfg.c3
-rw-r--r--src/srvcfg.h3
-rw-r--r--src/stack.c2
-rw-r--r--src/symbols.c2
66 files changed, 82 insertions, 66 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4f1551ea..52923680 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,6 @@
1# This file is part of Mailfromd. 1# This file is part of Mailfromd.
2# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Sergey Poznyakoff 2# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Sergey
3# Poznyakoff
3# 4#
4# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/src/bitmask.h b/src/bitmask.h
index 846180e6..2323f253 100644
--- a/src/bitmask.h
+++ b/src/bitmask.h
@@ -1,5 +1,5 @@
1/* This file is part of Mailfromd. 1/* This file is part of Mailfromd.
2 Copyright (C) 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/Makefile.am b/src/builtin/Makefile.am
index 297b389a..b0cb56de 100644
--- a/src/builtin/Makefile.am
+++ b/src/builtin/Makefile.am
@@ -1,5 +1,6 @@
1# This file is part of Mailfromd. 1# This file is part of Mailfromd.
2# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Sergey Poznyakoff 2# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Sergey
3# Poznyakoff
3# 4#
4# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/body.bi b/src/builtin/body.bi
index a759bdf8..38744f8b 100644
--- a/src/builtin/body.bi
+++ b/src/builtin/body.bi
@@ -1,5 +1,5 @@
1/* This file is part of Mailfromd. -*- c -*- 1/* This file is part of Mailfromd. -*- c -*-
2 Copyright (C) 2008, 2010 Sergey Poznyakoff 2 Copyright (C) 2008, 2010, 2011 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/builtin.c b/src/builtin/builtin.c
index 48cae27d..cf5f9989 100644
--- a/src/builtin/builtin.c
+++ b/src/builtin/builtin.c
@@ -1,5 +1,5 @@
1/* This file is part of Mailfromd. 1/* This file is part of Mailfromd.
2 Copyright (C) 2010 Sergey Poznyakoff 2 Copyright (C) 2010, 2011 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/callout.bi b/src/builtin/callout.bi
index dd4a61ee..5b36edc5 100644
--- a/src/builtin/callout.bi
+++ b/src/builtin/callout.bi
@@ -1,5 +1,5 @@
1/* This file is part of Mailfromd. -*- c -*- 1/* This file is part of Mailfromd. -*- c -*-
2 Copyright (C) 2006, 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/ctype.bi b/src/builtin/ctype.bi
index a81bef5f..f1a20b16 100644
--- a/src/builtin/ctype.bi
+++ b/src/builtin/ctype.bi
@@ -1,5 +1,5 @@
1/* This file is part of Mailfromd. -*- c -*- 1/* This file is part of Mailfromd. -*- c -*-
2 Copyright (C) 2006, 2007, 2008, 2010 Sergey Poznyakoff 2 Copyright (C) 2006, 2007, 2008, 2010, 2011 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/curhdr.bi b/src/builtin/curhdr.bi
index 86b3149b..eb16ffc4 100644
--- a/src/builtin/curhdr.bi
+++ b/src/builtin/curhdr.bi
@@ -1,5 +1,5 @@
1/* This file is part of Mailfromd. -*- c -*- 1/* This file is part of Mailfromd. -*- c -*-
2 Copyright (C) 2008, 2010 Sergey Poznyakoff 2 Copyright (C) 2008, 2010, 2011 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/db.bi b/src/builtin/db.bi
index f65e8ab0..ccc45d82 100644
--- a/src/builtin/db.bi
+++ b/src/builtin/db.bi
@@ -1,5 +1,5 @@
1/* This file is part of Mailfromd. -*- c -*- 1/* This file is part of Mailfromd. -*- c -*-
2 Copyright (C) 2006, 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/dns.bi b/src/builtin/dns.bi
index 6b51f988..11d9544f 100644
--- a/src/builtin/dns.bi
+++ b/src/builtin/dns.bi
@@ -1,5 +1,5 @@
1/* This file is part of Mailfromd. -*- c -*- 1/* This file is part of Mailfromd. -*- c -*-
2 Copyright (C) 2006, 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/email.bi b/src/builtin/email.bi
index babf470f..1da0b8f0 100644
--- a/src/builtin/email.bi
+++ b/src/builtin/email.bi
@@ -1,5 +1,5 @@
1/* This file is part of Mailfromd. -*- c -*- 1/* This file is part of Mailfromd. -*- c -*-
2 Copyright (C) 2010 Sergey Poznyakoff 2 Copyright (C) 2010, 2011 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/geoip.bi b/src/builtin/geoip.bi
index 62d5044f..4bbf7720 100644
--- a/src/builtin/geoip.bi
+++ b/src/builtin/geoip.bi
@@ -1,5 +1,5 @@
1/* This file is part of Mailfromd. -*- c -*- 1/*