summaryrefslogtreecommitdiff
path: root/examples/detect.c
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2007-02-05 19:07:38 +0000
committerLinus Walleij <triad@df.lth.se>2007-02-05 19:07:38 +0000
commit543badfda7cbfd6725c6cd2e5e1cf430cbf5990c (patch)
treea2f18803a05076e2eddfa36846a783152580ef24 /examples/detect.c
parent7b7a0e2b9d465dad85dca593693280f1df79a74d (diff)
downloadlibmtp-543badfda7cbfd6725c6cd2e5e1cf430cbf5990c.tar.gz
A horde of LGPL boilerplates.
Diffstat (limited to 'examples/detect.c')
-rw-r--r--examples/detect.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/detect.c b/examples/detect.c
index b1a527b..635df5f 100644
--- a/examples/detect.c
+++ b/examples/detect.c
@@ -1,3 +1,24 @@
+/**
+ * \file delfile.c
+ * Example program to detect a device and list capabilities.
+ *
+ * Copyright (C) 2005-2007 Linus Walleij <triad@df.lth.se>
+ *
+ * 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,
+ * 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.
+ */
#include "common.h"
#include <unistd.h>
#include <stdlib.h>