ObvilionNetwork / mindustry-hub-plugin

Mindustry Hub plugin
GNU Affero General Public License v3.0
11 stars 7 forks source link

relicense to agplv3 #1

Closed deltanedas closed 3 years ago

deltanedas commented 3 years ago
  1. mindustry is GPLv3 and since you link against it this plugin must be at least GPLv3
  2. Affero clause is good for server-side stuff as you need to release source code even if you dont redistribute the jar, which a theoretical proprietary server would never do
n-shift commented 3 years ago

Can you tell us more about second statement? Seems like we can misunderstand you.

n-shift commented 3 years ago

Seems like mindustry license is GNU, not GPL

antsif-a commented 3 years ago

Seems like mindustry license is GNU, not GPL

bruh, mindustry is GPL-3

deltanedas commented 3 years ago

say .io decides to use this plugin, but fuckfuck edits it to have a swirl animation. with AGPL, fuckfuck has to release the source code. with regular GPL, he does not as he is only running it on his server, not distributing it.