aboutsummaryrefslogtreecommitdiff
path: root/gacopyz
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-30 07:12:15 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-30 07:12:15 +0000
commit7929af051a38ff8c79edc8166c2dc6256053c461 (patch)
treed9f94f087326fd11ad05ea2053bef1d9ef45da08 /gacopyz
parent184e9cca3cc12a900f2da25dc3850c6e3f7119c8 (diff)
downloadmailfromd-7929af051a38ff8c79edc8166c2dc6256053c461.tar.gz
mailfromd-7929af051a38ff8c79edc8166c2dc6256053c461.tar.bz2
Relicense under the GPLv3
git-svn-id: file:///svnroot/mailfromd/trunk@1495 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'gacopyz')
-rw-r--r--gacopyz/Makefile.am2
-rw-r--r--gacopyz/context.c2
-rw-r--r--gacopyz/gacopyz.c2
-rw-r--r--gacopyz/gacopyz.h2
-rw-r--r--gacopyz/gacopyz_priv.h2
-rw-r--r--gacopyz/io.c2
-rw-r--r--gacopyz/log.c2
-rw-r--r--gacopyz/proc.c2
-rw-r--r--gacopyz/server.c2
-rw-r--r--gacopyz/smfi.c4
-rw-r--r--gacopyz/trans.awk2
-rw-r--r--gacopyz/trans.tab2
12 files changed, 13 insertions, 13 deletions
diff --git a/gacopyz/Makefile.am b/gacopyz/Makefile.am
index 8747d0c6..38aed241 100644
--- a/gacopyz/Makefile.am
+++ b/gacopyz/Makefile.am
@@ -3,7 +3,7 @@
#
# This program 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.
#
# This program is distributed in the hope that it will be useful,
diff --git a/gacopyz/context.c b/gacopyz/context.c
index c516c69c..df13553a 100644
--- a/gacopyz/context.c
+++ b/gacopyz/context.c
@@ -3,7 +3,7 @@
This program 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.
This program is distributed in the hope that it will be useful,
diff --git a/gacopyz/gacopyz.c b/gacopyz/gacopyz.c
index a122dbaa..151103ea 100644
--- a/gacopyz/gacopyz.c
+++ b/gacopyz/gacopyz.c
@@ -3,7 +3,7 @@
This program 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.
This program is distributed in the hope that it will be useful,
diff --git a/gacopyz/gacopyz.h b/gacopyz/gacopyz.h
index a043b1ae..b93998ed 100644
--- a/gacopyz/gacopyz.h
+++ b/gacopyz/gacopyz.h
@@ -3,7 +3,7 @@
This program 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.
This program is distributed in the hope that it will be useful,
diff --git a/gacopyz/gacopyz_priv.h b/gacopyz/gacopyz_priv.h
index 67232327..eb452375 100644
--- a/gacopyz/gacopyz_priv.h
+++ b/gacopyz/gacopyz_priv.h
@@ -3,7 +3,7 @@
This program 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.
This program is distributed in the hope that it will be useful,
diff --git a/gacopyz/io.c b/gacopyz/io.c
index 0c03ea00..59a8c82a 100644
--- a/gacopyz/io.c
+++ b/gacopyz/io.c
@@ -3,7 +3,7 @@
This program 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.
This program is distributed in the hope that it will be useful,
diff --git a/gacopyz/log.c b/gacopyz/log.c
index b1dd2348..8f8385d9 100644
--- a/gacopyz/log.c
+++ b/gacopyz/log.c
@@ -3,7 +3,7 @@
This program 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.
This program is distributed in the hope that it will be useful,
diff --git a/gacopyz/proc.c b/gacopyz/proc.c
index a92c64e0..8bc7fed7 100644
--- a/gacopyz/proc.c
+++ b/gacopyz/proc.c
@@ -3,7 +3,7 @@
This program 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.
This program is distributed in the hope that it will be useful,
diff --git a/gacopyz/server.c b/gacopyz/server.c
index 6db47048..fbd94f6b 100644
--- a/gacopyz/server.c
+++ b/gacopyz/server.c
@@ -3,7 +3,7 @@
This program 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.
This program is distributed in the hope that it will be useful,
diff --git a/gacopyz/smfi.c b/gacopyz/smfi.c
index d4b1d0f4..fb4ba502 100644
--- a/gacopyz/smfi.c
+++ b/gacopyz/smfi.c
@@ -1,9 +1,9 @@
/* This file is part of gacopyz.
- Copyright (C) 2006 Sergey Poznyakoff
+ Copyright (C) 2006, 2007 Sergey Poznyakoff
This program 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.
This program is distributed in the hope that it will be useful,
diff --git a/gacopyz/trans.awk b/gacopyz/trans.awk
index 43d42206..a60dddb3 100644
--- a/gacopyz/trans.awk
+++ b/gacopyz/trans.awk
@@ -3,7 +3,7 @@
#
# This program 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.
#
# This program is distributed in the hope that it will be useful,
diff --git a/gacopyz/trans.tab b/gacopyz/trans.tab
index 066391d2..0079d823 100644
--- a/gacopyz/trans.tab
+++ b/gacopyz/trans.tab
@@ -3,7 +3,7 @@
#
# This program 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.
#
# This program is distributed in the hope that it will be useful,

Return to:

Send suggestions and report system problems to the System administrator.