summaryrefslogtreecommitdiff
path: root/comsat
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-10-09 16:58:21 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-10-09 16:58:21 +0300
commitbf07c0b891aad29dd8eb45ff3c1b1ea8c23e7dce (patch)
treec5cb87ca80f96a4f12025d732b6335e00158538c /comsat
parentf3188dcc18d8de1192c87e7e0284800e9488b976 (diff)
downloadmailutils-bf07c0b891aad29dd8eb45ff3c1b1ea8c23e7dce.tar.gz
mailutils-bf07c0b891aad29dd8eb45ff3c1b1ea8c23e7dce.tar.bz2
Fix copyleft notices to follow the GNU standards.
Diffstat (limited to 'comsat')
-rw-r--r--comsat/Makefile.am29
-rw-r--r--comsat/action.c4
-rw-r--r--comsat/comsat.c4
-rw-r--r--comsat/comsat.h4
4 files changed, 16 insertions, 25 deletions
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index e218e65c3..752aed37d 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -1,22 +1,19 @@
-## Process this file with GNU Automake to create Makefile.in
-
-## Copyright (C) 2001, 2002, 2007, 2009, 2010 Free Software
-## Foundation, Inc.
+## This file is part of GNU Mailutils.
+## Copyright (C) 2001, 2002, 2007, 2009, 2010 Free Software
+## Foundation, Inc.
##
-## GNU Mailutils 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 3, or (at
-## your option) any later version.
+## GNU Mailutils 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 3, or (at
+## your option) any later version.
##
-## GNU Mailutils 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.
+## GNU Mailutils 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 GNU Mailutils; if not, write to the Free Software
-## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
-## 02110-1301 USA
+## You should have received a copy of the GNU General Public License
+## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
INCLUDES = @MU_APP_COMMON_INCLUDES@
diff --git a/comsat/action.c b/comsat/action.c
index 738521c86..afba30fda 100644
--- a/comsat/action.c
+++ b/comsat/action.c
@@ -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 GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
#include "comsat.h"
#include <mailutils/io.h>
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 0b511fa0a..373998fdf 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -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 GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
#include "comsat.h"
#define MU_CFG_COMPATIBILITY /* This source uses deprecated cfg interfaces */
diff --git a/comsat/comsat.h b/comsat/comsat.h
index de4abb96b..df4a19c75 100644
--- a/comsat/comsat.h
+++ b/comsat/comsat.h
@@ -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 GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>

Return to:

Send suggestions and report system problems to the System administrator.