diff options
author | Hector Martin | 2009-10-25 00:23:35 +0200 |
---|---|---|
committer | Hector Martin | 2009-10-25 00:31:06 +0200 |
commit | 6e2421b3a8b11dc060f0d2516fc495cc37834a20 (patch) | |
tree | d44d3072a89a5a7657eb82f21b96146f4d2a8cd3 /README | |
parent | e3443789ab4deb611713ce0c1cf6a8049fe84d09 (diff) | |
download | usbmuxd-6e2421b3a8b11dc060f0d2516fc495cc37834a20.tar.gz usbmuxd-6e2421b3a8b11dc060f0d2516fc495cc37834a20.tar.bz2 |
Add missing license headers and make them consistent
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -23,6 +23,15 @@ no modification, using Apple's native usbmuxd. This is useful if you need to tunnel to your phone from another OS in a pinch. Run python tcpclient.py --help for usage information. +License +======= + +The contents of this package are licensed under the GNU General Public License, +versions 2 or 3 (see COPYING.GPLv2 and COPYING.GPLv3), except for Libuxbmuxd +which is licensed under the GNU Lesser General Public License, version 2.1 or, +at your option, any later version (see COPYING.LGPLv2.1). If a more permissive +license is specified at the top of a source file, it takes precedence over this. + Building ======== |