aboutsummaryrefslogtreecommitdiff
path: root/gacopyz
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 /gacopyz
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 'gacopyz')
-rw-r--r--gacopyz/Makefile.am4
-rw-r--r--gacopyz/context.c4
-rw-r--r--gacopyz/gacopyz.c4
-rw-r--r--gacopyz/gacopyz.h4
-rw-r--r--gacopyz/gacopyz_priv.h4
-rw-r--r--gacopyz/io.c4
-rw-r--r--gacopyz/log.c4
-rw-r--r--gacopyz/proc.c4
-rw-r--r--gacopyz/server.c4
-rw-r--r--gacopyz/smfi.c4
-rw-r--r--gacopyz/trans.awk4
-rw-r--r--gacopyz/trans.tab6
12 files changed, 13 insertions, 37 deletions
diff --git a/gacopyz/Makefile.am b/gacopyz/Makefile.am
index 38aed241..3ddc0ea2 100644
--- a/gacopyz/Makefile.am
+++ b/gacopyz/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/>.
noinst_LIBRARIES = libgacopyz.a
diff --git a/gacopyz/context.c b/gacopyz/context.c
index df13553a..8199eb03 100644
--- a/gacopyz/context.c
+++ b/gacopyz/context.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/>. */
#include <gacopyz_priv.h>
diff --git a/gacopyz/gacopyz.c b/gacopyz/gacopyz.c
index 151103ea..1fff7edb 100644
--- a/gacopyz/gacopyz.c
+++ b/gacopyz/gacopyz.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/>. */
#include <gacopyz_priv.h>
diff --git a/gacopyz/gacopyz.h b/gacopyz/gacopyz.h
index b93998ed..e52d32f1 100644
--- a/gacopyz/gacopyz.h
+++ b/gacopyz/gacopyz.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/>. */
#ifndef __gacopyz_h__
# define __gacopyz_h__
diff --git a/gacopyz/gacopyz_priv.h b/gacopyz/gacopyz_priv.h
index eb452375..6686e8ac 100644
--- a/gacopyz/gacopyz_priv.h
+++ b/gacopyz/gacopyz_priv.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/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/gacopyz/io.c b/gacopyz/io.c
index 59a8c82a..6df22a70 100644
--- a/gacopyz/io.c
+++ b/gacopyz/io.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/>. */
#include <gacopyz_priv.h>
diff --git a/gacopyz/log.c b/gacopyz/log.c
index 8f8385d9..fcc69cad 100644
--- a/gacopyz/log.c
+++ b/gacopyz/log.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/>. */
#include <gacopyz_priv.h>
diff --git a/gacopyz/proc.c b/gacopyz/proc.c
index 8bc7fed7..37bb7545 100644
--- a/gacopyz/proc.c
+++ b/gacopyz/proc.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/>. */
#include <gacopyz_priv.h>
diff --git a/gacopyz/server.c b/gacopyz/server.c
index fbd94f6b..9187f10d 100644
--- a/gacopyz/server.c
+++ b/gacopyz/server.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/>. */
#include <gacopyz_priv.h>
diff --git a/gacopyz/smfi.c b/gacopyz/smfi.c
index fb4ba502..c951aef4 100644
--- a/gacopyz/smfi.c
+++ b/gacopyz/smfi.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/>. */
#include <gacopyz_priv.h>
diff --git a/gacopyz/trans.awk b/gacopyz/trans.awk
index a60dddb3..1d18ba4b 100644
--- a/gacopyz/trans.awk
+++ b/gacopyz/trans.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/>.
/#.*/ { sub("#.*","") }
diff --git a/gacopyz/trans.tab b/gacopyz/trans.tab
index 0079d823..089a2ae7 100644
--- a/gacopyz/trans.tab
+++ b/gacopyz/trans.tab
@@ -1,5 +1,5 @@
# This file is part of gacopyz.
-# Copyright (C) 2006 Sergey Poznyakoff
+# Copyright (C) 2006, 2007 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -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/>.
# State transition table for milter state machine

Return to:

Send suggestions and report system problems to the System administrator.