summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
-rw-r--r--examples/addr.c2
-rw-r--r--examples/argcv.c4
-rw-r--r--examples/base64.c5
-rw-r--r--examples/config/Makefile.am4
-rw-r--r--examples/config/mailutils.dict4
-rw-r--r--examples/cpp/Makefile.am4
-rw-r--r--examples/cpp/addr.cc4
-rw-r--r--examples/cpp/http.cc4
-rw-r--r--examples/cpp/iconv.cc4
-rw-r--r--examples/cpp/listop.cc4
-rw-r--r--examples/cpp/mailcap.cc4
-rw-r--r--examples/cpp/murun.cc4
-rw-r--r--examples/cpp/sfrom.cc4
-rw-r--r--examples/cpp/url-parse.cc4
-rw-r--r--examples/decode2047.c4
-rw-r--r--examples/encode2047.c4
-rw-r--r--examples/header.c2
-rw-r--r--examples/http.c4
-rw-r--r--examples/iconv.c4
-rw-r--r--examples/listop.c4
-rw-r--r--examples/lsf.c4
-rw-r--r--examples/mailcap.c4
-rw-r--r--examples/mimetest.c2
-rw-r--r--examples/msg-send.c4
-rw-r--r--examples/mta.c2
-rw-r--r--examples/muauth.c4
-rw-r--r--examples/muemail.c4
-rw-r--r--examples/murun.c4
-rw-r--r--examples/nntpclient.c4
-rw-r--r--examples/numaddr.c5
-rw-r--r--examples/pop3client.c4
-rw-r--r--examples/scheme/Makefile.am4
-rw-r--r--examples/scheme/reply.scm4
-rw-r--r--examples/sfrom.c4
-rw-r--r--examples/url-parse.c4
36 files changed, 69 insertions, 67 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index aed6ef657..9e0c14a0d 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -4,7 +4,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
+## published by the Free Software Foundation; either version 3, or (at
## your option) any later version.
##
## This program is distributed in the hope that it will be useful, but
diff --git a/examples/addr.c b/examples/addr.c
index 21c9c326f..de143c694 100644
--- a/examples/addr.c
+++ b/examples/addr.c
@@ -4,7 +4,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/examples/argcv.c b/examples/argcv.c
index 47c6a34f0..4d70d4e8d 100644
--- a/examples/argcv.c
+++ b/examples/argcv.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 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/examples/base64.c b/examples/base64.c
index d7beaff81..d308d38bb 100644
--- a/examples/base64.c
+++ b/examples/base64.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/examples/config/Makefile.am b/examples/config/Makefile.am
index c93db310d..18b17dce4 100644
--- a/examples/config/Makefile.am
+++ b/examples/config/Makefile.am
@@ -1,10 +1,10 @@
## Process this file with GNU Automake to create Makefile.in
-## Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+## Copyright (C) 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
+## published by the Free Software Foundation; either version 3, or (at
## your option) any later version.
##
## This program is distributed in the hope that it will be useful, but
diff --git a/examples/config/mailutils.dict b/examples/config/mailutils.dict
index ff8bb95ac..f9dcb5a0e 100644
--- a/examples/config/mailutils.dict
+++ b/examples/config/mailutils.dict
@@ -1,8 +1,8 @@
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 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/examples/cpp/Makefile.am b/examples/cpp/Makefile.am
index 0875e72a4..a2eeac645 100644
--- a/examples/cpp/Makefile.am
+++ b/examples/cpp/Makefile.am
@@ -1,10 +1,10 @@
## Process this file with GNU Automake to create Makefile.in
##
-## Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+## Copyright (C) 2004, 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
+## published by the Free Software Foundation; either version 3, or (at
## your option) any later version.
##
## This program is distributed in the hope that it will be useful, but
diff --git a/examples/cpp/addr.cc b/examples/cpp/addr.cc
index f960b63a9..2a664f62a 100644
--- a/examples/cpp/addr.cc
+++ b/examples/cpp/addr.cc
@@ -1,10 +1,10 @@
/*
GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2004, 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/examples/cpp/http.cc b/examples/cpp/http.cc
index 896ea5c4b..3ffd5aca7 100644
--- a/examples/cpp/http.cc
+++ b/examples/cpp/http.cc
@@ -1,10 +1,10 @@
/*
GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2004, 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/examples/cpp/iconv.cc b/examples/cpp/iconv.cc
index f70383a2f..5add481d9 100644
--- a/examples/cpp/iconv.cc
+++ b/examples/cpp/iconv.cc
@@ -1,10 +1,10 @@
/*
GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2004, 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/examples/cpp/listop.cc b/examples/cpp/listop.cc
index fac16c8c3..2e6878664 100644
--- a/examples/cpp/listop.cc
+++ b/examples/cpp/listop.cc
@@ -1,10 +1,10 @@
/*
GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2004, 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/examples/cpp/mailcap.cc b/examples/cpp/mailcap.cc
index 50fb2e80d..ec9d795fe 100644
--- a/examples/cpp/mailcap.cc
+++ b/examples/cpp/mailcap.cc
@@ -1,10 +1,10 @@
/*
GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2004, 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/examples/cpp/murun.cc b/examples/cpp/murun.cc
index c499522a3..823642400 100644
--- a/examples/cpp/murun.cc
+++ b/examples/cpp/murun.cc
@@ -1,10 +1,10 @@
/*
GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2004, 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/examples/cpp/sfrom.cc b/examples/cpp/sfrom.cc
index 20eb905b3..738e31650 100644
--- a/examples/cpp/sfrom.cc
+++ b/examples/cpp/sfrom.cc
@@ -1,10 +1,10 @@
/*
GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2004, 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/examples/cpp/url-parse.cc b/examples/cpp/url-parse.cc
index eca08ecb5..fec8c8d0f 100644
--- a/examples/cpp/url-parse.cc
+++ b/examples/cpp/url-parse.cc
@@ -1,10 +1,10 @@
/*
GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2004, 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/examples/decode2047.c b/examples/decode2047.c
index 54ad18415..abc5c8cd3 100644
--- a/examples/decode2047.c
+++ b/examples/decode2047.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/examples/encode2047.c b/examples/encode2047.c
index bffafeb36..c50aa1b3e 100644
--- a/examples/encode2047.c
+++ b/examples/encode2047.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 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/examples/header.c b/examples/header.c
index a65cbf7c6..2accd4fc6 100644
--- a/examples/header.c
+++ b/examples/header.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/examples/http.c b/examples/http.c
index 84ad7c28e..53a81f68c 100644
--- a/examples/http.c
+++ b/examples/http.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 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/examples/iconv.c b/examples/iconv.c
index c95c8730e..aa51aab46 100644
--- a/examples/iconv.c
+++ b/examples/iconv.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 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/examples/listop.c b/examples/listop.c
index 483730f15..83e1921d4 100644
--- a/examples/listop.c
+++ b/examples/listop.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/examples/lsf.c b/examples/lsf.c
index 17737bad2..bad26b6ad 100644
--- a/examples/lsf.c
+++ b/examples/lsf.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 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/examples/mailcap.c b/examples/mailcap.c
index 2113d84a9..dfa0ab160 100644
--- a/examples/mailcap.c
+++ b/examples/mailcap.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 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/examples/mimetest.c b/examples/mimetest.c
index d976ab666..d25422c8a 100644
--- a/examples/mimetest.c
+++ b/examples/mimetest.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/examples/msg-send.c b/examples/msg-send.c
index e03b6b547..a4a6ef293 100644
--- a/examples/msg-send.c
+++ b/examples/msg-send.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 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/examples/mta.c b/examples/mta.c
index a079bd3da..8e184379f 100644
--- a/examples/mta.c
+++ b/examples/mta.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/examples/muauth.c b/examples/muauth.c
index a03e1930b..b9b316a06 100644
--- a/examples/muauth.c
+++ b/examples/muauth.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 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/examples/muemail.c b/examples/muemail.c
index b67dbb1a6..af3e0074f 100644
--- a/examples/muemail.c
+++ b/examples/muemail.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 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/examples/murun.c b/examples/murun.c
index a7e21894e..ba177ce26 100644
--- a/examples/murun.c
+++ b/examples/murun.c
@@ -1,9 +1,9 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+ Copyright (C) 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/examples/nntpclient.c b/examples/nntpclient.c
index aa1f33266..66548ff35 100644
--- a/examples/nntpclient.c
+++ b/examples/nntpclient.c
@@ -2,11 +2,11 @@
GNU Mailutils nntp functions. This application interactively allows users
to contact a nntp server.
- Copyright (C) 2003, 2004, 2005 Free Software Foundation
+ Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation
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/examples/numaddr.c b/examples/numaddr.c
index 68d3dfc17..5b50c82f9 100644
--- a/examples/numaddr.c
+++ b/examples/numaddr.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 Lesser 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/examples/pop3client.c b/examples/pop3client.c
index fa4df2a56..5d05c7439 100644
--- a/examples/pop3client.c
+++ b/examples/pop3client.c
@@ -2,11 +2,11 @@
GNU Mailutils pop3 functions. This application interactively allows users
to contact a pop3 server.
- Copyright (C) 2003, 2004, 2005 Free Software Foundation
+ Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation
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/examples/scheme/Makefile.am b/examples/scheme/Makefile.am
index f34206072..0cbe57575 100644
--- a/examples/scheme/Makefile.am
+++ b/examples/scheme/Makefile.am
@@ -1,10 +1,10 @@
## Process this file with GNU Automake to create Makefile.in
-## Copyright (C) 2004 Free Software Foundation, Inc.
+## Copyright (C) 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
+## published by the Free Software Foundation; either version 3, or (at
## your option) any later version.
##
## This program is distributed in the hope that it will be useful, but
diff --git a/examples/scheme/reply.scm b/examples/scheme/reply.scm
index 4f6e42f46..10b23ee76 100644
--- a/examples/scheme/reply.scm
+++ b/examples/scheme/reply.scm
@@ -1,9 +1,9 @@
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2000, 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/examples/sfrom.c b/examples/sfrom.c
index 994bd3003..fdcb86ef9 100644
--- a/examples/s