this post was submitted on 21 Nov 2024
538 points (99.1% liked)

Programmer Humor

19623 readers
869 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] RustyNova@lemmy.world 27 points 1 day ago* (last edited 22 hours ago) (2 children)

I'm going to burst your bubble but GitHub doesn't allow non open source licenses on public repositories.

Just ask winamp lol

Edit: not open source, but at least forkable and viewable

[–] frezik@midwest.social 13 points 1 day ago* (last edited 1 day ago) (1 children)

Winamp had a bunch of other issues with code they didn't own being stuck in that repo. Github encourages FOSS licenses, but doesn't require it.

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository

You're under no obligation to choose a license. However, without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work.

...

If you publish your source code in a public repository on GitHub, according to the Terms of Service, other users of GitHub.com have the right to view and fork your repository. If you have already created a repository and no longer want users to have access to the repository, you can make the repository private. When you change the visibility of a repository to private, existing forks or local copies created by other users will still exist. For more information, see "Setting repository visibility."

[–] RustyNova@lemmy.world 2 points 22 hours ago

My bad! Said open source instead of forkable + viewable. Derp is me

[–] qaz@lemmy.world 2 points 1 day ago

I'm not so sure about that