Skip to content

Commit

Permalink
Drop custom zeroconf package (fixes #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittner committed Dec 17, 2019
1 parent 55feaed commit bc724b3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3,059 deletions.
461 changes: 0 additions & 461 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,4 @@ OpenDrop is the result of a research project and, thus, has several limitations

## License

OpenDrop is licensed under the **GNU General Public License v3.0**.
We use a modified version of the [`python-zeroconf`](https://pypi.org/project/zeroconf/) package (essentially adding rudimentary IPv6 and AWDL support) which is licensed under the **GNU Lesser General Public License v2.1**.
Both licenses are found in the `LICENSE` file.
OpenDrop is licensed under the [**GNU General Public License v3.0**](LICENSE).
2 changes: 1 addition & 1 deletion opendrop/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import libarchive

from .util import AirDropUtil, AbsArchiveWrite
from .zeroconf import ServiceBrowser, Zeroconf, IPVersion
from zeroconf import ServiceBrowser, Zeroconf, IPVersion

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion opendrop/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import libarchive.read

from .util import AirDropUtil
from .zeroconf import Zeroconf, ServiceInfo, IPVersion
from zeroconf import Zeroconf, ServiceInfo, IPVersion

logger = logging.getLogger(__name__)

Expand Down
Loading

0 comments on commit bc724b3

Please sign in to comment.