summaryrefslogtreecommitdiff
path: root/guimb
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 /guimb
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 'guimb')
-rw-r--r--guimb/Makefile.am4
-rw-r--r--guimb/collect.c5
-rw-r--r--guimb/guimb.h5
-rw-r--r--guimb/main.c4
-rw-r--r--guimb/scm/Makefile.am4
-rw-r--r--guimb/scm/mimeheader.scm4
-rw-r--r--guimb/scm/numaddr.scm4
-rw-r--r--guimb/scm/redirect.scm4
-rw-r--r--guimb/scm/reject.scm4
-rw-r--r--guimb/scm/sieve-core.scm4
-rw-r--r--guimb/scm/sieve.scm.in4
-rw-r--r--guimb/scm/vacation.scm4
-rw-r--r--guimb/util.c5
13 files changed, 29 insertions, 26 deletions
diff --git a/guimb/Makefile.am b/guimb/Makefile.am
index 16c12f86f..f0c7e3d00 100644
--- a/guimb/Makefile.am
+++ b/guimb/Makefile.am
@@ -1,10 +1,10 @@
## Process this file with GNU Automake to create Makefile.in
-## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 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
+## 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/guimb/collect.c b/guimb/collect.c
index 639f0e536..d4f78f988 100644
--- a/guimb/collect.c
+++ b/guimb/collect.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/guimb/guimb.h b/guimb/guimb.h
index d11e91394..38b79f5f0 100644
--- a/guimb/guimb.h
+++ b/guimb/guimb.h
@@ -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/guimb/main.c b/guimb/main.c
index 539e6edfb..7e76e6d20 100644
--- a/guimb/main.c
+++ b/guimb/main.c
@@ -1,10 +1,10 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003,
- 2004, 2005 Free Software Foundation, Inc.
+ 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/guimb/scm/Makefile.am b/guimb/scm/Makefile.am
index b31bd11fb..173b47de4 100644
--- a/guimb/scm/Makefile.am
+++ b/guimb/scm/Makefile.am
@@ -1,10 +1,10 @@
## Process this file with GNU Automake to create Makefile.in
-## Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc.
+## Copyright (C) 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
+## 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/guimb/scm/mimeheader.scm b/guimb/scm/mimeheader.scm
index 47921f011..4009ce797 100644
--- a/guimb/scm/mimeheader.scm
+++ b/guimb/scm/mimeheader.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/guimb/scm/numaddr.scm b/guimb/scm/numaddr.scm
index cd81aeffe..a712b9a06 100644
--- a/guimb/scm/numaddr.scm
+++ b/guimb/scm/numaddr.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/guimb/scm/redirect.scm b/guimb/scm/redirect.scm
index ce804d932..1c8041d0b 100644
--- a/guimb/scm/redirect.scm
+++ b/guimb/scm/redirect.scm
@@ -1,9 +1,9 @@
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999, 2000, 2001, 2006 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2000, 2001, 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/guimb/scm/reject.scm b/guimb/scm/reject.scm
index 2e45070a8..b3de6cd08 100644
--- a/guimb/scm/reject.scm
+++ b/guimb/scm/reject.scm
@@ -1,9 +1,9 @@
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999, 2000, 2001, 2006 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2000, 2001, 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/guimb/scm/sieve-core.scm b/guimb/scm/sieve-core.scm
index f05c52526..8ab5b73b8 100644
--- a/guimb/scm/sieve-core.scm
+++ b/guimb/scm/sieve-core.scm
@@ -1,9 +1,9 @@
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999, 2000, 2001, 2006 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2000, 2001, 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/guimb/scm/sieve.scm.in b/guimb/scm/sieve.scm.in
index 3fe9b950f..4a8672f3f 100644
--- a/guimb/scm/sieve.scm.in
+++ b/guimb/scm/sieve.scm.in
@@ -2,11 +2,11 @@
# Emacs, its -*- scheme -*-
!#
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999, 2000, 2001, 2006 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2000, 2001, 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/guimb/scm/vacation.scm b/guimb/scm/vacation.scm
index 8fe7ed31c..b6458a79d 100644
--- a/guimb/scm/vacation.scm
+++ b/guimb/scm/vacation.scm
@@ -1,9 +1,9 @@
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999, 2000, 2001, 2006 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2000, 2001, 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/guimb/util.c b/guimb/util.c
index 689ffe6c9..070ef497a 100644
--- a/guimb/util.c
+++ b/guimb/util.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,

Return to:

Send suggestions and report system problems to the System administrator.