add a gplv3 boilerplate to the example application for libctdb
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 26 May 2010 03:55:19 +0000 (13:55 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 26 May 2010 03:55:19 +0000 (13:55 +1000)
libctdb/tst.c

index 8ab631dd2a9bae3be50537a206ffd902b79e2ded..32dc3a040e9ac2c2c2b463e3185600cbf0a758c6 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * Example program to demonstrate the libctdb api
+ *
+ * This program needs to be linked with libtdb.
+ * (libtdb and libtdb-devel packages)
+ *
+ * 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 3 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
 #include <stdio.h>
 #include <stdint.h>
 #include <poll.h>