Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.ml

18 replies

lemm.ee

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!

20

What? That doesn’t use docker. It’s JavaScript files meant to be used in TamperMonkey

2
jackpotreply
lemmy.ml

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

0

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

19
lemmy.ml

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.

11

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

3

You reached the end

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