Skip to content

use_gpl3_license() modifies GPL-3 license text #1198

@fweber144

Description

@fweber144

Calling usethis::use_gpl3_license("My name") produces a modified LICENSE.md file, with "modified" denoting modifications compared to the original license text. In particular, the name of the R package and the text passed to usethis::use_gpl3_license()'s argument name ("My name" in the example above) are used in section "How to Apply These Terms to Your New Programs" of the license text. However, it seems like modifying the GPL-3 license text is not allowed (not even for section "How to Apply These Terms to Your New Programs"), see for example here. I'm not an expert for legal affairs (and I also don't know if the person who answered in that Stack Exchange thread is one), but it makes sense to me that this section "How to Apply These Terms to Your New Programs" is intentioned to be a template and therefore must be included unmodified.

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