summaryrefslogtreecommitdiff
path: root/sieve
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 /sieve
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 'sieve')
-rw-r--r--sieve/Makefile.am4
-rw-r--r--sieve/sieve.c4
-rw-r--r--sieve/testsuite/Makefile.am4
-rw-r--r--sieve/testsuite/Redirect4
-rw-r--r--sieve/testsuite/Reject4
-rw-r--r--sieve/testsuite/lib/sieve.exp4
-rw-r--r--sieve/testsuite/sieve/action.exp4
-rw-r--r--sieve/testsuite/sieve/address.exp4
-rw-r--r--sieve/testsuite/sieve/allof.exp4
-rw-r--r--sieve/testsuite/sieve/anyof.exp4
-rw-r--r--sieve/testsuite/sieve/compile.exp4
-rw-r--r--sieve/testsuite/sieve/envelope.exp4
-rw-r--r--sieve/testsuite/sieve/exists.exp4
-rw-r--r--sieve/testsuite/sieve/ext.exp4
-rw-r--r--sieve/testsuite/sieve/false.exp4
-rw-r--r--sieve/testsuite/sieve/header.exp4
-rw-r--r--sieve/testsuite/sieve/i-casemap.exp4
-rw-r--r--sieve/testsuite/sieve/i-numeric.exp4
-rw-r--r--sieve/testsuite/sieve/i-octet.exp4
-rw-r--r--sieve/testsuite/sieve/mul-addr.exp4
-rw-r--r--sieve/testsuite/sieve/not.exp4
-rw-r--r--sieve/testsuite/sieve/redirect.exp4
-rw-r--r--sieve/testsuite/sieve/reject.exp4
-rw-r--r--sieve/testsuite/sieve/relational.exp4
-rw-r--r--sieve/testsuite/sieve/size.exp4
-rw-r--r--sieve/testsuite/sieve/true.exp4
26 files changed, 52 insertions, 52 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index d42f83a8f..b97b2cd87 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -1,10 +1,10 @@
1## Process this file with GNU Automake to create Makefile.in 1## Process this file with GNU Automake to create Makefile.in
2 2
3## Copyright (C) 2001, 2002 Free Software Foundation, Inc. 3## Copyright (C) 2001, 2002, 2007 Free Software Foundation, Inc.
4## 4##
5## GNU Mailutils is free software; you can redistribute it and/or 5## GNU Mailutils is free software; you can redistribute it and/or
6## modify it under the terms of the GNU General Public License as 6## modify it under the terms of the GNU General Public License as
7## published by the Free Software Foundation; either version 2, or (at 7## published by the Free Software Foundation; either version 3, or (at
8## your option) any later version. 8## your option) any later version.
9## 9##
10## This program is distributed in the hope that it will be useful, but 10## This program is distributed in the hope that it will be useful, but
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 34804451b..4b15e0d78 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -1,10 +1,10 @@
1/* GNU Mailutils -- a suite of utilities for electronic mail 1/* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2 Copyright (C) 1999, 2000, 2001, 2002, 2003,
3 2005, 2006 Free Software Foundation, Inc. 3 2005, 2006, 2007 Free Software Foundation, Inc.
4 4
5 GNU Mailutils is free software; you can redistribute it and/or modify 5 GNU Mailutils is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
9 9
10 GNU Mailutils is distributed in the hope that it will be useful, 10 GNU Mailutils is distributed in the hope that it will be useful,
diff --git a/sieve/testsuite/Makefile.am b/sieve/testsuite/Makefile.am
index 2d9b37feb..002c7dc60 100644
--- a/sieve/testsuite/Makefile.am
+++ b/sieve/testsuite/Makefile.am
@@ -1,10 +1,10 @@
1## Process this file with GNU Automake to create Makefile.in 1## Process this file with GNU Automake to create Makefile.in
2 2
3## Copyright (C) 2002 Free Software Foundation, Inc. 3## Copyright (C) 2002, 2007 Free Software Foundation, Inc.
4## 4##
5## GNU Mailutils is free software; you can redistribute it and/or 5## GNU Mailutils is free software; you can redistribute it and/or
6## modify it under the terms of the GNU General Public License as 6## modify it under the terms of the GNU General Public License as
7## published by the Free Software Foundation; either version 2, or (at 7## published by the Free Software Foundation; either version 3, or (at
8## your option) any later version. 8## your option) any later version.
9## 9##
10## This program is distributed in the hope that it will be useful, but 10## This program is distributed in the hope that it will be useful, but
diff --git a/sieve/testsuite/Redirect b/sieve/testsuite/Redirect
index e6d5976fc..145fc72c8 100644
--- a/sieve/testsuite/Redirect
+++ b/sieve/testsuite/Redirect
@@ -1,9 +1,9 @@
1# This file is part of Mailutils testsuite. 1# This file is part of Mailutils testsuite.
2# Copyright (C) 2002, Free Software Foundation 2# Copyright (C) 2002, 2007 Free Software Foundation
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2 of the License, or 6# the Free Software Foundation; either version 3 of the License, or
7# (at your option) any later version. 7# (at your option) any later version.
8# 8#
9# This program is distributed in the hope that it will be useful, 9# This program is distributed in the hope that it will be useful,
diff --git a/sieve/testsuite/Reject b/sieve/testsuite/Reject
index 12f318755..260d27e05 100644
--- a/sieve/testsuite/Reject
+++ b/sieve/testsuite/Reject
@@ -1,9 +1,9 @@
1# This file is part of Mailutils testsuite. 1# This file is part of Mailutils testsuite.
2# Copyright (C) 2002, Free Software Foundation 2# Copyright (C) 2002, 2007 Free Software Foundation
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2 of the License, or 6# the Free Software Foundation; either version 3 of the License, or
7# (at your option) any later version. 7# (at your option) any later version.
8# 8#
9# This program is distributed in the hope that it will be useful, 9# This program is distributed in the hope that it will be useful,
diff --git a/sieve/testsuite/lib/sieve.exp b/sieve/testsuite/lib/sieve.exp
index 96df6731f..cbb7c4b73 100644
--- a/sieve/testsuite/lib/sieve.exp
+++ b/sieve/testsuite/lib/sieve.exp
@@ -1,10 +1,10 @@
1# -*- tcl -*- 1# -*- tcl -*-
2# This file is part of Mailutils testsuite. 2# This file is part of Mailutils testsuite.
3# Copyright (C) 2002, Free Software Foundation 3# Copyright (C) 2002, 2007 Free Software Foundation
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or 7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version. 8# (at your option) any later version.
9# 9#
10# This program is distributed in the hope that it will be useful, 10# This program is distributed in the hope that it will be useful,
diff --git a/sieve/testsuite/sieve/action.exp b/sieve/testsuite/sieve/action.exp
index 4de6ee97e..6237115ea 100644
--- a/sieve/testsuite/sieve/action.exp
+++ b/sieve/testsuite/sieve/action.exp
@@ -1,10 +1,10 @@
1# -*- tcl -*- 1# -*- tcl -*-
2# This file is part of Mailutils testsuite. 2# This file is part of Mailutils testsuite.
3# Copyright (C) 2002, Free Software Foundation 3# Copyright (C) 2002, 2007 Free Software Foundation
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or 7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version. 8# (at your option) any later version.
9# 9#
10# This program is distributed in the hope that it will be useful, 10# This program is distributed in the hope that it will be useful,
diff --git a/sieve/testsuite/sieve/address.exp b/sieve/testsuite/sieve/address.exp
index d45f4c665..685606313 100644
--- a/sieve/testsuite/sieve/address.exp
+++ b/sieve/testsuite/sieve/address.exp
@@ -1,10 +1,10 @@
1# -*- tcl -*- 1# -*- tcl -*-
2# This file is part of Mailutils testsuite. 2# This file is part of Mailutils testsuite.
3# Copyright (C) 2002, Free Software Foundation 3# Copyright (C) 2002, 2007 Free Software Foundation
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or 7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version. 8# (at your option) any later version.
9# 9#
10# This program is distributed in the hope that it will be useful, 10# This program is distributed in the hope that it will be useful,
diff --git a/sieve/testsuite/sieve/allof.exp b/sieve/testsuite/sieve/allof.exp
index 4875e8edb..3b3024360 100644
--- a/sieve/testsuite/sieve/allof.exp
+++ b/sieve/testsuite/sieve/allof.exp
@@ -1,10 +1,10 @@
1# -*- tcl -*- 1# -*- tcl -*-
2# This file is part of Mailutils testsuite. 2# This file is part of Mailutils testsuite.
3# Copyright (C) 2002, Free Software Foundation 3# Copyright (C) 2002, 2007 Free Software Foundation
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or 7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version. 8# (at your option) any later version.
9# 9#
10# This program is distributed in the hope that it will be useful, 10# This program is distributed in the hope that it will be useful,
diff --git a/sieve/testsuite/sieve/anyof.exp b/sieve/testsuite/sieve/anyof.exp
index 2bc4e1749..7974cf65e 100644
--- a/sieve/testsuite/sieve/anyof.exp
+++ b/sieve/testsuite/sieve/anyof.exp
@@ -1,10 +1,10 @@
1# -*- tcl -*- 1# -*- tcl -*-
2# This file is part of Mailutils testsuite. 2# This file is part of Mailutils testsuite.
3# Copyright (C) 2002, Free Software Foundation 3# Copyright (C) 2002, 2007 Free Software Foundation
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or 7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version. 8# (at your