Projects hosted on drupal.org need to be licensed under the same license used from Drupal. The master branch includes a different license. This isn't allowed from the Git access agreement every user accepts before committing code on drupal.org.

I agree to the Drupal Code Repository Terms of Service.
I have read and will adhere to the Drupal Code of Conduct.
I will cooperate with the Drupal Security Team as needed.
I will only commit code licensed as GPL-2.0+ and non-code assets licensed with GPL friendly licenses to Drupal project repositories.
I will only commit code and resources that I own or am permitted to distribute.

Comments

kiamlaluno created an issue. See original summary.

avpaderno’s picture

See Licensing, point #6.

I want to release my work under GPL version 3 or under GPL version 2-only. Can I do so and host it on Drupal.org?

No. You can release your work under any GPL version 2 or later compatible license, however, you may only check it into Drupal's Git repositories if you are releasing it under the same license as Drupal itself, that is, GPL version 2 or later, allowing users to choose between the terms of the GPL version 2 or the terms in any new versions as updated by the FSF. If you are unable or unwilling to do so, do not check it into a Drupal Git repository.

carcheky’s picture

Status: Active » Fixed

thanks for advising, it was an error.

carcheky’s picture

Status: Fixed » Closed (fixed)
carcheky’s picture