summaryrefslogtreecommitdiff
path: root/libmu_cpp
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-01-19 15:35:00 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-01-19 15:35:00 +0200
commit2128f4601217f3b80e6a34223c6644c80c034a0d (patch)
tree2d54cce740a612835be42505db85c3dc16fa5f6d /libmu_cpp
parent5a7b63b21307c4271fd2d1ec57b706e56352da57 (diff)
downloadmailutils-2128f4601217f3b80e6a34223c6644c80c034a0d.tar.gz
mailutils-2128f4601217f3b80e6a34223c6644c80c034a0d.tar.bz2
Version 3.4.90; update copyright years
Diffstat (limited to 'libmu_cpp')
-rw-r--r--libmu_cpp/Makefile.am2
-rw-r--r--libmu_cpp/address.cc2
-rw-r--r--libmu_cpp/attribute.cc2
-rw-r--r--libmu_cpp/body.cc2
-rw-r--r--libmu_cpp/envelope.cc2
-rw-r--r--libmu_cpp/filter.cc2
-rw-r--r--libmu_cpp/folder.cc2
-rw-r--r--libmu_cpp/header.cc2
-rw-r--r--libmu_cpp/iterator.cc2
-rw-r--r--libmu_cpp/list.cc2
-rw-r--r--libmu_cpp/mailbox.cc2
-rw-r--r--libmu_cpp/mailcap.cc2
-rw-r--r--libmu_cpp/mailer.cc2
-rw-r--r--libmu_cpp/message.cc2
-rw-r--r--libmu_cpp/mime.cc2
-rw-r--r--libmu_cpp/mutil.cc2
-rw-r--r--libmu_cpp/pop3.cc2
-rw-r--r--libmu_cpp/registrar.cc2
-rw-r--r--libmu_cpp/secret.cc2
-rw-r--r--libmu_cpp/sieve.cc2
-rw-r--r--libmu_cpp/stream.cc2
-rw-r--r--libmu_cpp/url.cc2
22 files changed, 22 insertions, 22 deletions
diff --git a/libmu_cpp/Makefile.am b/libmu_cpp/Makefile.am
index 5e0dad18b..b43e85a0e 100644
--- a/libmu_cpp/Makefile.am
+++ b/libmu_cpp/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+## Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
## Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/libmu_cpp/address.cc b/libmu_cpp/address.cc
index cd39d1cc0..97bcfb506 100644
--- a/libmu_cpp/address.cc
+++ b/libmu_cpp/address.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/libmu_cpp/attribute.cc b/libmu_cpp/attribute.cc
index 726218918..21fff10a6 100644
--- a/libmu_cpp/attribute.cc
+++ b/libmu_cpp/attribute.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 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/libmu_cpp/body.cc b/libmu_cpp/body.cc
index 37cc5d0b6..8114924b3 100644
--- a/libmu_cpp/body.cc
+++ b/libmu_cpp/body.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 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/libmu_cpp/envelope.cc b/libmu_cpp/envelope.cc
index 46fa6907b..c2f9a0b25 100644
--- a/libmu_cpp/envelope.cc
+++ b/libmu_cpp/envelope.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 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/libmu_cpp/filter.cc b/libmu_cpp/filter.cc
index 88e6a26f1..768fadeb5 100644
--- a/libmu_cpp/filter.cc
+++ b/libmu_cpp/filter.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/libmu_cpp/folder.cc b/libmu_cpp/folder.cc
index 12a048234..fa414c8ae 100644
--- a/libmu_cpp/folder.cc
+++ b/libmu_cpp/folder.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 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/libmu_cpp/header.cc b/libmu_cpp/header.cc
index 378d0eceb..dcd939732 100644
--- a/libmu_cpp/header.cc
+++ b/libmu_cpp/header.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/libmu_cpp/iterator.cc b/libmu_cpp/iterator.cc
index 4bc2b3cc3..ceb51932e 100644
--- a/libmu_cpp/iterator.cc
+++ b/libmu_cpp/iterator.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/libmu_cpp/list.cc b/libmu_cpp/list.cc
index 3ea068ade..7dcc37f2c 100644
--- a/libmu_cpp/list.cc
+++ b/libmu_cpp/list.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/libmu_cpp/mailbox.cc b/libmu_cpp/mailbox.cc
index 1729ad580..e18042e9f 100644
--- a/libmu_cpp/mailbox.cc
+++ b/libmu_cpp/mailbox.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/libmu_cpp/mailcap.cc b/libmu_cpp/mailcap.cc
index e29635bfb..ccfb7fd13 100644
--- a/libmu_cpp/mailcap.cc
+++ b/libmu_cpp/mailcap.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/libmu_cpp/mailer.cc b/libmu_cpp/mailer.cc
index 8166f7704..12c059db5 100644
--- a/libmu_cpp/mailer.cc
+++ b/libmu_cpp/mailer.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/libmu_cpp/message.cc b/libmu_cpp/message.cc
index f49f0ef89..bf28e3f84 100644
--- a/libmu_cpp/message.cc
+++ b/libmu_cpp/message.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/libmu_cpp/mime.cc b/libmu_cpp/mime.cc
index 155129258..1c863fa5f 100644
--- a/libmu_cpp/mime.cc
+++ b/libmu_cpp/mime.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 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/libmu_cpp/mutil.cc b/libmu_cpp/mutil.cc
index f8489afc6..81cc03676 100644
--- a/libmu_cpp/mutil.cc
+++ b/libmu_cpp/mutil.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 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/libmu_cpp/pop3.cc b/libmu_cpp/pop3.cc
index 49fe7dc74..c69dddda5 100644
--- a/libmu_cpp/pop3.cc
+++ b/libmu_cpp/pop3.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/libmu_cpp/registrar.cc b/libmu_cpp/registrar.cc
index 42150bef6..49d11403b 100644
--- a/libmu_cpp/registrar.cc
+++ b/libmu_cpp/registrar.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 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/libmu_cpp/secret.cc b/libmu_cpp/secret.cc
index 2a1d190aa..e405b9eb2 100644
--- a/libmu_cpp/secret.cc
+++ b/libmu_cpp/secret.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 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/libmu_cpp/sieve.cc b/libmu_cpp/sieve.cc
index 4e4900b18..a65223e2b 100644
--- a/libmu_cpp/sieve.cc
+++ b/libmu_cpp/sieve.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 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/libmu_cpp/stream.cc b/libmu_cpp/stream.cc
index c89c2312b..ebb3dac07 100644
--- a/libmu_cpp/stream.cc
+++ b/libmu_cpp/stream.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/libmu_cpp/url.cc b/libmu_cpp/url.cc
index 74896ae4f..65a0c2871 100644
--- a/libmu_cpp/url.cc
+++ b/libmu_cpp/url.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2012, 2014-2017 Free Software Foundation,
+ Copyright (C) 2004, 2006-2012, 2014-2018 Free Software Foundation,
Inc.
This library is free software; you can redistribute it and/or

Return to:

Send suggestions and report system problems to the System administrator.