GObject Bluetooth Controller
============================

This library is intended to provide convenient GObject-style access to
common platform bluetooth functions.

The idea of this library is to stand alone and not to require GNOME.

If you have Mono and GTK# installed it will build Mono .NET bindings.
If you have Python and pygtk installed it will build Python bindings.

License
=======

libbtctl is redistributable under the terms of the GNU General Public License,
however, some files are licensed originally under the GNU Lesser General Public
License, and can be used under this license in your own project, given that
they respect the license of the libraries you link against. (For example,
BlueZ libs is a GPL library, which means that most of the code linking against
those would be GPL).
