From bf07c0b891aad29dd8eb45ff3c1b1ea8c23e7dce Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 9 Oct 2010 16:58:21 +0300 Subject: Fix copyleft notices to follow the GNU standards. --- include/Makefile.am | 29 +++++++++++++---------------- include/mailutils/Makefile.am | 29 +++++++++++++---------------- include/mailutils/address.h | 5 ++--- include/mailutils/alloc.h | 5 ++--- include/mailutils/argcv.h | 5 ++--- include/mailutils/assoc.h | 5 ++--- include/mailutils/attribute.h | 5 ++--- include/mailutils/auth.h | 5 ++--- include/mailutils/body.h | 5 ++--- include/mailutils/cfg.h | 4 ++-- include/mailutils/cpp/Makefile.am | 26 ++++++++++++-------------- include/mailutils/cpp/address.h | 9 +++------ include/mailutils/cpp/attribute.h | 9 +++------ include/mailutils/cpp/body.h | 9 +++------ include/mailutils/cpp/debug.h | 9 +++------ include/mailutils/cpp/envelope.h | 9 +++------ include/mailutils/cpp/error.h | 9 +++------ include/mailutils/cpp/filter.h | 9 +++------ include/mailutils/cpp/folder.h | 9 +++------ include/mailutils/cpp/header.h | 9 +++------ include/mailutils/cpp/iterator.h | 9 +++------ include/mailutils/cpp/list.h | 9 +++------ include/mailutils/cpp/mailbox.h | 9 +++------ include/mailutils/cpp/mailcap.h | 9 +++------ include/mailutils/cpp/mailer.h | 9 +++------ include/mailutils/cpp/mailutils.h | 9 +++------ include/mailutils/cpp/message.h | 9 +++------ include/mailutils/cpp/mime.h | 9 +++------ include/mailutils/cpp/mutil.h | 9 +++------ include/mailutils/cpp/pop3.h | 9 +++------ include/mailutils/cpp/registrar.h | 9 +++------ include/mailutils/cpp/secret.h | 9 +++------ include/mailutils/cpp/sieve.h | 9 +++------ include/mailutils/cpp/stream.h | 9 +++------ include/mailutils/cpp/url.h | 9 +++------ include/mailutils/daemon.h | 5 ++--- include/mailutils/debug.hm4 | 5 ++--- include/mailutils/diag.h | 5 ++--- include/mailutils/envelope.h | 5 ++--- include/mailutils/errno.hin | 5 ++--- include/mailutils/error.h | 5 ++--- include/mailutils/filter.h | 5 ++--- include/mailutils/folder.h | 5 ++--- include/mailutils/gocs.h | 5 ++--- include/mailutils/gsasl.h | 5 ++--- include/mailutils/guile.h | 5 ++--- include/mailutils/header.h | 5 ++--- include/mailutils/io.h | 5 ++--- include/mailutils/iterator.h | 5 ++--- include/mailutils/ldap.h | 5 ++--- include/mailutils/libargp.h | 5 ++--- include/mailutils/libcfg.h | 5 ++--- include/mailutils/list.h | 5 ++--- include/mailutils/locker.h | 5 ++--- include/mailutils/mailbox.h | 5 ++--- include/mailutils/mailcap.h | 5 ++--- include/mailutils/mailer.h | 5 ++--- include/mailutils/md5.h | 3 +-- include/mailutils/message.h | 5 ++--- include/mailutils/mime.h | 5 ++--- include/mailutils/monitor.h | 5 ++--- include/mailutils/mu_auth.h | 5 ++--- include/mailutils/mutil.h | 5 ++--- include/mailutils/nls.h | 5 ++--- include/mailutils/nntp.h | 5 ++--- include/mailutils/observer.h | 5 ++--- include/mailutils/opool.h | 5 ++--- include/mailutils/pam.h | 5 ++--- include/mailutils/parse822.h | 5 ++--- include/mailutils/pop3.h | 5 ++--- include/mailutils/progmailer.h | 5 ++--- include/mailutils/property.h | 5 ++--- include/mailutils/python.h | 5 ++--- include/mailutils/radius.h | 5 ++--- include/mailutils/refcount.h | 5 ++--- include/mailutils/registrar.h | 5 ++--- include/mailutils/secret.h | 5 ++--- include/mailutils/sha1.h | 3 +-- include/mailutils/sieve.h | 5 ++--- include/mailutils/sql.h | 5 ++--- include/mailutils/sys/Makefile.am | 27 ++++++++++++--------------- include/mailutils/sys/amd.h | 5 ++--- include/mailutils/sys/attribute.h | 5 ++--- include/mailutils/sys/auth.h | 5 ++--- include/mailutils/sys/body.h | 5 ++--- include/mailutils/sys/debug.h | 5 ++--- include/mailutils/sys/envelope.h | 5 ++--- include/mailutils/sys/filter.h | 5 ++--- include/mailutils/sys/folder.h | 5 ++--- include/mailutils/sys/header.h | 5 ++--- include/mailutils/sys/imap.h | 5 ++--- include/mailutils/sys/iterator.h | 5 ++--- include/mailutils/sys/list.h | 5 ++--- include/mailutils/sys/mailbox.h | 5 ++--- include/mailutils/sys/mailer.h | 5 ++--- include/mailutils/sys/message.h | 5 ++--- include/mailutils/sys/mime.h | 5 ++--- include/mailutils/sys/monitor.h | 5 ++--- include/mailutils/sys/nntp.h | 5 ++--- include/mailutils/sys/observer.h | 5 ++--- include/mailutils/sys/pop3.h | 5 ++--- include/mailutils/sys/property.h | 5 ++--- include/mailutils/sys/registrar.h | 5 ++--- include/mailutils/sys/url.h | 5 ++--- include/mailutils/syslog.h | 5 ++--- include/mailutils/tls.h | 5 ++--- include/mailutils/types.hin | 5 ++--- include/mailutils/url.h | 5 ++--- include/mailutils/version.h | 5 ++--- 109 files changed, 282 insertions(+), 445 deletions(-) (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am index 4fabc9ddc..fcb833864 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,21 +1,18 @@ -## Process this file with GNU Automake to create Makefile.in - -## Copyright (C) 2000, 2002, 2007, 2010 Free Software Foundation, Inc. +## This file is part of GNU Mailutils. +## Copyright (C) 2000, 2002, 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 . SUBDIRS=mailutils -EXTRA_DIST=confpaths.h.in \ No newline at end of file +EXTRA_DIST=confpaths.h.in diff --git a/include/mailutils/Makefile.am b/include/mailutils/Makefile.am index d6232f733..5b947091c 100644 --- a/include/mailutils/Makefile.am +++ b/include/mailutils/Makefile.am @@ -1,22 +1,19 @@ -## Process this file with GNU Automake to create Makefile.in - -## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, -## 2010 Free Software Foundation, Inc. +## This file is part of GNU Mailutils. +## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 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 . BUILT_SOURCES=errno.h debug.h EXTRA_DIST=errno.hin debug.hm4 types.hin diff --git a/include/mailutils/address.h b/include/mailutils/address.h index 1ae0a4882..be006a8ac 100644 --- a/include/mailutils/address.h +++ b/include/mailutils/address.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_ADDRESS_H #define _MAILUTILS_ADDRESS_H diff --git a/include/mailutils/alloc.h b/include/mailutils/alloc.h index 27ab193e1..ff2c95e8a 100644 --- a/include/mailutils/alloc.h +++ b/include/mailutils/alloc.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_ALLOC_H #define _MAILUTILS_ALLOC_H diff --git a/include/mailutils/argcv.h b/include/mailutils/argcv.h index 3dff1e552..dd9482fe3 100644 --- a/include/mailutils/argcv.h +++ b/include/mailutils/argcv.h @@ -13,9 +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 + . */ #ifndef _ARGCV_H #define _ARGCV_H 1 diff --git a/include/mailutils/assoc.h b/include/mailutils/assoc.h index a3faea879..32c80763e 100644 --- a/include/mailutils/assoc.h +++ b/include/mailutils/assoc.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_ASSOC_H #define _MAILUTILS_ASSOC_H diff --git a/include/mailutils/attribute.h b/include/mailutils/attribute.h index c8c066fa3..922ebd25a 100644 --- a/include/mailutils/attribute.h +++ b/include/mailutils/attribute.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_ATTRIBUTE_H #define _MAILUTILS_ATTRIBUTE_H diff --git a/include/mailutils/auth.h b/include/mailutils/auth.h index 84c6cc145..72bfa51c0 100644 --- a/include/mailutils/auth.h +++ b/include/mailutils/auth.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_AUTH_H #define _MAILUTILS_AUTH_H diff --git a/include/mailutils/body.h b/include/mailutils/body.h index d935d00e2..2a116e8b4 100644 --- a/include/mailutils/body.h +++ b/include/mailutils/body.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_BODY_H #define _MAILUTILS_BODY_H diff --git a/include/mailutils/cfg.h b/include/mailutils/cfg.h index 3fc7220e3..a9c5ddb5e 100644 --- a/include/mailutils/cfg.h +++ b/include/mailutils/cfg.h @@ -6,13 +6,13 @@ 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. You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with GNU Mailutils. If not, see . */ #ifndef _MAILUTILS_CFG_H diff --git a/include/mailutils/cpp/Makefile.am b/include/mailutils/cpp/Makefile.am index d9be44bfc..0f9ec82c2 100644 --- a/include/mailutils/cpp/Makefile.am +++ b/include/mailutils/cpp/Makefile.am @@ -1,20 +1,18 @@ -## Process this file with GNU Automake to create Makefile.in +## This file is part of GNU Mailutils. +## Copyright (C) 2004, 2007, 2009, 2010 Free Software Foundation, Inc. ## -## Copyright (C) 2004, 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. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +## You should have received a copy of the GNU General Public License +## along with GNU Mailutils. If not, see . cppincludedir=$(pkgincludedir)/cpp cppinclude_HEADERS = \ diff --git a/include/mailutils/cpp/address.h b/include/mailutils/cpp/address.h index 71e7913ff..f752f0747 100644 --- a/include/mailutils/cpp/address.h +++ b/include/mailutils/cpp/address.h @@ -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 + . */ #ifndef _MUCPP_ADDRESS_H #define _MUCPP_ADDRESS_H diff --git a/include/mailutils/cpp/attribute.h b/include/mailutils/cpp/attribute.h index 64135d28f..a205bad80 100644 --- a/include/mailutils/cpp/attribute.h +++ b/include/mailutils/cpp/attribute.h @@ -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 + . */ #ifndef _MUCPP_ATTRIBUTE_H #define _MUCPP_ATTRIBUTE_H diff --git a/include/mailutils/cpp/body.h b/include/mailutils/cpp/body.h index 06e99ef85..711577974 100644 --- a/include/mailutils/cpp/body.h +++ b/include/mailutils/cpp/body.h @@ -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 + . */ #ifndef _MUCPP_BODY_H #define _MUCPP_BODY_H diff --git a/include/mailutils/cpp/debug.h b/include/mailutils/cpp/debug.h index 68e7488d4..15db1262d 100644 --- a/include/mailutils/cpp/debug.h +++ b/include/mailutils/cpp/debug.h @@ -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 + . */ #ifndef _MUCPP_DEBUG_H #define _MUCPP_DEBUG_H diff --git a/include/mailutils/cpp/envelope.h b/include/mailutils/cpp/envelope.h index df33c928e..9af1d7243 100644 --- a/include/mailutils/cpp/envelope.h +++ b/include/mailutils/cpp/envelope.h @@ -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 + . */ #ifndef _MUCPP_ENVELOPE_H #define _MUCPP_ENVELOPE_H diff --git a/include/mailutils/cpp/error.h b/include/mailutils/cpp/error.h index 18061884f..eec536275 100644 --- a/include/mailutils/cpp/error.h +++ b/include/mailutils/cpp/error.h @@ -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 + . */ #ifndef _MUCPP_ERROR_H #define _MUCPP_ERROR_H diff --git a/include/mailutils/cpp/filter.h b/include/mailutils/cpp/filter.h index 08d75d471..ea8283df1 100644 --- a/include/mailutils/cpp/filter.h +++ b/include/mailutils/cpp/filter.h @@ -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 + . */ #ifndef _MUCPP_FILTER_H #define _MUCPP_FILTER_H diff --git a/include/mailutils/cpp/folder.h b/include/mailutils/cpp/folder.h index f80b6dee4..ea004aba0 100644 --- a/include/mailutils/cpp/folder.h +++ b/include/mailutils/cpp/folder.h @@ -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 + . */ #ifndef _MUCPP_FOLDER_H #define _MUCPP_FOLDER_H diff --git a/include/mailutils/cpp/header.h b/include/mailutils/cpp/header.h index a302305f3..7f17a7cfe 100644 --- a/include/mailutils/cpp/header.h +++ b/include/mailutils/cpp/header.h @@ -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 + . */ #ifndef _MUCPP_HEADER_H #define _MUCPP_HEADER_H diff --git a/include/mailutils/cpp/iterator.h b/include/mailutils/cpp/iterator.h index 9c5dc7dc5..b03ca1bca 100644 --- a/include/mailutils/cpp/iterator.h +++ b/include/mailutils/cpp/iterator.h @@ -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 + . */ #ifndef _MUCPP_ITERATOR_H #define _MUCPP_ITERATOR_H diff --git a/include/mailutils/cpp/list.h b/include/mailutils/cpp/list.h index c579b690b..504f5a2dd 100644 --- a/include/mailutils/cpp/list.h +++ b/include/mailutils/cpp/list.h @@ -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 + . */ #ifndef _MUCPP_LIST_H #define _MUCPP_LIST_H diff --git a/include/mailutils/cpp/mailbox.h b/include/mailutils/cpp/mailbox.h index 42df080ea..fe2db9d65 100644 --- a/include/mailutils/cpp/mailbox.h +++ b/include/mailutils/cpp/mailbox.h @@ -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 + . */ #ifndef _MUCPP_MAILBOX_H #define _MUCPP_MAILBOX_H diff --git a/include/mailutils/cpp/mailcap.h b/include/mailutils/cpp/mailcap.h index 435cbdecd..05c737971 100644 --- a/include/mailutils/cpp/mailcap.h +++ b/include/mailutils/cpp/mailcap.h @@ -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 + . */ #ifndef _MUCPP_MAILCAP_H #define _MUCPP_MAILCAP_H diff --git a/include/mailutils/cpp/mailer.h b/include/mailutils/cpp/mailer.h index 46bb8ef65..b4be0f0b8 100644 --- a/include/mailutils/cpp/mailer.h +++ b/include/mailutils/cpp/mailer.h @@ -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 + . */ #ifndef _MUCPP_MAILER_H #define _MUCPP_MAILER_H diff --git a/include/mailutils/cpp/mailutils.h b/include/mailutils/cpp/mailutils.h index 9689f6c9e..d5e820d8a 100644 --- a/include/mailutils/cpp/mailutils.h +++ b/include/mailutils/cpp/mailutils.h @@ -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 + . */ #include #include diff --git a/include/mailutils/cpp/message.h b/include/mailutils/cpp/message.h index bdd50af7c..cd408d4a4 100644 --- a/include/mailutils/cpp/message.h +++ b/include/mailutils/cpp/message.h @@ -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 + . */ #ifndef _MUCPP_MESSAGE_H #define _MUCPP_MESSAGE_H diff --git a/include/mailutils/cpp/mime.h b/include/mailutils/cpp/mime.h index 1ced7b474..b3afcdaab 100644 --- a/include/mailutils/cpp/mime.h +++ b/include/mailutils/cpp/mime.h @@ -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 + . */ #ifndef _MUCPP_MIME_H #define _MUCPP_MIME_H diff --git a/include/mailutils/cpp/mutil.h b/include/mailutils/cpp/mutil.h index 62224422b..c64d9a765 100644 --- a/include/mailutils/cpp/mutil.h +++ b/include/mailutils/cpp/mutil.h @@ -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 + . */ #ifndef _MUCPP_MUTIL_H #define _MUCPP_MUTIL_H diff --git a/include/mailutils/cpp/pop3.h b/include/mailutils/cpp/pop3.h index bd288e517..bff72cdbd 100644 --- a/include/mailutils/cpp/pop3.h +++ b/include/mailutils/cpp/pop3.h @@ -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 + . */ #ifndef _MUCPP_POP3_H #define _MUCPP_POP3_H diff --git a/include/mailutils/cpp/registrar.h b/include/mailutils/cpp/registrar.h index ba9de5277..e6e639dac 100644 --- a/include/mailutils/cpp/registrar.h +++ b/include/mailutils/cpp/registrar.h @@ -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 + . */ #ifndef _MUCPP_REGISTRAR_H #define _MUCPP_REGISTRAR_H diff --git a/include/mailutils/cpp/secret.h b/include/mailutils/cpp/secret.h index ab4ea507f..20afdfbe6 100644 --- a/include/mailutils/cpp/secret.h +++ b/include/mailutils/cpp/secret.h @@ -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 + . */ #ifndef _MUCPP_SECRET_H #define _MUCPP_SECRET_H diff --git a/include/mailutils/cpp/sieve.h b/include/mailutils/cpp/sieve.h index c7b1ae1a3..c1814b853 100644 --- a/include/mailutils/cpp/sieve.h +++ b/include/mailutils/cpp/sieve.h @@ -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 + . */ #ifndef _MUCPP_SIEVE_H #define _MUCPP_SIEVE_H diff --git a/include/mailutils/cpp/stream.h b/include/mailutils/cpp/stream.h index 5b67b5851..5f53e7b5e 100644 --- a/include/mailutils/cpp/stream.h +++ b/include/mailutils/cpp/stream.h @@ -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 + . */ #ifndef _MUCPP_STREAM_H #define _MUCPP_STREAM_H diff --git a/include/mailutils/cpp/url.h b/include/mailutils/cpp/url.h index 7f218e427..dd7d06578 100644 --- a/include/mailutils/cpp/url.h +++ b/include/mailutils/cpp/url.h @@ -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 + . */ #ifndef _MUCPP_URL_H #define _MUCPP_URL_H diff --git a/include/mailutils/daemon.h b/include/mailutils/daemon.h index 49c43c531..2aca12808 100644 --- a/include/mailutils/daemon.h +++ b/include/mailutils/daemon.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_DAEMON_H #define _MAILUTILS_DAEMON_H diff --git a/include/mailutils/debug.hm4 b/include/mailutils/debug.hm4 index 7682d25d2..097fb2f57 100644 --- a/include/mailutils/debug.hm4 +++ b/include/mailutils/debug.hm4 @@ -13,9 +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 + . */ #ifndef _MAILUTILS_DEBUG_H #define _MAILUTILS_DEBUG_H diff --git a/include/mailutils/diag.h b/include/mailutils/diag.h index 3f3695ce9..1c0b595f9 100644 --- a/include/mailutils/diag.h +++ b/include/mailutils/diag.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_DIAG_H #define _MAILUTILS_DIAG_H diff --git a/include/mailutils/envelope.h b/include/mailutils/envelope.h index 7d0f4395f..3c17de800 100644 --- a/include/mailutils/envelope.h +++ b/include/mailutils/envelope.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_ENVELOPE_H # define _MAILUTILS_ENVELOPE_H diff --git a/include/mailutils/errno.hin b/include/mailutils/errno.hin index 306f345a3..81e53e62e 100644 --- a/include/mailutils/errno.hin +++ b/include/mailutils/errno.hin @@ -14,9 +14,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 */ + License along with this library. If not, see + . */ #ifndef _MAILUTILS_ERRNO_H #define _MAILUTILS_ERRNO_H 1 diff --git a/include/mailutils/error.h b/include/mailutils/error.h index 4b3afe3c3..b3b24b392 100644 --- a/include/mailutils/error.h +++ b/include/mailutils/error.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_ERROR_H #define _MAILUTILS_ERROR_H diff --git a/include/mailutils/filter.h b/include/mailutils/filter.h index d9c53ca7f..3ee19beca 100644 --- a/include/mailutils/filter.h +++ b/include/mailutils/filter.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_FILTER_H #define _MAILUTILS_FILTER_H diff --git a/include/mailutils/folder.h b/include/mailutils/folder.h index b16dc47b9..6e5fc7f1a 100644 --- a/include/mailutils/folder.h +++ b/include/mailutils/folder.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_FOLDER_H # define _MAILUTILS_FOLDER_H diff --git a/include/mailutils/gocs.h b/include/mailutils/gocs.h index 80d9cbeca..91530b94b 100644 --- a/include/mailutils/gocs.h +++ b/include/mailutils/gocs.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_GOCS_H #define _MAILUTILS_GOCS_H diff --git a/include/mailutils/gsasl.h b/include/mailutils/gsasl.h index be5f2bb26..e1948f11d 100644 --- a/include/mailutils/gsasl.h +++ b/include/mailutils/gsasl.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_GSASL_H #define _MAILUTILS_GSASL_H diff --git a/include/mailutils/guile.h b/include/mailutils/guile.h index 1db5b8a43..2628e1170 100644 --- a/include/mailutils/guile.h +++ b/include/mailutils/guile.h @@ -13,9 +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 + . */ #ifndef _MU_SCM_H #define _MU_SCM_H diff --git a/include/mailutils/header.h b/include/mailutils/header.h index 57a1107ae..fe617fb9b 100644 --- a/include/mailutils/header.h +++ b/include/mailutils/header.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_HEADER_H #define _MAILUTILS_HEADER_H diff --git a/include/mailutils/io.h b/include/mailutils/io.h index 6dff0038c..e9c862d6c 100644 --- a/include/mailutils/io.h +++ b/include/mailutils/io.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_IO_H #define _MAILUTILS_IO_H diff --git a/include/mailutils/iterator.h b/include/mailutils/iterator.h index 815b6050e..d67c063ac 100644 --- a/include/mailutils/iterator.h +++ b/include/mailutils/iterator.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_ITERATOR_H #define _MAILUTILS_ITERATOR_H diff --git a/include/mailutils/ldap.h b/include/mailutils/ldap.h index cd167cfc0..66a862045 100644 --- a/include/mailutils/ldap.h +++ b/include/mailutils/ldap.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_LDAP_H #define _MAILUTILS_LDAP_H diff --git a/include/mailutils/libargp.h b/include/mailutils/libargp.h index c0317bef6..586d74a17 100644 --- a/include/mailutils/libargp.h +++ b/include/mailutils/libargp.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_LIBARGP_H #define _MAILUTILS_LIBARGP_H diff --git a/include/mailutils/libcfg.h b/include/mailutils/libcfg.h index d8600edc1..5333b0d68 100644 --- a/include/mailutils/libcfg.h +++ b/include/mailutils/libcfg.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_LIBCFG_H #define _MAILUTILS_LIBCFG_H diff --git a/include/mailutils/list.h b/include/mailutils/list.h index d8d1c912f..fdf761574 100644 --- a/include/mailutils/list.h +++ b/include/mailutils/list.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_LIST_H #define _MAILUTILS_LIST_H diff --git a/include/mailutils/locker.h b/include/mailutils/locker.h index da9b3b191..0147944aa 100644 --- a/include/mailutils/locker.h +++ b/include/mailutils/locker.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_LOCKER_H #define _MAILUTILS_LOCKER_H diff --git a/include/mailutils/mailbox.h b/include/mailutils/mailbox.h index 74d3407f2..298e6e8c2 100644 --- a/include/mailutils/mailbox.h +++ b/include/mailutils/mailbox.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_MAILBOX_H #define _MAILUTILS_MAILBOX_H diff --git a/include/mailutils/mailcap.h b/include/mailutils/mailcap.h index b6998d136..ed0029660 100644 --- a/include/mailutils/mailcap.h +++ b/include/mailutils/mailcap.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_MAILCAP_H #define _MAILUTILS_MAILCAP_H diff --git a/include/mailutils/mailer.h b/include/mailutils/mailer.h index 5463d3004..f42f0eb0a 100644 --- a/include/mailutils/mailer.h +++ b/include/mailutils/mailer.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_MAILER_H #define _MAILUTILS_MAILER_H diff --git a/include/mailutils/md5.h b/include/mailutils/md5.h index d6933e4db..3471683dd 100644 --- a/include/mailutils/md5.h +++ b/include/mailutils/md5.h @@ -15,8 +15,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 . */ #ifndef _MAILUTILS_MD5_H #define _MAILUTILS_MD5_H 1 diff --git a/include/mailutils/message.h b/include/mailutils/message.h index 14df6f69a..09c7c9e2d 100644 --- a/include/mailutils/message.h +++ b/include/mailutils/message.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_MESSAGE_H #define _MAILUTILS_MESSAGE_H diff --git a/include/mailutils/mime.h b/include/mailutils/mime.h index cd7068237..fa82ed3b0 100644 --- a/include/mailutils/mime.h +++ b/include/mailutils/mime.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_MIME_H #define _MAILUTILS_MIME_H diff --git a/include/mailutils/monitor.h b/include/mailutils/monitor.h index 4e170dacf..0ba6881c3 100644 --- a/include/mailutils/monitor.h +++ b/include/mailutils/monitor.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_MONITOR_H #define _MAILUTILS_MONITOR_H diff --git a/include/mailutils/mu_auth.h b/include/mailutils/mu_auth.h index 7453d3009..978ad930e 100644 --- a/include/mailutils/mu_auth.h +++ b/include/mailutils/mu_auth.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_MU_AUTH_H #define _MAILUTILS_MU_AUTH_H diff --git a/include/mailutils/mutil.h b/include/mailutils/mutil.h index 86d2243e7..195397156 100644 --- a/include/mailutils/mutil.h +++ b/include/mailutils/mutil.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_MUTIL_H #define _MAILUTILS_MUTIL_H diff --git a/include/mailutils/nls.h b/include/mailutils/nls.h index c84a7721b..9617d0b3a 100644 --- a/include/mailutils/nls.h +++ b/include/mailutils/nls.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_NLS_H #define _MAILUTILS_NLS_H diff --git a/include/mailutils/nntp.h b/include/mailutils/nntp.h index d16fb54d2..d5098776e 100644 --- a/include/mailutils/nntp.h +++ b/include/mailutils/nntp.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_NNTP_H #define _MAILUTILS_NNTP_H diff --git a/include/mailutils/observer.h b/include/mailutils/observer.h index ffb9ea5d1..f4d6dc970 100644 --- a/include/mailutils/observer.h +++ b/include/mailutils/observer.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_OBSERVER_H #define _MAILUTILS_OBSERVER_H diff --git a/include/mailutils/opool.h b/include/mailutils/opool.h index 49b1b02e1..f8b56e6c3 100644 --- a/include/mailutils/opool.h +++ b/include/mailutils/opool.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_OPOOL_H #define _MAILUTILS_OPOOL_H diff --git a/include/mailutils/pam.h b/include/mailutils/pam.h index 207bb23ec..40dca1d35 100644 --- a/include/mailutils/pam.h +++ b/include/mailutils/pam.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_PAM_H #define _MAILUTILS_PAM_H diff --git a/include/mailutils/parse822.h b/include/mailutils/parse822.h index 210553960..b212d1834 100644 --- a/include/mailutils/parse822.h +++ b/include/mailutils/parse822.h @@ -13,9 +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 + . */ /** * Parses syntatic elements defined in RFC 822. diff --git a/include/mailutils/pop3.h b/include/mailutils/pop3.h index 53d6c1696..ebea5d82d 100644 --- a/include/mailutils/pop3.h +++ b/include/mailutils/pop3.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_POP3_H #define _MAILUTILS_POP3_H diff --git a/include/mailutils/progmailer.h b/include/mailutils/progmailer.h index e9a82c32a..47c1280ac 100644 --- a/include/mailutils/progmailer.h +++ b/include/mailutils/progmailer.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_PROGMAILER_H #define _MAILUTILS_PROGMAILER_H diff --git a/include/mailutils/property.h b/include/mailutils/property.h index e57bba488..1fb7334f4 100644 --- a/include/mailutils/property.h +++ b/include/mailutils/property.h @@ -13,9 +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 + . */; #ifndef _MAILUTILS_PROPERTY_H #define _MAILUTILS_PROPERTY_H diff --git a/include/mailutils/python.h b/include/mailutils/python.h index 9bd32dda7..81348fb0c 100644 --- a/include/mailutils/python.h +++ b/include/mailutils/python.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_PYTHON_H #define _MAILUTILS_PYTHON_H diff --git a/include/mailutils/radius.h b/include/mailutils/radius.h index a62cddc12..1ce4c24c7 100644 --- a/include/mailutils/radius.h +++ b/include/mailutils/radius.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_RADIUS_H #define _MAILUTILS_RADIUS_H diff --git a/include/mailutils/refcount.h b/include/mailutils/refcount.h index 2c8d287e3..40f4c9a6d 100644 --- a/include/mailutils/refcount.h +++ b/include/mailutils/refcount.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_REFCOUNT_H #define _MAILUTILS_REFCOUNT_H diff --git a/include/mailutils/registrar.h b/include/mailutils/registrar.h index 91a3acf80..20429667e 100644 --- a/include/mailutils/registrar.h +++ b/include/mailutils/registrar.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_REGISTRAR_H #define _MAILUTILS_REGISTRAR_H diff --git a/include/mailutils/secret.h b/include/mailutils/secret.h index a97c96872..6cb5c33a1 100644 --- a/include/mailutils/secret.h +++ b/include/mailutils/secret.h @@ -12,9 +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 + . */ #ifndef _MAILUTILS_SECRET_H #define _MAILUTILS_SECRET_H diff --git a/include/mailutils/sha1.h b/include/mailutils/sha1.h index fecb294f4..c4624afb4 100644 --- a/include/mailutils/sha1.h +++ b/include/mailutils/sha1.h @@ -14,8 +14,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 . */ #ifndef _MAILUTILS_SHA1_H # define _MAILUTILS_SHA1_H 1 diff --git a/include/mailutils/sieve.h b/include/mailutils/sieve.h index f89d40990..7f17f57c2 100644 --- a/include/mailutils/sieve.h +++ b/include/mailutils/sieve.h @@ -13,9 +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 + . */ #ifndef _MAILUTILS_LIBSIEVE_H #define _MAILUTILS_LIBSIEVE_H diff --git a/include/mailutils/sql.h b/include/mailutils/sql.h index 84672a2b9..8c9d975e1