Aaltuj / VxFormGenerator

The library contains a component, that nests itself into the Blazor EditForm instead of a wrapper around the EditForm. The component is able to generate a form based on a POCO or a ExpandoObject. Because of this architecture the library provides the developer flexibility and direct usage of the EditForm.
MIT License
119 stars 36 forks source link

LICENSE #21

Closed PizzaConsole closed 3 years ago

PizzaConsole commented 3 years ago

Put a license on your project, there are loads of people that wont even get in a 10 mile radius of an unlicensed project on github

Aaltuj commented 3 years ago

The core has the LICENSE. https://github.com/Aaltuj/VxFormGenerator/blob/master/VxFormGenerator.Core/LICENSE.txt

There are even nuget versions: https://www.nuget.org/packages/VxFormGenerator.Core/0.4.0/License https://www.nuget.org/packages/VxFormGenerator.Components.Bootstrap/0.4.0/License https://www.nuget.org/packages/VxFormGenerator.Components.Plain/0.4.0/License

I'll move it to the root of the project, thanks for your constructive feedback.

PizzaConsole commented 3 years ago

Awesome, thank you very much!