coredump-ch / rpsrtsrs

Rock-Paper-Scissors-Real-Time-Strategy game written in Rust.
GNU Affero General Public License v3.0
11 stars 5 forks source link

Add license #57

Closed rnestler closed 7 years ago

rnestler commented 7 years ago

We should probably add a license to the repository.

Which license?

We will use the AGPL because MIT doesn't give us much advantage since it is not a library. Also it enables us to use GPL'd dependencies. We use AGPL so nobody may run a modified version on a server without publishing the source.

License of current dependencies

Agreement of contributors

I agree that my past and future contributions are licensed under the conditions of the AGPL.

dbrgn commented 7 years ago

I'm in favor of MIT/Apache-2.0 dual licensing.

Edit: Although GPL could be reasonable too, for a game. It's not a library, so we'd probably want the source of all contributions to be available.

rnestler commented 7 years ago

I think I would go with GPL for this one. Can please everybody state if they are OK with that?

dbrgn commented 7 years ago

I'm in favor. Note: I'd actually choose the AGPL, since the game could be served over the network.

rnestler commented 7 years ago

I'm in favor. Note: I'd actually choose the AGPL, since the game could be served over the network.

OK, AGPL it is :+1:

dbrgn commented 7 years ago

@schmijos and @das-g missing :)

das-g commented 7 years ago

AGPL is fine with me. :+1:

rnestler commented 7 years ago

@schmijos Did you tick yourself off in the summary above? Because if yes I'll merge the pull-request.

rnestler commented 7 years ago

@schmijos confirmed to me that he did in fact tick himself off in the summary above.