summaryrefslogtreecommitdiff
path: root/mh
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 /mh
parentf8a96930b6ec84c63b36e5789c9fdf74285f420c (diff)
downloadmailutils-cf2c890449aeaae6c2375f2d96bf705354908eef.tar.gz
mailutils-cf2c890449aeaae6c2375f2d96bf705354908eef.tar.bz2
Happy GNU Year
Diffstat (limited to 'mh')
-rw-r--r--mh/Makefile.am4
-rw-r--r--mh/ali.c3
-rw-r--r--mh/anno.c3
-rw-r--r--mh/burst.c3
-rw-r--r--mh/burstfsa.c2
-rw-r--r--mh/comp.c3
-rw-r--r--mh/compcommon.c2
-rw-r--r--mh/etc/Makefile.am4
-rw-r--r--mh/etc/mailutils-mh.eli2
-rw-r--r--mh/etc/mhl.format2
-rw-r--r--mh/etc/mhl.forward2
-rw-r--r--mh/etc/mhl.headers2
-rw-r--r--mh/etc/mhl.repl2
-rw-r--r--mh/etc/mhl.usenet2
-rw-r--r--mh/etc/replcomps2
-rw-r--r--mh/etc/replgroupcomps2
-rw-r--r--mh/etc/scan.default2
-rw-r--r--mh/etc/scan.mailx2
-rw-r--r--mh/etc/scan.size2
-rw-r--r--mh/etc/scan.time2
-rw-r--r--mh/etc/scan.timely2
-rw-r--r--mh/fmtcheck.c3
-rw-r--r--mh/folder.c3
-rw-r--r--mh/forw.c3
-rw-r--r--mh/inc.c3
-rw-r--r--mh/install-mh.c3
-rw-r--r--mh/mark.c3
-rw-r--r--mh/mboxprop.c4
-rw-r--r--mh/mh.h4
-rw-r--r--mh/mh_alias.l4
-rw-r--r--mh/mh_alias.y3
-rw-r--r--mh/mh_argp.c4
-rw-r--r--mh/mh_fmtgram.y4
-rw-r--r--mh/mh_format.c4
-rw-r--r--mh/mh_format.h2
-rw-r--r--mh/mh_getopt.c4
-rw-r--r--mh/mh_getopt.h4
-rw-r--r--mh/mh_global.c4
-rw-r--r--mh/mh_init.c4
-rw-r--r--mh/mh_list.c4
-rw-r--r--mh/mh_msgset.c4
-rw-r--r--mh/mh_sequence.c4
-rw-r--r--mh/mh_stream.c4
-rw-r--r--mh/mh_whatnow.c4
-rw-r--r--mh/mh_whom.c4
-rw-r--r--mh/mhl.c3
-rw-r--r--mh/mhn.c3
-rw-r--r--mh/mhparam.c3
-rw-r--r--mh/mhpath.c3
-rw-r--r--mh/mhseq.c2
-rw-r--r--mh/pick.c3
-rw-r--r--mh/pick.h2
-rw-r--r--mh/pick.y3
-rw-r--r--mh/prompter-rl.c2
-rw-r--r--mh/prompter-tty.c2
-rw-r--r--mh/prompter.c2
-rw-r--r--mh/prompter.h2
-rw-r--r--mh/refile.c3
-rw-r--r--mh/repl.c3
-rw-r--r--mh/rmf.c3
-rw-r--r--mh/rmm.c3
-rw-r--r--mh/scan.c3
-rw-r--r--mh/send.c3
-rw-r--r--mh/sortm.c3
-rw-r--r--mh/tests/Makefile.am3
-rw-r--r--mh/tests/ali.at2
-rw-r--r--mh/tests/anno.at2
-rw-r--r--mh/tests/atlocal.in2
-rw-r--r--mh/tests/burst.at2
-rw-r--r--mh/tests/comp.at2
-rw-r--r--mh/tests/folder.at2
-rw-r--r--mh/tests/forw.at2
-rw-r--r--mh/tests/inc.at2
-rw-r--r--mh/tests/install-mh.at2
-rw-r--r--mh/tests/mark.at2
-rw-r--r--mh/tests/mhl.at2
-rw-r--r--mh/tests/mhn.at2
-rw-r--r--mh/tests/mhparam.at2
-rw-r--r--mh/tests/mhpath.at2
-rw-r--r--mh/tests/mhseq.at2
-rw-r--r--mh/tests/pick.at2
-rw-r--r--mh/tests/refile.at2
-rw-r--r--mh/tests/repl.at2
-rw-r--r--mh/tests/rmf.at2
-rw-r--r--mh/tests/rmm.at2
-rw-r--r--mh/tests/scan.at2
-rw-r--r--mh/tests/send.at2
-rw-r--r--mh/tests/sortm.at2
-rw-r--r--mh/tests/testsuite.at2
-rw-r--r--mh/whatnow.c3
-rw-r--r--mh/whatnowenv.c4
-rw-r--r--mh/whom.c3
92 files changed, 111 insertions, 138 deletions
diff --git a/mh/Makefile.am b/mh/Makefile.am
index 08ebebfc8..a4c430f27 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -1,6 +1,6 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2001, 2002, 2003, 2007, 2009, 2010, 2011 Free Software
-## Foundation, Inc.
+## Copyright (C) 2001-2003, 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
diff --git a/mh/ali.c b/mh/ali.c
index facbef6b2..c9a455a41 100644
--- a/mh/ali.c
+++ b/mh/ali.c
@@ -1,6 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2003-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/mh/anno.c b/mh/anno.c
index 0851f751b..cf42eac98 100644
--- a/mh/anno.c
+++ b/mh/anno.c
@@ -1,6 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003, 2005, 2007, 2008, 2009, 2010, 2011 Free Software
- Foundation, Inc.
+ Copyright (C) 2003, 2005, 2007-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/mh/burst.c b/mh/burst.c
index 98851b1d3..c07657ffb 100644
--- a/mh/burst.c
+++ b/mh/burst.c
@@ -1,6 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
- Foundation, Inc.
+ Copyright (C) 2005-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/mh/burstfsa.c b/mh/burstfsa.c
index 67ba31fe9..7f4c2da8d 100644
--- a/mh/burstfsa.c
+++ b/mh/burstfsa.c
@@ -1,5 +1,5 @@
/* Generate FSA states for RFC 934 bursting agent.
- Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 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/mh/comp.c b/mh/comp.c
index 8adc2cd13..36feca4e1 100644
--- a/mh/comp.c
+++ b/mh/comp.c
@@ -1,6 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
- Software Foundation, Inc.
+ Copyright (C) 2003, 2005-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/mh/compcommon.c b/mh/compcommon.c
index d277485b7..f14de702b 100644
--- a/mh/compcommon.c
+++ b/mh/compcommon.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003, 2007, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2003, 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/mh/etc/Makefile.am b/mh/etc/Makefile.am
index 450548d16..a5fde01b0 100644
--- a/mh/etc/Makefile.am
+++ b/mh/etc/Makefile.am
@@ -1,6 +1,6 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2001, 2002, 2003, 2007, 2009, 2010, 2011 Free Software
-## Foundation, Inc.
+## Copyright (C) 2001-2003, 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
diff --git a/mh/etc/mailutils-mh.eli b/mh/etc/mailutils-mh.eli
index a28eab0ac..9cc5fa739 100644
--- a/mh/etc/mailutils-mh.eli
+++ b/mh/etc/mailutils-mh.eli
@@ -1,6 +1,6 @@
;;;; -*- emacs-lisp -*-
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 2003, 2007, 2010, 2011 Free Software Foundation, Inc.
+;;;; Copyright (C) 2003, 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/mh/etc/mhl.format b/mh/etc/mhl.format
index b244fc1d5..8d6c761e4 100644
--- a/mh/etc/mhl.format
+++ b/mh/etc/mhl.format
@@ -1,7 +1,7 @@
; This is the default mhl.format file for Mailutils MH.
;
; GNU Mailutils -- a suite of utilities for electronic mail
-; Copyright (C) 2003, 2010, 2011 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
; Distributed under GPLv3+. See <http://gnu.org/licenses/gpl.html>.
;
: -- using template mhl.format --
diff --git a/mh/etc/mhl.forward b/mh/etc/mhl.forward
index fea5b0cc4..bab373ac7 100644
--- a/mh/etc/mhl.forward
+++ b/mh/etc/mhl.forward
@@ -1,7 +1,7 @@
; This is the default mhl.format file for Mailutils MH.
;
; GNU Mailutils -- a suite of utilities for electronic mail
-; Copyright (C) 2003, 2010, 2011 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
; Distributed under GPLv3+. See <http://gnu.org/licenses/gpl.html>.
;
width=80,overflowtext=,overflowoffset=10
diff --git a/mh/etc/mhl.headers b/mh/etc/mhl.headers
index 43f207627..3a425040e 100644
--- a/mh/etc/mhl.headers
+++ b/mh/etc/mhl.headers
@@ -1,7 +1,7 @@
; mhl.headers
;
; GNU Mailutils -- a suite of utilities for electronic mail
-; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+; Copyright (C) 2010-2012 Free Software Foundation, Inc.
; Distributed under GPLv3+. See <http://gnu.org/licenses/gpl.html>.
;
; Mhn uses this format file for displaying headers in MIME messages.
diff --git a/mh/etc/mhl.repl b/mh/etc/mhl.repl
index 381b64534..0886e34af 100644
--- a/mh/etc/mhl.repl
+++ b/mh/etc/mhl.repl
@@ -1,7 +1,7 @@
; Default format file for GNU repl
;
; GNU Mailutils -- a suite of utilities for electronic mail
-; Copyright (C) 2003, 2010, 2011 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
; Distributed under GPLv3+. See <http://gnu.org/licenses/gpl.html>.
;
:
diff --git a/mh/etc/mhl.usenet b/mh/etc/mhl.usenet
index 16d334c7d..d9d34ba42 100644
--- a/mh/etc/mhl.usenet
+++ b/mh/etc/mhl.usenet
@@ -1,7 +1,7 @@
; USENET-style format file for GNU repl
;
; GNU Mailutils -- a suite of utilities for electronic mail
-; Copyright (C) 2003, 2010, 2011 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
; Distributed under GPLv3+. See <http://gnu.org/licenses/gpl.html>.
;
:
diff --git a/mh/etc/replcomps b/mh/etc/replcomps
index 92c27b520..46c810dc5 100644
--- a/mh/etc/replcomps
+++ b/mh/etc/replcomps
@@ -1,7 +1,7 @@
%; This is the default replcomps file for Mailutils MH.
%;
%; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010, 2011 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
%; Distributed under GPL.
%;
%(lit)%(formataddr %<{reply-to}%?{from}%?{sender}%?{return-path}%>)\
diff --git a/mh/etc/replgroupcomps b/mh/etc/replgroupcomps
index 5c44ac8c9..2264ca39f 100644
--- a/mh/etc/replgroupcomps
+++ b/mh/etc/replgroupcomps
@@ -1,7 +1,7 @@
%; This is the default replgroupcomps file for Mailutils MH.
%;
%; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010, 2011 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
%; Distributed under GPL.
%;
%(lit)%(formataddr{mail-followup-to})\
diff --git a/mh/etc/scan.default b/mh/etc/scan.default
index 2cca8a594..c6904e254 100644
--- a/mh/etc/scan.default
+++ b/mh/etc/scan.default
@@ -1,7 +1,7 @@
%; Default scan format GNU MH.
%;
%; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010, 2011 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
%; Distributed under GPLv3+. See <http://gnu.org/licenses/gpl.html>.
%;
%; NOTE: This file is not actually used and is supplied for your reference
diff --git a/mh/etc/scan.mailx b/mh/etc/scan.mailx
index 098d3c5d2..a784056e4 100644
--- a/mh/etc/scan.mailx
+++ b/mh/etc/scan.mailx
@@ -1,7 +1,7 @@
%; Mimic the mailx(1) output.
%;
%; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010, 2011 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
%; Distributed under GPLv3+. See <http://gnu.org/licenses/gpl.html>.
%;
%<(cur)>%| %>\
diff --git a/mh/etc/scan.size b/mh/etc/scan.size
index f0e0493a2..b6d8b167f 100644
--- a/mh/etc/scan.size
+++ b/mh/etc/scan.size
@@ -1,7 +1,7 @@
%; "Size"-format for GNU MH scan.
%;
%; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010, 2011 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
%; Distributed under GPLv3+. See <http://gnu.org/licenses/gpl.html>.
%;
%; This format is similar to scan.default, except that it prints the
diff --git a/mh/etc/scan.time b/mh/etc/scan.time
index 0fd497407..7080c7a62 100644
--- a/mh/etc/scan.time
+++ b/mh/etc/scan.time
@@ -1,7 +1,7 @@
%; "Time"-format for GNU MH scan.
%;
%; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010, 2011 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
%; Distributed under GPLv3+. See <http://gnu.org/licenses/gpl.html>.
%;
%; This format is similar to scan.default, except that it prints the
diff --git a/mh/etc/scan.timely b/mh/etc/scan.timely
index dc87a60e8..b3a7e1c41 100644
--- a/mh/etc/scan.timely
+++ b/mh/etc/scan.timely
@@ -1,7 +1,7 @@
%; "Timely"-format for GNU MH scan.
%;
%; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010, 2011 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
%; Distributed under GPLv3+. See <http://gnu.org/licenses/gpl.html>.
%;
%; The time output in this format depends on the time difference between
diff --git a/mh/fmtcheck.c b/mh/fmtcheck.c
index b4b6e6dbc..aaf854325 100644
--- a/mh/fmtcheck.c
+++ b/mh/fmtcheck.c
@@ -1,6 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008,
- 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1999-2003, 2005-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/mh/folder.c b/mh/folder.c
index bc952c13c..3d1bb89e5 100644
--- a/mh/folder.c
+++ b/mh/folder.c
@@ -1,6 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008,
- 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1999-2003, 2005-2012 Free Software Foundation, Inc.