summaryrefslogtreecommitdiff
path: root/imap4d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-27 12:07:19 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-27 12:07:19 +0000
commit90ee38e977b46cf8b7ae3111794d6bdef7bf8d73 (patch)
treeede7a28df5a2882278389c8ff510cbf63dc3d21e /imap4d
parent0cb774958ab5451aba8ab926fc19868751ae8de5 (diff)
downloadmailutils-90ee38e977b46cf8b7ae3111794d6bdef7bf8d73.tar.gz
mailutils-90ee38e977b46cf8b7ae3111794d6bdef7bf8d73.tar.bz2
Prepare for the GPL v.3 release. Relicense programs under GPL v.3, libraries under LPGL v.3
Diffstat (limited to 'imap4d')
-rw-r--r--imap4d/Makefile.am5
-rw-r--r--imap4d/append.c4
-rw-r--r--imap4d/auth_gsasl.c4
-rw-r--r--imap4d/auth_gss.c5
-rw-r--r--imap4d/authenticate.c4
-rw-r--r--imap4d/bye.c5
-rw-r--r--imap4d/capability.c4
-rw-r--r--imap4d/check.c4
-rw-r--r--imap4d/close.c4
-rw-r--r--imap4d/commands.c4
-rw-r--r--imap4d/copy.c4
-rw-r--r--imap4d/create.c4
-rw-r--r--imap4d/delete.c4
-rw-r--r--imap4d/examine.c4
-rw-r--r--imap4d/expunge.c4
-rw-r--r--imap4d/fetch.c2
-rw-r--r--imap4d/idle.c4
-rw-r--r--imap4d/imap4d.c4
-rw-r--r--imap4d/imap4d.h4
-rw-r--r--imap4d/list.c5
-rw-r--r--imap4d/login.c5
-rw-r--r--imap4d/logout.c4
-rw-r--r--imap4d/lsub.c4
-rw-r--r--imap4d/namespace.c4
-rw-r--r--imap4d/noop.c4
-rw-r--r--imap4d/rename.c4
-rw-r--r--imap4d/search.c4
-rw-r--r--imap4d/select.c5
-rw-r--r--imap4d/signal.c4
-rw-r--r--imap4d/starttls.c4
-rw-r--r--imap4d/status.c4
-rw-r--r--imap4d/store.c4
-rw-r--r--imap4d/subscribe.c4
-rw-r--r--imap4d/sync.c4
-rw-r--r--imap4d/testsuite/Makefile.am4
-rw-r--r--imap4d/testsuite/imap4d/IDEF0955.exp4
-rw-r--r--imap4d/testsuite/imap4d/IDEF0956.exp4
-rw-r--r--imap4d/testsuite/imap4d/anystate.exp4
-rw-r--r--imap4d/testsuite/imap4d/append.exp4
-rw-r--r--imap4d/testsuite/imap4d/create.exp4
-rw-r--r--imap4d/testsuite/imap4d/examine.exp4
-rw-r--r--imap4d/testsuite/imap4d/expunge.exp2
-rw-r--r--imap4d/testsuite/imap4d/fetch.exp4
-rw-r--r--imap4d/testsuite/imap4d/list.exp4
-rw-r--r--imap4d/testsuite/imap4d/search.exp4
-rw-r--r--imap4d/testsuite/imap4d/x.exp4
-rw-r--r--imap4d/testsuite/lib/imap4d.exp4
-rw-r--r--imap4d/uid.c4
-rw-r--r--imap4d/unsubscribe.c4
-rw-r--r--imap4d/util.c4
-rw-r--r--imap4d/version.c4
51 files changed, 106 insertions, 100 deletions
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index 65e64af89..8f4d4c200 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -1,10 +1,11 @@
## Process this file with GNU Automake to create Makefile.in
-## Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
+## Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005,
+## 2007 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 the Free Software Foundation; either version 2, or (at
+## published by the Free Software Foundation; either version 3, or (at
## your option) any later version.
##
## GNU Mailutils is distributed in the hope that it will be useful, but
diff --git a/imap4d/append.c b/imap4d/append.c
index 8c9ef8f58..a5ba8c6ad 100644
--- a/imap4d/append.c
+++ b/imap4d/append.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2005, 2006, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/auth_gsasl.c b/imap4d/auth_gsasl.c
index 20e0c6ce0..5bda9af38 100644
--- a/imap4d/auth_gsasl.c
+++ b/imap4d/auth_gsasl.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2005, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/auth_gss.c b/imap4d/auth_gss.c
index d4f5b1cb5..ce4da5931 100644
--- a/imap4d/auth_gss.c
+++ b/imap4d/auth_gss.c
@@ -1,9 +1,10 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2002, 2003, 2004,
+ 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/authenticate.c b/imap4d/authenticate.c
index a5d4d8632..bdb319ec5 100644
--- a/imap4d/authenticate.c
+++ b/imap4d/authenticate.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2005, 2006, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/bye.c b/imap4d/bye.c
index e6c01fb49..3f5375f68 100644
--- a/imap4d/bye.c
+++ b/imap4d/bye.c
@@ -1,9 +1,10 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2005,
+ 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/capability.c b/imap4d/capability.c
index 82838402d..5960b8580 100644
--- a/imap4d/capability.c
+++ b/imap4d/capability.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2003, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2003, 2005, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/check.c b/imap4d/check.c
index a13e3f2a1..869a40583 100644
--- a/imap4d/check.c
+++ b/imap4d/check.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/close.c b/imap4d/close.c
index a8610f874..c78a91639 100644
--- a/imap4d/close.c
+++ b/imap4d/close.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2004, 2005, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/commands.c b/imap4d/commands.c
index ab6139e3f..0fed16fb7 100644
--- a/imap4d/commands.c
+++ b/imap4d/commands.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2003, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/copy.c b/imap4d/copy.c
index 77434d418..912d229db 100644
--- a/imap4d/copy.c
+++ b/imap4d/copy.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2005, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/create.c b/imap4d/create.c
index d530447c3..2a3de3b21 100644
--- a/imap4d/create.c
+++ b/imap4d/create.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/delete.c b/imap4d/delete.c
index 998caf1b8..3192e2ee8 100644
--- a/imap4d/delete.c
+++ b/imap4d/delete.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/examine.c b/imap4d/examine.c
index a392d54c0..a80fe5546 100644
--- a/imap4d/examine.c
+++ b/imap4d/examine.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/expunge.c b/imap4d/expunge.c
index 22945ca85..6dedf03ec 100644
--- a/imap4d/expunge.c
+++ b/imap4d/expunge.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2005, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/fetch.c b/imap4d/fetch.c
index 7e8f18874..1cc522e23 100644
--- a/imap4d/fetch.c
+++ b/imap4d/fetch.c
@@ -3,7 +3,7 @@
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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/idle.c b/imap4d/idle.c
index 1ee6e7902..cd901053c 100644
--- a/imap4d/idle.c
+++ b/imap4d/idle.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 008771aed..ae4f504cd 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -1,10 +1,10 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2001, 2002, 2003, 2004,
- 2005, 2006 Free Software Foundation, Inc.
+ 2005, 2006, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/imap4d.h b/imap4d/imap4d.h
index 5537388d7..e190e6833 100644
--- a/imap4d/imap4d.h
+++ b/imap4d/imap4d.h
@@ -1,10 +1,10 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2001, 2002, 2003, 2004,
- 2005, 2006 Free Software Foundation, Inc.
+ 2005, 2006, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/list.c b/imap4d/list.c
index 0b957a9a3..daafc8978 100644
--- a/imap4d/list.c
+++ b/imap4d/list.c
@@ -1,9 +1,10 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2002, 2005, 2006,
+ 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/login.c b/imap4d/login.c
index 207457402..f8f2c5933 100644
--- a/imap4d/login.c
+++ b/imap4d/login.c
@@ -1,9 +1,10 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2002, 2006,
+ 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/logout.c b/imap4d/logout.c
index dcd95e4d6..431ed0e25 100644
--- a/imap4d/logout.c
+++ b/imap4d/logout.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/lsub.c b/imap4d/lsub.c
index 60da82a23..c7209f376 100644
--- a/imap4d/lsub.c
+++ b/imap4d/lsub.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/namespace.c b/imap4d/namespace.c
index 3c453e111..a9adec715 100644
--- a/imap4d/namespace.c
+++ b/imap4d/namespace.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2005, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/noop.c b/imap4d/noop.c
index 4347c1154..d7c1474fa 100644
--- a/imap4d/noop.c
+++ b/imap4d/noop.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/rename.c b/imap4d/rename.c
index dd14c08b9..6f9187804 100644
--- a/imap4d/rename.c
+++ b/imap4d/rename.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2005, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/search.c b/imap4d/search.c
index e7a42e695..76782710d 100644
--- a/imap4d/search.c
+++ b/imap4d/search.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2002, 2005, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/select.c b/imap4d/select.c
index 4fdbf439f..a48a897e1 100644
--- a/imap4d/select.c
+++ b/imap4d/select.c
@@ -1,9 +1,10 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2003, 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2003, 2005, 2006,
+ 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/signal.c b/imap4d/signal.c
index 3375fc2c5..6316f0425 100644
--- a/imap4d/signal.c
+++ b/imap4d/signal.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/starttls.c b/imap4d/starttls.c
index 2016e7cd2..ccdbdca22 100644
--- a/imap4d/starttls.c
+++ b/imap4d/starttls.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/status.c b/imap4d/status.c
index 41903a705..abd598ba4 100644
--- a/imap4d/status.c
+++ b/imap4d/status.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2005, 2007 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
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/imap4d/store.c b/imap4d/store.c
index aa14314b8..f32ae9ebc 100644
--- a/imap4d/store.c
+++ b/imap4d/sto