summaryrefslogtreecommitdiff
path: root/source4/cluster/ctdb/ib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-07-10 02:46:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:59:14 -0500
commitb8d69a7ea2505b706ff7c74d7c97bc89d82dfa07 (patch)
tree333742a202b4bcd72a71fb58def2c20a003880f1 /source4/cluster/ctdb/ib
parent95f930d8751f1bcdd7ca9ef23c59b182c1315891 (diff)
downloadsamba-b8d69a7ea2505b706ff7c74d7c97bc89d82dfa07.tar.gz
samba-b8d69a7ea2505b706ff7c74d7c97bc89d82dfa07.tar.bz2
samba-b8d69a7ea2505b706ff7c74d7c97bc89d82dfa07.zip
r23795: more v2->v3 conversion
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
Diffstat (limited to 'source4/cluster/ctdb/ib')
-rw-r--r--source4/cluster/ctdb/ib/ibw_ctdb.c2
-rw-r--r--source4/cluster/ctdb/ib/ibw_ctdb.h2
-rw-r--r--source4/cluster/ctdb/ib/ibw_ctdb_init.c2
-rw-r--r--source4/cluster/ctdb/ib/ibwrapper.c2
-rw-r--r--source4/cluster/ctdb/ib/ibwrapper.h2
-rw-r--r--source4/cluster/ctdb/ib/ibwrapper_internal.h2
-rw-r--r--source4/cluster/ctdb/ib/ibwrapper_test.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/source4/cluster/ctdb/ib/ibw_ctdb.c b/source4/cluster/ctdb/ib/ibw_ctdb.c
index dfe4adc6d3..da65d435e4 100644
--- a/source4/cluster/ctdb/ib/ibw_ctdb.c
+++ b/source4/cluster/ctdb/ib/ibw_ctdb.c
@@ -8,7 +8,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 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/source4/cluster/ctdb/ib/ibw_ctdb.h b/source4/cluster/ctdb/ib/ibw_ctdb.h
index 8286eef65a..88fa984a83 100644
--- a/source4/cluster/ctdb/ib/ibw_ctdb.h
+++ b/source4/cluster/ctdb/ib/ibw_ctdb.h
@@ -8,7 +8,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 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/source4/cluster/ctdb/ib/ibw_ctdb_init.c b/source4/cluster/ctdb/ib/ibw_ctdb_init.c
index b4adfe6f12..0812ef1a29 100644
--- a/source4/cluster/ctdb/ib/ibw_ctdb_init.c
+++ b/source4/cluster/ctdb/ib/ibw_ctdb_init.c
@@ -8,7 +8,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 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/source4/cluster/ctdb/ib/ibwrapper.c b/source4/cluster/ctdb/ib/ibwrapper.c
index f7b233954d..2674ff17e2 100644
--- a/source4/cluster/ctdb/ib/ibwrapper.c
+++ b/source4/cluster/ctdb/ib/ibwrapper.c
@@ -8,7 +8,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 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/source4/cluster/ctdb/ib/ibwrapper.h b/source4/cluster/ctdb/ib/ibwrapper.h
index 36385d6f46..06c7f6581b 100644
--- a/source4/cluster/ctdb/ib/ibwrapper.h
+++ b/source4/cluster/ctdb/ib/ibwrapper.h
@@ -8,7 +8,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 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/source4/cluster/ctdb/ib/ibwrapper_internal.h b/source4/cluster/ctdb/ib/ibwrapper_internal.h
index 9c6bfab519..9feaddc1a7 100644
--- a/source4/cluster/ctdb/ib/ibwrapper_internal.h
+++ b/source4/cluster/ctdb/ib/ibwrapper_internal.h
@@ -8,7 +8,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 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/source4/cluster/ctdb/ib/ibwrapper_test.c b/source4/cluster/ctdb/ib/ibwrapper_test.c
index fa506500e4..25a0106fc8 100644
--- a/source4/cluster/ctdb/ib/ibwrapper_test.c
+++ b/source4/cluster/ctdb/ib/ibwrapper_test.c
@@ -8,7 +8,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 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,