summaryrefslogtreecommitdiff
path: root/examples/albums.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/albums.c
parent7b7a0e2b9d465dad85dca593693280f1df79a74d (diff)
downloadlibmtp-543badfda7cbfd6725c6cd2e5e1cf430cbf5990c.tar.gz
A horde of LGPL boilerplates.
Diffstat (limited to 'examples/albums.c')
-rw-r--r--examples/albums.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/albums.c b/examples/albums.c
index c37ed38..1ffcff7 100644
--- a/examples/albums.c
+++ b/examples/albums.c
@@ -1,3 +1,24 @@
+/**
+ * \file albums.c
+ * Example program that lists the albums on the device.
+ *
+ * Copyright (C) 2006 Chris A. Debenham <chris@adebenham.com>
+ *
+ * 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"
static void dump_albuminfo(LIBMTP_album_t *album)