blob: 19ef3399868841b5ea99e087958f87b56c061b24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/**
* \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.
*
*/
|