RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
534 stars 31 forks source link

Is the license of cute framework the same as cute headers? #152

Closed MetalMaxMX closed 7 months ago

MetalMaxMX commented 7 months ago

Hello! I am putting out this issue just to know something in specific. According to another repository and file (see https://github.com/RandyGaul/cute_headers/blob/master/cute_c2.h), the cute headers are dual-licensed with zlib and unlicensed public domain. I checked the Cute Framework files and it seems to be zlib-licensed only, is that the case then? Just wanted some clarification on this topic. Thank you and awesome work on this framework.

Cheers! MetalMaxMX

RandyGaul commented 7 months ago

I'm happy to also add public domain as well, if you're interested perhaps a PR to update the licenses?

MetalMaxMX commented 7 months ago

I'm happy to also add public domain as well, if you're interested perhaps a PR to update the licenses?

Would this be fine? https://github.com/RandyGaul/cute_framework/pull/153

RandyGaul commented 7 months ago

Yep that works! There's also license in each source file, but, I think it'd be easier to modify the source files to say look in LICENSE.txt for licensing info. This can be done another time (or if you're concerned you can certainly submit a PR).

MetalMaxMX commented 7 months ago

It may take some time but I can try and submit a PR with something like that. Perhaps something like " Cute Framework Copyright (C) 2023 Randy Gaul https://randygaul.github.io/ This software is dual-licensed with zlib or Unlicense, check LICENSE.txt for more info" would be fine, I'll get to it later

MetalMaxMX commented 7 months ago

Hello! I've got to it https://github.com/RandyGaul/cute_framework/pull/154