this post was submitted on 19 Jun 2023
16 points (100.0% liked)

Programming

13386 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
 

Hello everyone.

I just forked this and added my own 2 themes to my fork. Both themes are based on the winternord theme contained within that repository. In the theme the author, 2xx04 clearly states at the top that their code contains modifications to Bootstrap's CSS, as well as the Nord colour scheme by Arctic Ice Studio & Sven Greb. Both of those repositories contain the MIT license, but 2xx04's repository contains no license.

My question is this: Even though technically any github repository with no license has the default copyright rules applied to it (i.e. the author has sole ownership), since they failed to include the license of the software they modified, my repository should include the MIT license, and any code written by me is mine (under MIT license rules of course, so anyone can copy and distribute it)?

Thanks in advance. Here is a link to my repository in case you need it to understand what I mean

top 8 comments
sorted by: hot top controversial new old
[–] Hexarei@programming.dev 12 points 1 year ago (3 children)

While I'm not a lawyer, the MIT license is very short. It very clearly states that the MIT license shall be included in any projects that include copies or substantial portions of the MIT-licensed source code. As a result, any projects that are modifications/forks of an MIT-licensed project are, inherently, forced to have the MIT license included with them.

Or in short: You can't take an MIT licensed project, modify it, and remove the MIT license because of your modifications.

As such, 2xx04 is technically in violation of the MIT license. The main thing I don't know is whether that gives you the right to treat 2xx04's repository as though it is MIT license. However, you forked the original project, which means 2xx04 is directly referenced by your repository. To be honest, unless I intended to make money off such a project ... I wouldn't sweat it too hard.

[–] heartlessevil@lemmy.one 7 points 1 year ago (2 children)

I don't know if they removed the license strictly speaking, they replaced it with a link to the upstream license, which seems fine to me on a surface level.

https://github.com/2xx04/lemmy-ui-themes/blob/main/winternord.css#L2-L6

[–] Hexarei@programming.dev 3 points 1 year ago

Ah, that honestly works fine in my book. It's a bit opaque, but it at least appears that 2xx04 acknowledges the existence of those licenses, which I'd imagine is good enough proof not to get in trouble somehow by forking it!

[–] v_krishna@lemmy.ml 3 points 1 year ago

This is correct. And given the parent license is MIT I'd just include an MIT LICENSE file in my fork and be done with it.

[–] promitheas@iusearchlinux.fyi 2 points 1 year ago* (last edited 1 year ago) (1 children)

I'll include it anyway just to be safe then. Better have have the license of the projects he derived his from, rather than not. Thanks!

[–] Hexarei@programming.dev 1 points 1 year ago

Indeed, also worth checking out the response of @heartlessevil@lemmy.one

load more comments (1 replies)
[–] heartlessevil@lemmy.one 11 points 1 year ago (1 children)

Have you considered opening an issue on the repo asking this? They might add a license or grant you one.

[–] promitheas@iusearchlinux.fyi 4 points 1 year ago

They haven't been active in over a year, I checked and considered doing that. I think what @Hexarei@beehaw.org said makes the most sense, that I shouldn't sweat it. I'll add the MIT license anyway as technically my project which is an ancestor of sorts to the other ones with the license should have it.

load more comments
view more: next ›