summaryrefslogtreecommitdiff
path: root/include/mailutils/sys
diff options
context:
space:
mode:
Diffstat (limited to 'include/mailutils/sys')
-rw-r--r--include/mailutils/sys/Makefile.am27
-rw-r--r--include/mailutils/sys/amd.h5
-rw-r--r--include/mailutils/sys/attribute.h5
-rw-r--r--include/mailutils/sys/auth.h5
-rw-r--r--include/mailutils/sys/body.h5
-rw-r--r--include/mailutils/sys/debug.h5
-rw-r--r--include/mailutils/sys/envelope.h5
-rw-r--r--include/mailutils/sys/filter.h5
-rw-r--r--include/mailutils/sys/folder.h5
-rw-r--r--include/mailutils/sys/header.h5
-rw-r--r--include/mailutils/sys/imap.h5
-rw-r--r--include/mailutils/sys/iterator.h5
-rw-r--r--include/mailutils/sys/list.h5
-rw-r--r--include/mailutils/sys/mailbox.h5
-rw-r--r--include/mailutils/sys/mailer.h5
-rw-r--r--include/mailutils/sys/message.h5
-rw-r--r--include/mailutils/sys/mime.h5
-rw-r--r--include/mailutils/sys/monitor.h5
-rw-r--r--include/mailutils/sys/nntp.h5
-rw-r--r--include/mailutils/sys/observer.h5
-rw-r--r--include/mailutils/sys/pop3.h5
-rw-r--r--include/mailutils/sys/property.h5
-rw-r--r--include/mailutils/sys/registrar.h5
-rw-r--r--include/mailutils/sys/url.h5
24 files changed, 58 insertions, 84 deletions
diff --git a/include/mailutils/sys/Makefile.am b/include/mailutils/sys/Makefile.am
index 74a732c62..90610cd1e 100644
--- a/include/mailutils/sys/Makefile.am
+++ b/include/mailutils/sys/Makefile.am
@@ -1,21 +1,18 @@
-## Process this file with GNU Automake to create Makefile.in
-
-## Copyright (C) 2002, 2007, 2009, 2010 Free Software Foundation, Inc.
+## This file is part of GNU Mailutils.
+## Copyright (C) 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.
##
-## 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/>.
sysincludedir=$(pkgincludedir)/sys
sysinclude_HEADERS = \
diff --git a/include/mailutils/sys/amd.h b/include/mailutils/sys/amd.h
index 52f039515..2f921a327 100644
--- a/include/mailutils/sys/amd.h
+++ b/include/mailutils/sys/amd.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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_AMD_H
# define _MAILUTILS_SYS_AMD_H
diff --git a/include/mailutils/sys/attribute.h b/include/mailutils/sys/attribute.h
index 83e1f112f..9a244c9da 100644
--- a/include/mailutils/sys/attribute.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_ATTRIBUTE_H
# define _MAILUTILS_SYS_ATTRIBUTE_H
diff --git a/include/mailutils/sys/auth.h b/include/mailutils/sys/auth.h
index 0a4308d3c..e24c36439 100644
--- a/include/mailutils/sys/auth.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_AUTH_H
# define _MAILUTILS_SYS_AUTH_H
diff --git a/include/mailutils/sys/body.h b/include/mailutils/sys/body.h
index 7ec58e382..a7be7eb36 100644
--- a/include/mailutils/sys/body.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_BODY_H
# define _MAILUTILS_SYS_BODY_H
diff --git a/include/mailutils/sys/debug.h b/include/mailutils/sys/debug.h
index 30ac95925..ee26e16ae 100644
--- a/include/mailutils/sys/debug.h
+++ b/include/mailutils/sys/debug.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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_DEBUG_H
# define _MAILUTILS_SYS_DEBUG_H
diff --git a/include/mailutils/sys/envelope.h b/include/mailutils/sys/envelope.h
index fe4689a38..037524f09 100644
--- a/include/mailutils/sys/envelope.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_ENVELOPE_H
# define _MAILUTILS_SYS_ENVELOPE_H
diff --git a/include/mailutils/sys/filter.h b/include/mailutils/sys/filter.h
index ceceb7801..5eb91f5fb 100644
--- a/include/mailutils/sys/filter.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_FILTER_H
#define _MAILUTILS_SYS_FILTER_H
diff --git a/include/mailutils/sys/folder.h b/include/mailutils/sys/folder.h
index 912fb87fc..53b909de5 100644
--- a/include/mailutils/sys/folder.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_FOLDER_H
# define _MAILUTILS_SYS_FOLDER_H
diff --git a/include/mailutils/sys/header.h b/include/mailutils/sys/header.h
index 189850929..ac4be3ca4 100644
--- a/include/mailutils/sys/header.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HEADER0_H
#define _HEADER0_H
diff --git a/include/mailutils/sys/imap.h b/include/mailutils/sys/imap.h
index bbad6e573..6bb154da9 100644
--- a/include/mailutils/sys/imap.h
+++ b/include/mailutils/sys/imap.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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_IMAP_H
# define _MAILUTILS_SYS_IMAP_H
diff --git a/include/mailutils/sys/iterator.h b/include/mailutils/sys/iterator.h
index 5b5475f31..2eaf4d544 100644
--- a/include/mailutils/sys/iterator.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_ITERATOR_H
# define _MAILUTILS_SYS_ITERATOR_H
diff --git a/include/mailutils/sys/list.h b/include/mailutils/sys/list.h
index 2e9f83a18..abe5b7043 100644
--- a/include/mailutils/sys/list.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_LIST_H
# define _MAILUTILS_SYS_LIST_H
diff --git a/include/mailutils/sys/mailbox.h b/include/mailutils/sys/mailbox.h
index fe362690f..0b57fe030 100644
--- a/include/mailutils/sys/mailbox.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_MAILBOX_H
# define _MAILUTILS_SYS_MAILBOX_H
diff --git a/include/mailutils/sys/mailer.h b/include/mailutils/sys/mailer.h
index b9413a380..4bd238141 100644
--- a/include/mailutils/sys/mailer.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_MAILER_H
# define _MAILUTILS_SYS_MAILER_H
diff --git a/include/mailutils/sys/message.h b/include/mailutils/sys/message.h
index 5e96d85a0..53f367228 100644
--- a/include/mailutils/sys/message.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MESSAGE0_H
#define _MESSAGE0_H
diff --git a/include/mailutils/sys/mime.h b/include/mailutils/sys/mime.h
index ce30042f1..e99766ebb 100644
--- a/include/mailutils/sys/mime.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_MIME_H
#define _MAILUTILS_SYS_MIME_H
diff --git a/include/mailutils/sys/monitor.h b/include/mailutils/sys/monitor.h
index 2d7626513..122eb81bc 100644
--- a/include/mailutils/sys/monitor.h
+++ b/include/mailutils/sys/monitor.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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_MONITOR_H
# define _MAILUTILS_SYS_MONITOR_H
diff --git a/include/mailutils/sys/nntp.h b/include/mailutils/sys/nntp.h
index 5b28ad57c..8d0dbc8b3 100644
--- a/include/mailutils/sys/nntp.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_NNTP_H
#define _MAILUTILS_SYS_NNTP_H
diff --git a/include/mailutils/sys/observer.h b/include/mailutils/sys/observer.h
index 7aede1cde..6cccd9c2b 100644
--- a/include/mailutils/sys/observer.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_OBSERVER_H
# define _MAILUTILS_SYS_OBSERVER_H
diff --git a/include/mailutils/sys/pop3.h b/include/mailutils/sys/pop3.h
index 6d4b588df..96d8d6162 100644
--- a/include/mailutils/sys/pop3.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_POP3_H
#define _MAILUTILS_SYS_POP3_H
diff --git a/include/mailutils/sys/property.h b/include/mailutils/sys/property.h
index 4faac9cbc..cbc090f08 100644
--- a/include/mailutils/sys/property.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_PROPERTY_H
# define _MAILUTILS_SYS_PROPERTY_H
diff --git a/include/mailutils/sys/registrar.h b/include/mailutils/sys/registrar.h
index 8b3d83dd2..535e5cecf 100644
--- a/include/mailutils/sys/registrar.h
+++ b/include/mailutils/sys/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_REGISTRAR_H
# define _MAILUTILS_SYS_REGISTRAR_H
diff --git a/include/mailutils/sys/url.h b/include/mailutils/sys/url.h
index 8e300bae0..095a111d5 100644
--- a/include/mailutils/sys/url.h
+++ b/include/mailutils/sys/url.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
+ <http://www.gnu.org/licenses/>. */
#ifndef _MAILUTILS_SYS_URL_H
# define _MAILUTILS_SYS_URL_H

Return to:

Send suggestions and report system problems to the System administrator.