replaysMike / AnyClone

A CSharp library that can deep clone any object using only reflection.
MIT License
47 stars 7 forks source link

Change of license? #15

Closed SmithPlatts closed 2 years ago

SmithPlatts commented 2 years ago

Howdy!

Would there be any chance of changing the license to MIT or some such? I'm in a situation where this library, so far, is the only one that seems to handle the deep cloning of a Swashbuckle.Application.SwaggerDocsConfig object.

Where I need to use it, however, is in a product that cannot be licensed under GPL, so the copyleft nature would in fact prevent me from using this.

I realise that this is likely too big a pain, but thought it worth asking.

Thanks!

replaysMike commented 2 years ago

Yes I’d be willing to change the license to MIT. The GPL was more of a placeholder, as this repo can be used unrestricted in any project. I’ll update it this afternoon

On Fri, Jun 17, 2022 at 2:41 AM Adam SP @.***> wrote:

Howdy!

Would there be any chance of changing the license to MIT or some such? I'm in a situation where this library, so far, is the only one that seems to handle the deep cloning of a Swashbuckle.Application.SwaggerDocsConfig object.

Where I need to use it, however, is in a product that cannot be licensed under GPL, so the copyleft nature would in fact prevent me from using this.

I realise that this is likely too big a pain, but thought it worth asking.

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/replaysMike/AnyClone/issues/15, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATJ54VMG74OPHHCAINQZQ3VPRB4VANCNFSM5ZBWRIAQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

SmithPlatts commented 2 years ago

Thank you Mike!

SmithPlatts commented 2 years ago

Would you be willing to update the license on NuGet, too?

replaysMike commented 2 years ago

Done - the nuget package is updated to MIT as well, should be correct for v1.1.6

SmithPlatts commented 2 years ago

Confirmed

image

Thank you!!