summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-01-05 20:25:02 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-01-05 20:25:02 +0200
commitcf2c890449aeaae6c2375f2d96bf705354908eef (patch)
tree1ea3c407ec9d33131f1439c5e4f16b62daa6435a /mail
parentf8a96930b6ec84c63b36e5789c9fdf74285f420c (diff)
downloadmailutils-cf2c890449aeaae6c2375f2d96bf705354908eef.tar.gz
mailutils-cf2c890449aeaae6c2375f2d96bf705354908eef.tar.bz2
Happy GNU Year
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile.am4
-rw-r--r--mail/alias.c4
-rw-r--r--mail/alt.c4
-rw-r--r--mail/cd.c2
-rw-r--r--mail/copy.c4
-rw-r--r--mail/decode.c4
-rw-r--r--mail/delete.c4
-rw-r--r--mail/dp.c2
-rw-r--r--mail/echo.c2
-rw-r--r--mail/edit.c2
-rw-r--r--mail/envelope.c2
-rw-r--r--mail/eq.c4
-rw-r--r--mail/escape.c4
-rw-r--r--mail/exit.c2
-rw-r--r--mail/file.c2
-rw-r--r--mail/folders.c2
-rw-r--r--mail/followup.c4
-rw-r--r--mail/from.c4
-rw-r--r--mail/headers.c4
-rw-r--r--mail/help.c2
-rw-r--r--mail/hold.c2
-rw-r--r--mail/if.c2
-rw-r--r--mail/inc.c2
-rw-r--r--mail/list.c2
-rw-r--r--mail/mail.c3
-rw-r--r--mail/mail.h4
-rw-r--r--mail/mailline.c4
-rw-r--r--mail/mailvar.c2
-rw-r--r--mail/mbox.c2
-rw-r--r--mail/msgset.y4
-rw-r--r--mail/next.c4
-rw-r--r--mail/page.c2
-rw-r--r--mail/pipe.c2
-rw-r--r--mail/previous.c4
-rw-r--r--mail/print.c4
-rw-r--r--mail/quit.c4
-rw-r--r--mail/reply.c4
-rw-r--r--mail/retain.c2
-rw-r--r--mail/save.c2
-rw-r--r--mail/send.c3
-rw-r--r--mail/set.c2
-rw-r--r--mail/setenv.c4
-rw-r--r--mail/shell.c2
-rw-r--r--mail/size.c2
-rw-r--r--mail/source.c2
-rw-r--r--mail/struct.c2
-rw-r--r--mail/summary.c2
-rw-r--r--mail/table.c2
-rw-r--r--mail/tag.c4
-rw-r--r--mail/testsuite/Makefile.am2
-rw-r--r--mail/testsuite/if.mail2
-rw-r--r--mail/testsuite/lib/mail.exp3
-rw-r--r--mail/testsuite/mail/alias.exp2
-rw-r--r--mail/testsuite/mail/folder.exp2
-rw-r--r--mail/testsuite/mail/if.exp4
-rw-r--r--mail/testsuite/mail/read.exp2
-rw-r--r--mail/testsuite/mail/send.exp2
-rw-r--r--mail/testsuite/mail/tag.exp2
-rw-r--r--mail/testsuite/mail/write.exp3
-rw-r--r--mail/testsuite/mail/z.exp2
-rwxr-xr-xmail/testsuite/makespool2
-rw-r--r--mail/top.c2
-rw-r--r--mail/touch.c2
-rw-r--r--mail/unalias.c2
-rw-r--r--mail/undelete.c2
-rw-r--r--mail/unset.c2
-rw-r--r--mail/util.c3
-rw-r--r--mail/version.c4
-rw-r--r--mail/visual.c2
-rw-r--r--mail/write.c4
-rw-r--r--mail/z.c2
71 files changed, 95 insertions, 100 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index e0a677864..60c97a746 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -1,6 +1,6 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007, 2010, 2011 Free
-## Software Foundation, Inc.
+## Copyright (C) 1999-2002, 2005, 2007, 2010-2012 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
diff --git a/mail/alias.c b/mail/alias.c
index beb294bf8..8b60b1a8e 100644
--- a/mail/alias.c
+++ b/mail/alias.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2005, 2006, 2007, 2010, 2011 Free
- Software Foundation, Inc.
+ Copyright (C) 1999, 2001-2002, 2005-2007, 2010-2012 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
diff --git a/mail/alt.c b/mail/alt.c
index 75b1ad7cd..dbdca0f15 100644
--- a/mail/alt.c
+++ b/mail/alt.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2005, 2007, 2009, 2010, 2011 Free
- Software Foundation, Inc.
+ Copyright (C) 1999, 2001-2002, 2005, 2007, 2009-2012 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
diff --git a/mail/cd.c b/mail/cd.c
index c8b078a57..2606c4f74 100644
--- a/mail/cd.c
+++ b/mail/cd.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2005, 2007, 2010, 2011 Free Software Foundation,
+ Copyright (C) 1999, 2005, 2007, 2010-2012 Free Software Foundation,
Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/copy.c b/mail/copy.c
index f3a53527f..12e1be75c 100644
--- a/mail/copy.c
+++ b/mail/copy.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2003, 2005, 2007, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012 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
diff --git a/mail/decode.c b/mail/decode.c
index 33bd79e42..27996d546 100644
--- a/mail/decode.c
+++ b/mail/decode.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2009, 2010,
- 2011 Free Software Foundation, Inc.
+ Copyright (C) 1999-2003, 2005, 2007, 2009-2012 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
diff --git a/mail/delete.c b/mail/delete.c
index 6c9a7a1b9..2554c3485 100644
--- a/mail/delete.c
+++ b/mail/delete.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2003, 2005, 2007, 2010, 2011 Free
- Software Foundation, Inc.
+ Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012 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
diff --git a/mail/dp.c b/mail/dp.c
index 3aaf1b79a..524d5959f 100644
--- a/mail/dp.c
+++ b/mail/dp.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2007, 2010, 2011 Free Software Foundation,
+ Copyright (C) 1999, 2001, 2007, 2010-2012 Free Software Foundation,
Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/echo.c b/mail/echo.c
index d3742bac5..562d48665 100644
--- a/mail/echo.c
+++ b/mail/echo.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2007, 2010, 2011 Free Software
+ Copyright (C) 1999, 2001-2002, 2007, 2010-2012 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/edit.c b/mail/edit.c
index ea703c2e4..0b64b905c 100644
--- a/mail/edit.c
+++ b/mail/edit.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2005, 2007, 2010, 2011 Free Software
+ Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/envelope.c b/mail/envelope.c
index 7838f3379..a5e80575a 100644
--- a/mail/envelope.c
+++ b/mail/envelope.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 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
diff --git a/mail/eq.c b/mail/eq.c
index df480499f..0f86ab951 100644
--- a/mail/eq.c
+++ b/mail/eq.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2003, 2005, 2007, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012 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
diff --git a/mail/escape.c b/mail/escape.c
index 68fae5932..0005112b4 100644
--- a/mail/escape.c
+++ b/mail/escape.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2005, 2006, 2007, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001-2002, 2005-2007, 2009-2012 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
diff --git a/mail/exit.c b/mail/exit.c
index 888cfd642..c94895ba4 100644
--- a/mail/exit.c
+++ b/mail/exit.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005, 2007, 2010, 2011 Free Software
+ Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/file.c b/mail/file.c
index ba36b5da3..dd3c1312f 100644
--- a/mail/file.c
+++ b/mail/file.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2005, 2007, 2010, 2011 Free Software
+ Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/folders.c b/mail/folders.c
index 2de93497f..1c73c6a30 100644
--- a/mail/folders.c
+++ b/mail/folders.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2005, 2007, 2010, 2011 Free Software
+ Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/followup.c b/mail/followup.c
index 14e7c88e8..32f1bce30 100644
--- a/mail/followup.c
+++ b/mail/followup.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2003, 2005, 2007, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012 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
diff --git a/mail/from.c b/mail/from.c
index ddfd95227..85e49333f 100644
--- a/mail/from.c
+++ b/mail/from.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2009, 2010,
- 2011 Free Software Foundation, Inc.
+ Copyright (C) 1999-2003, 2005, 2007, 2009-2012 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
diff --git a/mail/headers.c b/mail/headers.c
index 70f5610d7..340776497 100644
--- a/mail/headers.c
+++ b/mail/headers.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1999-2003, 2005, 2007, 2010-2012 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
diff --git a/mail/help.c b/mail/help.c
index 16e873d26..7efec2a10 100644
--- a/mail/help.c
+++ b/mail/help.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005, 2007, 2010, 2011 Free Software
+ Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/hold.c b/mail/hold.c
index d7924346c..89374fd36 100644
--- a/mail/hold.c
+++ b/mail/hold.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005, 2007, 2010, 2011 Free Software
+ Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/if.c b/mail/if.c
index 077e3d06f..bb0c5fa1f 100644
--- a/mail/if.c
+++ b/mail/if.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2007, 2010, 2011 Free Software
+ Copyright (C) 1999, 2001-2002, 2007, 2010-2012 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/inc.c b/mail/inc.c
index b6a9ec747..93abcd960 100644
--- a/mail/inc.c
+++ b/mail/inc.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2005, 2007, 2010, 2011 Free Software
+ Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/list.c b/mail/list.c
index b7ec73e5b..7c15ff9a5 100644
--- a/mail/list.c
+++ b/mail/list.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005, 2007, 2010, 2011 Free Software
+ Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/mail.c b/mail/mail.c
index 0ea182cfd..38adda2dd 100644
--- a/mail/mail.c
+++ b/mail/mail.c
@@ -1,6 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
- 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1999-2007, 2009-2012 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
diff --git a/mail/mail.h b/mail/mail.h
index 92b35823f..4be04f674 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006, 2007, 2009, 2010,
- 2011 Free Software Foundation, Inc.
+ Copyright (C) 1999-2002, 2005-2007, 2009-2012 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
diff --git a/mail/mailline.c b/mail/mailline.c
index c78e7b9da..d1944675f 100644
--- a/mail/mailline.c
+++ b/mail/mailline.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1999-2002, 2005, 2007, 2009-2012 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
diff --git a/mail/mailvar.c b/mail/mailvar.c
index 640388f1d..dd6c92aa9 100644
--- a/mail/mailvar.c
+++ b/mail/mailvar.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 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
diff --git a/mail/mbox.c b/mail/mbox.c
index e8d032b36..778e365b1 100644
--- a/mail/mbox.c
+++ b/mail/mbox.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005, 2007, 2010, 2011 Free Software
+ Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/msgset.y b/mail/msgset.y
index 70a231c29..afbcd0ae5 100644
--- a/mail/msgset.y
+++ b/mail/msgset.y
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2009, 2010,
- 2011 Free Software Foundation, Inc.
+ Copyright (C) 1999-2003, 2005, 2007, 2009-2012 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
diff --git a/mail/next.c b/mail/next.c
index d7ec0ded8..638a3ce9a 100644
--- a/mail/next.c
+++ b/mail/next.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2003, 2005, 2007, 2010, 2011 Free
- Software Foundation, Inc.
+ Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012 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
diff --git a/mail/page.c b/mail/page.c
index 8aab09c00..4c65357ed 100644
--- a/mail/page.c
+++ b/mail/page.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007, 2010-2012 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
diff --git a/mail/pipe.c b/mail/pipe.c
index 8396c30b3..be985e6af 100644
--- a/