diff options
Diffstat (limited to 'source4/cluster/ctdb/ib')
-rw-r--r-- | source4/cluster/ctdb/ib/ibw_ctdb.c | 3 | ||||
-rw-r--r-- | source4/cluster/ctdb/ib/ibw_ctdb.h | 3 | ||||
-rw-r--r-- | source4/cluster/ctdb/ib/ibw_ctdb_init.c | 3 | ||||
-rw-r--r-- | source4/cluster/ctdb/ib/ibwrapper.c | 3 | ||||
-rw-r--r-- | source4/cluster/ctdb/ib/ibwrapper.h | 3 | ||||
-rw-r--r-- | source4/cluster/ctdb/ib/ibwrapper_internal.h | 3 | ||||
-rw-r--r-- | source4/cluster/ctdb/ib/ibwrapper_test.c | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/source4/cluster/ctdb/ib/ibw_ctdb.c b/source4/cluster/ctdb/ib/ibw_ctdb.c index da65d435e4..c3d1dc368c 100644 --- a/source4/cluster/ctdb/ib/ibw_ctdb.c +++ b/source4/cluster/ctdb/ib/ibw_ctdb.c @@ -17,8 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "includes.h" diff --git a/source4/cluster/ctdb/ib/ibw_ctdb.h b/source4/cluster/ctdb/ib/ibw_ctdb.h index 88fa984a83..461a884c17 100644 --- a/source4/cluster/ctdb/ib/ibw_ctdb.h +++ b/source4/cluster/ctdb/ib/ibw_ctdb.h @@ -17,8 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ struct ctdb_ibw_msg { diff --git a/source4/cluster/ctdb/ib/ibw_ctdb_init.c b/source4/cluster/ctdb/ib/ibw_ctdb_init.c index 0812ef1a29..523a02c4df 100644 --- a/source4/cluster/ctdb/ib/ibw_ctdb_init.c +++ b/source4/cluster/ctdb/ib/ibw_ctdb_init.c @@ -17,8 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "includes.h" diff --git a/source4/cluster/ctdb/ib/ibwrapper.c b/source4/cluster/ctdb/ib/ibwrapper.c index 2674ff17e2..8ef798c88b 100644 --- a/source4/cluster/ctdb/ib/ibwrapper.c +++ b/source4/cluster/ctdb/ib/ibwrapper.c @@ -17,8 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/source4/cluster/ctdb/ib/ibwrapper.h b/source4/cluster/ctdb/ib/ibwrapper.h index 06c7f6581b..0b880b3aab 100644 --- a/source4/cluster/ctdb/ib/ibwrapper.h +++ b/source4/cluster/ctdb/ib/ibwrapper.h @@ -17,8 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* Server communication state */ diff --git a/source4/cluster/ctdb/ib/ibwrapper_internal.h b/source4/cluster/ctdb/ib/ibwrapper_internal.h index 9feaddc1a7..20aef7fd86 100644 --- a/source4/cluster/ctdb/ib/ibwrapper_internal.h +++ b/source4/cluster/ctdb/ib/ibwrapper_internal.h @@ -17,8 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ struct ibw_opts { diff --git a/source4/cluster/ctdb/ib/ibwrapper_test.c b/source4/cluster/ctdb/ib/ibwrapper_test.c index 25a0106fc8..2942d26ed6 100644 --- a/source4/cluster/ctdb/ib/ibwrapper_test.c +++ b/source4/cluster/ctdb/ib/ibwrapper_test.c @@ -17,8 +17,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> |