summaryrefslogtreecommitdiff
path: root/doc/mainpage.h
blob: 5e83263fa9a79b291191bada3355f2a98d606bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/**
 *
 * Copyright (C) 2006 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.
 */

/**
 * \mainpage The official libmtp documentation
 *
 * \section Introduction
 *
 * libmtp is a library for the Media Transfer Protocol (MTP)
 * under various POSIX operating systems.
 *
 * \section License
 *
 * libmtp is available under the GNU Lesser General Public License,
 * version 2. You can use libmtp in Free or proprietary software alike as
 * long as you publish your modifications to this library in accordance
 * with the LGPL license. If you do not follow the LGPL you will be in 
 * deep, deep trouble.
 * 
 */