Skip to content

Explicitly add GPLv3-or-later to license list #2842

Closed
@lofidevops

Description

@lofidevops

Description

The GNU ethical repository criteria (see #1524) suggests that a host "recommends and encourages GPL 3-or-later licensing at least as much as any other kind of licensing"

At the moment the license dropdown simply lists "GPL-3.0" and places the GPL-3.0 license text in the repository. Unfortunately this is ambiguous and could be interpreted as GPL-3.0-only rather than GPL-3.0-or-later.

Suggested solution 1

  1. Modify the dropdown list as follows:
  • AGPL-3.0-only
  • AGPL-3.0-or-later
  • GPL-2.0-only
  • GPL-2.0-or-later
  • GPL-3.0-only
  • GPL-3.0-or-later

(I see GPL-1.0 is also listed, I'm not sure how this applies to that license.)

  1. Always include the full license text (current behaviour)

  2. When populating boilerplate paragraphs include the "or (at your option) any later version" text as appropriate.

Suggested solution 2

As above, but only list the "-or-later" options. Anyone who wants "-only" can do their licensing manually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions