Skip to content

Commit

Permalink
Replace MIT license with AGPLv3
Browse files Browse the repository at this point in the history
License change required due to the inclusion of the AGPL-licensed
PyMuPDF. This library greatly benefited Dangerzone in many aspects
detailed in [1].

Fixes #658

[1]: #658
  • Loading branch information
deeplow committed Jan 4, 2024
1 parent 7e21d5e commit c8bea70
Show file tree
Hide file tree
Showing 6 changed files with 672 additions and 25 deletions.
683 changes: 661 additions & 22 deletions LICENSE

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ Dangerzone was inspired by [Qubes trusted PDF](https://blog.invisiblethings.org/

Set up a development environment by following [these instructions](/BUILD.md).


# License and Copyright

**Dangerzone** is available under the [open-source license AGPL](https://www.gnu.org/licenses/agpl-3.0.html).

Copyright (c) 2022-2024 Freedom of the Press Foundation and Dangerzone contributors
Copyright (c) 2020-2021 First Look Media

## FAQ

### "I'm experiencing an issue while using Dangerzone."
Expand Down
2 changes: 1 addition & 1 deletion install/linux/dangerzone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Version: 0.5.1
Release: 1%{?dist}
Summary: Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs

License: MIT
License: AGPL-3.0
URL: https://dangerzone.rocks

# XXX: rpmbuild attempts to find a tarball in SOURCES using the basename in the
Expand Down
Binary file modified install/windows/license.rtf
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "dangerzone"
version = "0.5.1"
description = "Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs"
authors = ["Freedom of the Press Foundation <[email protected]>", "Micah Lee <[email protected]>"]
license = "MIT"
license = "AGPL-3.0"
include = [
"share/",
"qubes/",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def data_files_list():
version=version,
author="Freedom of the Press Foundation",
author_email="[email protected]",
license="MIT",
license="AGPL-3.0",
description="Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs",
long_description="""\
Dangerzone is an open source desktop application that takes potentially \
Expand Down

0 comments on commit c8bea70

Please sign in to comment.