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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
This work was packaged for Debian by:
Nobuhiro Iwamatsu <iwamatsu@debian.org> on Fri, 10 Sep 2010 20:06:55 +0900
It was downloaded from:
http://code.google.com/p/bluez-tools/
Upstream Author(s):
Alexander Orlenko <zxteam@gmail.com>
Copyright:
src/bt-adapter.c:
src/bt-agent.c:
src/bt-audio.c:
src/bt-device.c:
src/bt-input.c:
src/bt-monitor.c:
src/bt-network.c:
src/bt-obex.c:
src/bt-serial.c:
src/lib/bluez-api.h:
src/lib/bluez/adapter.c:
src/lib/bluez/adapter.h:
src/lib/bluez/agent.c:
src/lib/bluez/agent.h:
src/lib/bluez/audio.c:
src/lib/bluez/audio.h:
src/lib/bluez/device.c:
src/lib/bluez/device.h:
src/lib/bluez/input.c:
src/lib/bluez/input.h:
src/lib/bluez/manager.c:
src/lib/bluez/manager.h:
src/lib/bluez/network.c:
src/lib/bluez/network.h:
src/lib/bluez/network_server.c:
src/lib/bluez/network_server.h:
src/lib/bluez/serial.c:
src/lib/bluez/serial.h:
src/lib/dbus-common.c:
src/lib/dbus-common.h:
src/lib/helpers.c:
src/lib/helpers.h:
src/lib/obexd-api.h:
src/lib/obexd/obexagent.c:
src/lib/obexd/obexagent.h:
src/lib/obexd/obexclient.c:
src/lib/obexd/obexclient.h:
src/lib/obexd/obexclient_file_transfer.c:
src/lib/obexd/obexclient_file_transfer.h:
src/lib/obexd/obexclient_session.c:
src/lib/obexd/obexclient_session.h:
src/lib/obexd/obexclient_transfer.c:
src/lib/obexd/obexclient_transfer.h:
src/lib/obexd/obexmanager.c:
src/lib/obexd/obexmanager.h:
src/lib/obexd/obexsession.c:
src/lib/obexd/obexsession.h:
src/lib/obexd/obextransfer.c:
src/lib/obexd/obextransfer.h:
* Copyright (C) 2010 Alexander Orlenko <zxteam@gmail.com>
src/lib/sdp.c:
src/lib/sdp.h:
* Copyright (C) 2001-2002 Ricky Yuen <ryuen@qualcomm.com>
* Copyright (C) 2003-2007 Marcel Holtmann <marcel@holtmann.org>
* Copyright (C) 2010 Alexander Orlenko <zxteam@gmail.com>
License:
GNU GPL v2 or later.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The Debian packaging is:
Copyright (C) 2010 Nobuhiro Iwamatsu <iwamatsu@debian.org>
and is licensed under the GPL version 2,
see "/usr/share/common-licenses/GPL-2".
|