summaryrefslogtreecommitdiff
path: root/libmu_cpp
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 /libmu_cpp
parentf3188dcc18d8de1192c87e7e0284800e9488b976 (diff)
downloadmailutils-bf07c0b891aad29dd8eb45ff3c1b1ea8c23e7dce.tar.gz
mailutils-bf07c0b891aad29dd8eb45ff3c1b1ea8c23e7dce.tar.bz2
Fix copyleft notices to follow the GNU standards.
Diffstat (limited to 'libmu_cpp')
-rw-r--r--libmu_cpp/Makefile.am29
-rw-r--r--libmu_cpp/address.cc9
-rw-r--r--libmu_cpp/attribute.cc9
-rw-r--r--libmu_cpp/body.cc9
-rw-r--r--libmu_cpp/debug.cc9
-rw-r--r--libmu_cpp/envelope.cc9
-rw-r--r--libmu_cpp/filter.cc9
-rw-r--r--libmu_cpp/folder.cc9
-rw-r--r--libmu_cpp/header.cc9
-rw-r--r--libmu_cpp/iterator.cc9
-rw-r--r--libmu_cpp/list.cc9
-rw-r--r--libmu_cpp/mailbox.cc9
-rw-r--r--libmu_cpp/mailcap.cc9
-rw-r--r--libmu_cpp/mailer.cc9
-rw-r--r--libmu_cpp/message.cc9
-rw-r--r--libmu_cpp/mime.cc9
-rw-r--r--libmu_cpp/mutil.cc9
-rw-r--r--libmu_cpp/pop3.cc9
-rw-r--r--libmu_cpp/registrar.cc9
-rw-r--r--libmu_cpp/secret.cc9
-rw-r--r--libmu_cpp/sieve.cc9
-rw-r--r--libmu_cpp/stream.cc9
-rw-r--r--libmu_cpp/url.cc9
23 files changed, 79 insertions, 148 deletions
diff --git a/libmu_cpp/Makefile.am b/libmu_cpp/Makefile.am
index e6154dea8..b89cd2212 100644
--- a/libmu_cpp/Makefile.am
+++ b/libmu_cpp/Makefile.am
@@ -1,22 +1,19 @@
-## Process this file with GNU Automake to create Makefile.in
+## This file is part of GNU Mailutils.
+## Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software
+## Foundation, Inc.
##
-## Copyright (C) 2004, 2006, 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.
##
-## 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.
-##
-## 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_LIB_COMMON_INCLUDES@
diff --git a/libmu_cpp/address.cc b/libmu_cpp/address.cc
index 7ed7dff1f..757cd2838 100644
--- a/libmu_cpp/address.cc
+++ b/libmu_cpp/address.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/address.h>
diff --git a/libmu_cpp/attribute.cc b/libmu_cpp/attribute.cc
index 247c11782..570cfcd2d 100644
--- a/libmu_cpp/attribute.cc
+++ b/libmu_cpp/attribute.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
@@ -13,10 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/attribute.h>
diff --git a/libmu_cpp/body.cc b/libmu_cpp/body.cc
index 93370a23c..311013fce 100644
--- a/libmu_cpp/body.cc
+++ b/libmu_cpp/body.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
@@ -13,10 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/body.h>
diff --git a/libmu_cpp/debug.cc b/libmu_cpp/debug.cc
index 404213733..95407c420 100644
--- a/libmu_cpp/debug.cc
+++ b/libmu_cpp/debug.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
@@ -13,10 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/debug.h>
diff --git a/libmu_cpp/envelope.cc b/libmu_cpp/envelope.cc
index e1fff64b7..7259b29a6 100644
--- a/libmu_cpp/envelope.cc
+++ b/libmu_cpp/envelope.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
@@ -13,10 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/envelope.h>
diff --git a/libmu_cpp/filter.cc b/libmu_cpp/filter.cc
index cf53e1b2c..1d392dc3f 100644
--- a/libmu_cpp/filter.cc
+++ b/libmu_cpp/filter.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/filter.h>
diff --git a/libmu_cpp/folder.cc b/libmu_cpp/folder.cc
index aa5394123..85cf083f1 100644
--- a/libmu_cpp/folder.cc
+++ b/libmu_cpp/folder.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
@@ -13,10 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/folder.h>
diff --git a/libmu_cpp/header.cc b/libmu_cpp/header.cc
index cc440679e..4ba2daa88 100644
--- a/libmu_cpp/header.cc
+++ b/libmu_cpp/header.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/header.h>
diff --git a/libmu_cpp/iterator.cc b/libmu_cpp/iterator.cc
index b0aa1613f..230692317 100644
--- a/libmu_cpp/iterator.cc
+++ b/libmu_cpp/iterator.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/iterator.h>
diff --git a/libmu_cpp/list.cc b/libmu_cpp/list.cc
index 75dd94530..9066c0c57 100644
--- a/libmu_cpp/list.cc
+++ b/libmu_cpp/list.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/list.h>
diff --git a/libmu_cpp/mailbox.cc b/libmu_cpp/mailbox.cc
index b0e2d56af..56761fc51 100644
--- a/libmu_cpp/mailbox.cc
+++ b/libmu_cpp/mailbox.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/mailbox.h>
diff --git a/libmu_cpp/mailcap.cc b/libmu_cpp/mailcap.cc
index 14cb01c54..00ff72e84 100644
--- a/libmu_cpp/mailcap.cc
+++ b/libmu_cpp/mailcap.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/mailcap.h>
diff --git a/libmu_cpp/mailer.cc b/libmu_cpp/mailer.cc
index 8090fd47d..cde47ee5d 100644
--- a/libmu_cpp/mailer.cc
+++ b/libmu_cpp/mailer.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/mailer.h>
diff --git a/libmu_cpp/message.cc b/libmu_cpp/message.cc
index a02360051..eb4f7ffc1 100644
--- a/libmu_cpp/message.cc
+++ b/libmu_cpp/message.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <cstdlib>
#include <mailutils/cpp/message.h>
diff --git a/libmu_cpp/mime.cc b/libmu_cpp/mime.cc
index 483c211ee..81cd9e408 100644
--- a/libmu_cpp/mime.cc
+++ b/libmu_cpp/mime.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
@@ -13,10 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/mime.h>
diff --git a/libmu_cpp/mutil.cc b/libmu_cpp/mutil.cc
index e4ecceb4f..165cfa44f 100644
--- a/libmu_cpp/mutil.cc
+++ b/libmu_cpp/mutil.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
@@ -13,10 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <cstdlib>
#include <mailutils/cpp/mutil.h>
diff --git a/libmu_cpp/pop3.cc b/libmu_cpp/pop3.cc
index 8ca7c5dd4..aa8c8e203 100644
--- a/libmu_cpp/pop3.cc
+++ b/libmu_cpp/pop3.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <cstdlib>
#include <mailutils/cpp/pop3.h>
diff --git a/libmu_cpp/registrar.cc b/libmu_cpp/registrar.cc
index 26057bbc9..a4b68285d 100644
--- a/libmu_cpp/registrar.cc
+++ b/libmu_cpp/registrar.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
@@ -13,10 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/registrar.h>
diff --git a/libmu_cpp/secret.cc b/libmu_cpp/secret.cc
index 4b5582e81..59d352de6 100644
--- a/libmu_cpp/secret.cc
+++ b/libmu_cpp/secret.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
@@ -13,10 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/secret.h>
diff --git a/libmu_cpp/sieve.cc b/libmu_cpp/sieve.cc
index c3be1b435..115840aca 100644
--- a/libmu_cpp/sieve.cc
+++ b/libmu_cpp/sieve.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
@@ -13,10 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/sieve.h>
diff --git a/libmu_cpp/stream.cc b/libmu_cpp/stream.cc
index eb95740c1..fe1b98a65 100644
--- a/libmu_cpp/stream.cc
+++ b/libmu_cpp/stream.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/stream.h>
diff --git a/libmu_cpp/url.cc b/libmu_cpp/url.cc
index 1ae8c0094..9c9353cdc 100644
--- a/libmu_cpp/url.cc
+++ b/libmu_cpp/url.cc
@@ -1,5 +1,4 @@
-/*
- GNU Mailutils -- a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Free Software
Foundation, Inc.
@@ -14,10 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-*/
+ Public License along with this library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <mailutils/cpp/url.h>

Return to:

Send suggestions and report system problems to the System administrator.