summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_message.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-05-31 13:50:53 +1000
committerAndrew Tridgell <tridge@samba.org>2007-05-31 13:50:53 +1000
commitbf3b740a1b52e84ce98d4c48a67e95fb5f4643a1 (patch)
treefb6529bdfdbda2e3ddec4e33b9237f938bc0aa66 /ctdb/common/ctdb_message.c
parent7ccb338862fd8843a6e5b478e4a86c16dc6ba3c8 (diff)
downloadsamba-bf3b740a1b52e84ce98d4c48a67e95fb5f4643a1.tar.gz
samba-bf3b740a1b52e84ce98d4c48a67e95fb5f4643a1.tar.xz
samba-bf3b740a1b52e84ce98d4c48a67e95fb5f4643a1.zip
ctdb is GPL not LGPL
(This used to be ctdb commit 8624378010d1c2a1438e1e701339dfba7276f960)
Diffstat (limited to 'ctdb/common/ctdb_message.c')
-rw-r--r--ctdb/common/ctdb_message.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/ctdb/common/ctdb_message.c b/ctdb/common/ctdb_message.c
index 89bfa61a283..862bf985bb0 100644
--- a/ctdb/common/ctdb_message.c
+++ b/ctdb/common/ctdb_message.c
@@ -3,19 +3,19 @@
Copyright (C) Andrew Tridgell 2007
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
+ 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
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ 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.
*/
/*
see http://wiki.samba.org/index.php/Samba_%26_Clustering for