UnrealKaraulov / UnrealDemoScanner

CS 1.6/CS:Z Demo Cheat Detector
Do What The F*ck You Want To Public License
44 stars 37 forks source link

License? #7

Closed TomArrow closed 1 year ago

TomArrow commented 1 year ago

Hi, what license is this code under? Can I use it in a GPL 2.0 tool?

UnrealKaraulov commented 1 year ago

@TomArrow I don't know what is the license :(

Which license should I must choose?

UnrealKaraulov commented 1 year ago

@TomArrow This tool based at https://github.com/Traderain/VolvoWrench https://github.com/Traderain/VolvoWrench/blob/master/LICENSE

TomArrow commented 1 year ago

Ah! WTFPL would be good. Could you add the same license to your code? WTFPL is complete freedom with no restrictions, but there are others too. But not all are compatible with GPL 2 which I need.

UnrealKaraulov commented 1 year ago

@TomArrow added license from this project https://github.com/UnrealKaraulov/UnrealDemoScanner/blob/main/LICENSE

TomArrow commented 1 year ago

Thanks! Perfect.

UnrealKaraulov commented 1 year ago

Can I use it in a GPL 2.0 tool?

What is tool?

TomArrow commented 1 year ago

This one: https://github.com/TomArrow/JK2DemoCutter

I don't know if I will do it yet, but I thought it might be funny to be able to convert CS demos to Jedi Knight or Quake 3 demos.

UnrealKaraulov commented 1 year ago

I don't know if I will do it yet, but I thought it might be funny to be able to convert CS demos to Jedi Knight or Quake 3 demos.

@TomArrow My tool is Hack/Cheat Detector, can detect cheats, etc, by stranges/patterns in demo files.

But demo parser based at https://github.com/Traderain/VolvoWrench code. https://github.com/Traderain/VolvoWrench/blob/master/VolvoWrench/Demo%20stuff/GoldSource/GoldSourceParser.cs

TomArrow commented 1 year ago

Ah fair