summaryrefslogtreecommitdiff
path: root/libmailutils/sockaddr
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-01 15:49:56 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-01 15:52:37 +0200
commitaa643a6cfca9736fc366237d30e264c180ed733b (patch)
treef818bc24c8dc6951b52429582117345975cd098e /libmailutils/sockaddr
parent66f7ed9562cce859f20166f9cf0c38a018a83dbe (diff)
downloadmailutils-aa643a6cfca9736fc366237d30e264c180ed733b.tar.gz
mailutils-aa643a6cfca9736fc366237d30e264c180ed733b.tar.bz2
Happy GNU Year
Diffstat (limited to 'libmailutils/sockaddr')
-rw-r--r--libmailutils/sockaddr/Makefile.am2
-rw-r--r--libmailutils/sockaddr/copy.c2
-rw-r--r--libmailutils/sockaddr/create.c2
-rw-r--r--libmailutils/sockaddr/free.c2
-rw-r--r--libmailutils/sockaddr/fromnode.c2
-rw-r--r--libmailutils/sockaddr/insert.c2
-rw-r--r--libmailutils/sockaddr/ipaddr.c2
-rw-r--r--libmailutils/sockaddr/str.c2
-rw-r--r--libmailutils/sockaddr/unlink.c2
-rw-r--r--libmailutils/sockaddr/url.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/libmailutils/sockaddr/Makefile.am b/libmailutils/sockaddr/Makefile.am
index 40ae5787a..961696815 100644
--- a/libmailutils/sockaddr/Makefile.am
+++ b/libmailutils/sockaddr/Makefile.am
@@ -1,5 +1,5 @@
# GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2011-2012, 2014-2016 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014-2017 Free Software Foundation, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/libmailutils/sockaddr/copy.c b/libmailutils/sockaddr/copy.c
index d0b3e7b63..faae2f605 100644
--- a/libmailutils/sockaddr/copy.c
+++ b/libmailutils/sockaddr/copy.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2011-2012, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012, 2014-2017 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/libmailutils/sockaddr/create.c b/libmailutils/sockaddr/create.c
index c7d6046a1..5e8664b50 100644
--- a/libmailutils/sockaddr/create.c
+++ b/libmailutils/sockaddr/create.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2011-2012, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012, 2014-2017 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/libmailutils/sockaddr/free.c b/libmailutils/sockaddr/free.c
index 860bdb294..7dc35d541 100644
--- a/libmailutils/sockaddr/free.c
+++ b/libmailutils/sockaddr/free.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2011-2012, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012, 2014-2017 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/libmailutils/sockaddr/fromnode.c b/libmailutils/sockaddr/fromnode.c
index 1edec0e4b..8f3bd15f4 100644
--- a/libmailutils/sockaddr/fromnode.c
+++ b/libmailutils/sockaddr/fromnode.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2011-2012, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012, 2014-2017 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/libmailutils/sockaddr/insert.c b/libmailutils/sockaddr/insert.c
index b66c67638..346ca7d39 100644
--- a/libmailutils/sockaddr/insert.c
+++ b/libmailutils/sockaddr/insert.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2011-2012, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012, 2014-2017 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/libmailutils/sockaddr/ipaddr.c b/libmailutils/sockaddr/ipaddr.c
index b0abcb0d0..105590e4c 100644
--- a/libmailutils/sockaddr/ipaddr.c
+++ b/libmailutils/sockaddr/ipaddr.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2011-2012, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012, 2014-2017 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/libmailutils/sockaddr/str.c b/libmailutils/sockaddr/str.c
index e5bd5a1b5..ec3330e03 100644
--- a/libmailutils/sockaddr/str.c
+++ b/libmailutils/sockaddr/str.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2011-2012, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012, 2014-2017 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/libmailutils/sockaddr/unlink.c b/libmailutils/sockaddr/unlink.c
index 3a62c96ff..d8fe25075 100644
--- a/libmailutils/sockaddr/unlink.c
+++ b/libmailutils/sockaddr/unlink.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2011-2012, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012, 2014-2017 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/libmailutils/sockaddr/url.c b/libmailutils/sockaddr/url.c
index 9b5eb8700..2c6fbd8eb 100644
--- a/libmailutils/sockaddr/url.c
+++ b/libmailutils/sockaddr/url.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2011-2012, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012, 2014-2017 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public

Return to:

Send suggestions and report system problems to the System administrator.