mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-26 16:45:49 +03:00
[GH-ISSUE #95] License inconsistency #277
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/google2fa#277
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @remicollet on GitHub (Mar 7, 2018).
Original GitHub issue: https://github.com/antonioribeiro/google2fa/issues/95
While composer.json states "BSD-3-Clause" (as the LICENSE file), the file header states "GPLv3+"
Can you please clarify ?
@antonioribeiro commented on GitHub (Mar 7, 2018):
I was probably using and old package template. Moved it all to MIT. Thanks for reporting.
@remicollet commented on GitHub (Mar 8, 2018):
Nah, the problem is that the Google2FA.php states it is GPLv3
And you cannot re-license an original GPLv3 work unders MIT or BSD
@antonioribeiro commented on GitHub (Mar 8, 2018):
So, fixed: https://github.com/antonioribeiro/google2fa/blob/master/LICENSE.md.
Thank you.
@antonioribeiro commented on GitHub (Mar 15, 2018):
Relicensed to MIT as per https://github.com/antonioribeiro/google2fa/issues/100.