summaryrefslogtreecommitdiffstats
path: root/sfshare-daemon/src/sfshared.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfshare-daemon/src/sfshared.c')
-rw-r--r--sfshare-daemon/src/sfshared.c20
1 files changed, 18 insertions, 2 deletions
diff --git a/sfshare-daemon/src/sfshared.c b/sfshare-daemon/src/sfshared.c
index 4696008..1c81701 100644
--- a/sfshare-daemon/src/sfshared.c
+++ b/sfshare-daemon/src/sfshared.c
@@ -1,3 +1,20 @@
+/*
+ * 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 library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <glib.h>
@@ -9,6 +26,5 @@
int main()
{
- dbus_sfshare_start();
- return 0;
+ return dbus_sfshare_start();
}