-
Notifications
You must be signed in to change notification settings - Fork 303
Description
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.