how do you check what license something is when it doesnt say on github

jackpot@lemmy.mlbanned from sitebanned from site to Asklemmy@lemmy.ml – 33 points –

hey all, checking zrythm out but it doesnt give a license and it's license file has a whole bunch of licenses?

18

Open an issue on the project saying “please add a license”.

I forgot to add a license on a project of mine, and someone did this for me, so I looked into it and picked a license to add. I was glad they brought it to my attention!

what license

I went with GPL for that one

You ask them to add a license, you don’t suggest a license.

The readme and the file referenced in COPYING say AGPLv3

where in readme? cant see it

1000003496

1000003497

oh bizarre, none of that showed for me

ik youre not affiliated but any insight on how they have paid versions as rheyre agpl3

Gpl licences don't mean free as in no payments allowed, but free as in freedom. Many open source, even gpl, software is paid. All agpl, or gpl in general, means is that the code is free to copy as long as one abides by a set of pro-consumer rules while making your changes open too. It gives specific rights to the user or person who copies the project

This means you could build or host this product for free if you wanted, taking the code and setting it up yourself, but their distribution of the code or hosting of their project can include a paid tier or payment upfront. As long as they give all code for the project to people who use it they're not in violation of the agpl

neither say that???

A piece of software can be under many licenses. Any copyright-worthy section of code can theoretically be under a different license. They seem to specify the license used at the start of each file.

Yeah true this is important to note I should have mentioned that. AGPL seems to be the main license for the project though