therealmistericraft / MisteriBot

The MisteriBot is a Discord Bot, actually designed only to work on my Server, but I want to change this.
2 stars 0 forks source link

Add short command #55

Open therealmistericraft opened 3 years ago

therealmistericraft commented 3 years ago

Description

As in navnlos, I should add an short command (short.io is already set up). Thanks to his code license, I can just copy & paste his code if I tag him and his license.

joseywoermann commented 3 years ago

Thanks to his code license, I can just copy & paste his code if I tag him.

Almost. The license (GPL v3) also requires you to make your code open source (which it is), and publish your changes with the same license as my code.

Further details here.

therealmistericraft commented 3 years ago

Thank you for your annotations. But I want to stay my bot CC0, ´cause I like the thinking of not having to reference me. Is that OK too? I mean, it is an higher standard.

joseywoermann commented 3 years ago

I think that you only need to include a reference to the GPLv3 license in your code.:

  1. You have to include the license and copyright notice with each and every distribution.

Since you don't copy the entire projects and modify it, I think point 7 doesn't apply here.:

  1. Any modifications of this code base MUST be distributed with the same license, GPLv3.
joseywoermann commented 3 years ago

But according to point 6 you have to state changes to the code.:

  1. If you modify it, you have to indicate changes made to the code.
therealmistericraft commented 3 years ago

This whole license thing is way to complicated. I would never use any license except CC0, CC BY and no usage allowed.

joseywoermann commented 3 years ago

CC BY and no usage allowed.

I don't understand what you mean.

therealmistericraft commented 3 years ago

CC BY is under attribution, but no other restrictions and "no usage" should be clear.

joseywoermann commented 3 years ago

This whole license thing is way to complicated. I would never use any license except CC0, CC BY and no usage allowed.

You still have to include the GPL v3 license in your code.

therealmistericraft commented 3 years ago

No, I do not use any of your code.

joseywoermann commented 3 years ago

Thanks to his code license, I can just copy & paste his code if I tag him.

@therealmistericraft you said that above

therealmistericraft commented 3 years ago

Ah, I understand what you want. Will add it in a moment