summaryrefslogtreecommitdiff
path: root/libmailutils/string
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-01-02 23:27:53 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2011-01-02 23:27:53 +0200
commit284d8c5a28972234c51c8fa4a299e7f64b490d10 (patch)
tree8e777a22a26e5a537a4178184b03cf69eefa04e7 /libmailutils/string
parent79d50145c61bb725de932955c86cf96f275f60b3 (diff)
downloadmailutils-284d8c5a28972234c51c8fa4a299e7f64b490d10.tar.gz
mailutils-284d8c5a28972234c51c8fa4a299e7f64b490d10.tar.bz2
Update copyright years.
Happy GNU year!
Diffstat (limited to 'libmailutils/string')
-rw-r--r--libmailutils/string/Makefile.am2
-rw-r--r--libmailutils/string/asnprintf.c2
-rw-r--r--libmailutils/string/asprintf.c2
-rw-r--r--libmailutils/string/cpystr.c2
-rw-r--r--libmailutils/string/cstrcasecmp.c2
-rw-r--r--libmailutils/string/cstrcasestr.c2
-rw-r--r--libmailutils/string/cstrlower.c2
-rw-r--r--libmailutils/string/cstrupper.c2
-rw-r--r--libmailutils/string/hexstr.c2
-rw-r--r--libmailutils/string/mkfilename.c2
-rw-r--r--libmailutils/string/muctype.c2
-rw-r--r--libmailutils/string/stripws.c2
-rw-r--r--libmailutils/string/strlst.c2
-rw-r--r--libmailutils/string/strltrim.c2
-rw-r--r--libmailutils/string/strrtrim.c2
-rw-r--r--libmailutils/string/strskip.c2
-rw-r--r--libmailutils/string/trueans.c2
-rw-r--r--libmailutils/string/unfold.c2
-rw-r--r--libmailutils/string/vasnprintf.c2
-rw-r--r--libmailutils/string/xdecode.c2
20 files changed, 20 insertions, 20 deletions
diff --git a/libmailutils/string/Makefile.am b/libmailutils/string/Makefile.am
index 9c91e73cb..628787c92 100644
--- a/libmailutils/string/Makefile.am
+++ b/libmailutils/string/Makefile.am
@@ -1,5 +1,5 @@
# GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010, 2011 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/string/asnprintf.c b/libmailutils/string/asnprintf.c
index 2d74ec9af..e7f3d02b2 100644
--- a/libmailutils/string/asnprintf.c
+++ b/libmailutils/string/asnprintf.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/asprintf.c b/libmailutils/string/asprintf.c
index 3d11df882..90c6e7213 100644
--- a/libmailutils/string/asprintf.c
+++ b/libmailutils/string/asprintf.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/cpystr.c b/libmailutils/string/cpystr.c
index 9671c706b..3fa51f0df 100644
--- a/libmailutils/string/cpystr.c
+++ b/libmailutils/string/cpystr.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009,
- 2010 Free Software Foundation, Inc.
+ 2010, 2011 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/string/cstrcasecmp.c b/libmailutils/string/cstrcasecmp.c
index 4baeae220..ab6a8f4b2 100644
--- a/libmailutils/string/cstrcasecmp.c
+++ b/libmailutils/string/cstrcasecmp.c
@@ -1,5 +1,5 @@
/* This file is part of GNU Mailutils
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/cstrcasestr.c b/libmailutils/string/cstrcasestr.c
index 7f20e08c9..a7c0918f0 100644
--- a/libmailutils/string/cstrcasestr.c
+++ b/libmailutils/string/cstrcasestr.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009,
- 2010 Free Software Foundation, Inc.
+ 2010, 2011 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/string/cstrlower.c b/libmailutils/string/cstrlower.c
index 98afb5f35..f2388e9e1 100644
--- a/libmailutils/string/cstrlower.c
+++ b/libmailutils/string/cstrlower.c
@@ -1,5 +1,5 @@
/* This file is part of GNU Mailutils
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/cstrupper.c b/libmailutils/string/cstrupper.c
index 965977d44..f9766996d 100644
--- a/libmailutils/string/cstrupper.c
+++ b/libmailutils/string/cstrupper.c
@@ -1,5 +1,5 @@
/* This file is part of GNU Mailutils
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/hexstr.c b/libmailutils/string/hexstr.c
index dd22fb8af..2f06482c1 100644
--- a/libmailutils/string/hexstr.c
+++ b/libmailutils/string/hexstr.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009,
- 2010 Free Software Foundation, Inc.
+ 2010, 2011 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/string/mkfilename.c b/libmailutils/string/mkfilename.c
index edb91d994..64ffd0ec7 100644
--- a/libmailutils/string/mkfilename.c
+++ b/libmailutils/string/mkfilename.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/muctype.c b/libmailutils/string/muctype.c
index e425ffb30..b2a831afb 100644
--- a/libmailutils/string/muctype.c
+++ b/libmailutils/string/muctype.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/stripws.c b/libmailutils/string/stripws.c
index 688c8c720..6cbc7e1a2 100644
--- a/libmailutils/string/stripws.c
+++ b/libmailutils/string/stripws.c
@@ -1,5 +1,5 @@
/* This file is part of GNU Mailutils
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/strlst.c b/libmailutils/string/strlst.c
index e555e7378..58fd34b80 100644
--- a/libmailutils/string/strlst.c
+++ b/libmailutils/string/strlst.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009,
- 2010 Free Software Foundation, Inc.
+ 2010, 2011 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/string/strltrim.c b/libmailutils/string/strltrim.c
index e86980723..a7ee090d7 100644
--- a/libmailutils/string/strltrim.c
+++ b/libmailutils/string/strltrim.c
@@ -1,5 +1,5 @@
/* This file is part of GNU Mailutils
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/strrtrim.c b/libmailutils/string/strrtrim.c
index 95e7babf2..19b9690c1 100644
--- a/libmailutils/string/strrtrim.c
+++ b/libmailutils/string/strrtrim.c
@@ -1,5 +1,5 @@
/* This file is part of GNU Mailutils
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/strskip.c b/libmailutils/string/strskip.c
index 5b676d085..3b5ca7c86 100644
--- a/libmailutils/string/strskip.c
+++ b/libmailutils/string/strskip.c
@@ -1,5 +1,5 @@
/* This file is part of GNU Mailutils
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/trueans.c b/libmailutils/string/trueans.c
index b57c45c62..5c8bc58c9 100644
--- a/libmailutils/string/trueans.c
+++ b/libmailutils/string/trueans.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009,
- 2010 Free Software Foundation, Inc.
+ 2010, 2011 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/string/unfold.c b/libmailutils/string/unfold.c
index 4e37e2806..d9ea9f34b 100644
--- a/libmailutils/string/unfold.c
+++ b/libmailutils/string/unfold.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/vasnprintf.c b/libmailutils/string/vasnprintf.c
index 6c788d531..abc0ef3a7 100644
--- a/libmailutils/string/vasnprintf.c
+++ b/libmailutils/string/vasnprintf.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 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/string/xdecode.c b/libmailutils/string/xdecode.c
index e802bf67c..4801bd840 100644
--- a/libmailutils/string/xdecode.c
+++ b/libmailutils/string/xdecode.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009,
- 2010 Free Software Foundation, Inc.
+ 2010, 2011 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.