this post was submitted on 24 Jun 2023
10 points (100.0% liked)

Programming

13354 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 1 year ago
MODERATORS
 

Hey everyone. I would like to specify that I want to use GPLv2 only without including support for GPLv3 in a repository I want to create. Anyone know how I can do that through github's create a new repository interface?

Much appreciated

you are viewing a single comment's thread
view the rest of the comments
[โ€“] promitheas@iusearchlinux.fyi 1 points 1 year ago (1 children)

So just so I clear this up in my head. Do you mean if my user types myprog --version for example, the licensing information should appear there? What about non-programs, such as dotfiles (what I am trying to do) or CSS (themes for lemmy I recently got into doing)?

Or do you mean at the top of each file in my repository there should be some licensing information?

Thanks again for your patience

[โ€“] azrael@beehaw.org 3 points 1 year ago

There is no legal requirement that your program output what license it is under as a part of any particular command, or that each file contains a license header. Providing the license once at the top level and indicating that the entire repository is under that license is sufficient to put all of the code under the license of your choosing. Anything more is simply to make it more obvious when looking at a particular piece in isolation.