This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 5922b77  chardet license (LGPL) incompatible with AL2
5922b77 is described below

commit 5922b77af573a7c07370068d03a01e1ca93d2a57
Author: Sebb <[email protected]>
AuthorDate: Sun May 9 14:40:45 2021 +0100

    chardet license (LGPL) incompatible with AL2
---
 server/requirements.txt | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/server/requirements.txt b/server/requirements.txt
index 194bf03..5396325 100644
--- a/server/requirements.txt
+++ b/server/requirements.txt
@@ -1,12 +1,12 @@
-aiohttp~=3.6.2
-PyYAML~=5.3.1
-multipart~=0.2.1
-elasticsearch-dsl>=7.0.0,<8.0.0
-elasticsearch~=7.9.1
-certifi~=2020.6.20
-chardet~=3.0.4
-netaddr~=0.8.0
-formatflowed~=2.0.0
-requests~=2.24.0
-google-auth~=1.21.1
-aiosmtplib~=1.1.3
\ No newline at end of file
+# Items in this file must have a licence compatible with AL 2.0
+aiohttp~=3.6.2                   # AL2.0
+PyYAML~=5.3.1                    # WTFPL
+multipart~=0.2.1                 # MIT
+elasticsearch-dsl>=7.0.0,<8.0.0  # AL2.0
+elasticsearch~=7.9.1             # AL2.0
+certifi~=2020.6.20               # MPL2.0
+netaddr~=0.8.0                   # BSD, MIT
+formatflowed~=2.0.0              # Python Software Foundation
+requests~=2.24.0                 # AL2.0
+google-auth~=1.21.1              # AL2.0
+aiosmtplib~=1.1.3                # MIT
\ No newline at end of file

Reply via email to