this post was submitted on 24 Jun 2023
12 points (100.0% liked)
Programming
13405 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just create new file called
LICENSE
in the root directory and and paste the license text into it.For manual placement I recommend putting it in
COPYING
since GitHub will still detect it. It's a peeve of mine that using the selector puts the GPL inLICENSE
.Why don't you like putting the license in LICENSE?
The how-to specifies to use COPYING, so I prefer it for consistency.