this post was submitted on 21 Nov 2024
599 points (99.0% liked)

Programmer Humor

19817 readers
210 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 17 points 1 month ago* (last edited 1 month 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."

[โ€“] [email protected] 4 points 1 month ago

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