From 9e9053acbcbcd44a19f95af63c542a900e7fafef Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Sun, 1 Dec 2024 11:30:08 -0700 Subject: [PATCH] Add note to README that contributions will be licensed as MPL-2.0 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 41367fe..f3b8770 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,5 @@ I dunno. Just for fun, mostly. ## Can I contribute? Yeah, sure. Please do. + +Please note, though, that all contributions will be treated as licensed under MPL-2.0. This is so that we can relicense to MPL-2.0 at some point in the future if we manage to move away from poppler as a backend (since that is the only dependency, at time of writing, which requires the GPLv3 license).