summaryrefslogtreecommitdiff
path: root/frm
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 /frm
parentf3188dcc18d8de1192c87e7e0284800e9488b976 (diff)
downloadmailutils-bf07c0b891aad29dd8eb45ff3c1b1ea8c23e7dce.tar.gz
mailutils-bf07c0b891aad29dd8eb45ff3c1b1ea8c23e7dce.tar.bz2
Fix copyleft notices to follow the GNU standards.
Diffstat (limited to 'frm')
-rw-r--r--frm/Makefile.am29
-rw-r--r--frm/common.c4
-rw-r--r--frm/frm.c4
-rw-r--r--frm/frm.h4
-rw-r--r--frm/from.c4
-rw-r--r--frm/tests/Makefile.am2
-rw-r--r--frm/tests/testsuite.at2
7 files changed, 19 insertions, 30 deletions
diff --git a/frm/Makefile.am b/frm/Makefile.am
index fdb1bfb6a..03d77038a 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -1,22 +1,19 @@
-## Process this file with GNU Automake to create Makefile.in
-
-## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2010 Free
-## Software Foundation, Inc.
+## This file is part of GNU Mailutils.
+## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 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.
##
-## This program 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 this program; 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/frm/common.c b/frm/common.c
index 901c774e6..a604a2d22 100644
--- a/frm/common.c
+++ b/frm/common.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 <frm.h>
diff --git a/frm/frm.c b/frm/frm.c
index f97856020..fdd43c179 100644
--- a/frm/frm.c
+++ b/frm/frm.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 <frm.h>
diff --git a/frm/frm.h b/frm/frm.h
index 38ce39e3c..24d59eff9 100644
--- a/frm/frm.h
+++ b/frm/frm.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 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>
diff --git a/frm/from.c b/frm/from.c
index 6b9fdf84b..d86cfea94 100644
--- a/frm/from.c
+++ b/frm/from.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 <frm.h>
diff --git a/frm/tests/Makefile.am b/frm/tests/Makefile.am
index b548c5146..d587c2fe9 100644
--- a/frm/tests/Makefile.am
+++ b/frm/tests/Makefile.am
@@ -6,7 +6,7 @@
# published by the Free Software Foundation; either version 3, or (at
# your option) any later version.
#
-# This program is distributed in the hope that it will be useful, but
+# 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.
diff --git a/frm/tests/testsuite.at b/frm/tests/testsuite.at
index 1a3e6f0e7..b2d8558d0 100644
--- a/frm/tests/testsuite.at
+++ b/frm/tests/testsuite.at
@@ -6,7 +6,7 @@
# published by the Free Software Foundation; either version 3, or (at
# your option) any later version.
#
-# This program is distributed in the hope that it will be useful, but
+# 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.

Return to:

Send suggestions and report system problems to the System administrator.