-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License clarification #3605
Comments
Hi @licaon-kter I see what you mean. I'll get back to you with an answer shortly. |
ref: https://gitlab.com/fdroid/fdroid-suss/-/merge_requests/23/diffs For F-Droid we can't include apps that depend on non-FOSS licensed code. |
@licaon-kter We've updated the the license name in the POM file to Apache 2.0. The change will be reflected our next release. |
Ok, so looking again at https://mvnrepository.com/artifact/com.amazonaws/aws-android-sdk-auth-core/2.77.0 it's Apache 2.0 👍 now, reading again
and looking at https://mvnrepository.com/artifact/com.amazonaws/aws-android-sdk-cognitoidentityprovider/2.77.0 we have the opposite issue, this is marked as Apache 2.0 when it should not, right? |
We'll update the License.txt file to match. See #3634 |
Reading https://github.com/aws-amplify/aws-sdk-android/blob/main/LICENSE.txt says:
Which sounds fine, but looking at the maven repo, eg. https://mvnrepository.com/artifact/com.amazonaws/aws-android-sdk-auth-core/2.75.2
I see
License: Amazon
Looking at the POM file: https://repo1.maven.org/maven2/com/amazonaws/aws-android-sdk-auth-core/2.75.2/aws-android-sdk-auth-core-2.75.2.pom we see
Amazon Software License
Can we get some clarification?
The text was updated successfully, but these errors were encountered: