TimLuq / wsdl-to-ts

Generate TypeScript typings for WSDL services
ISC License
61 stars 48 forks source link

Consider adding LICENSE file #5

Closed spacem closed 6 years ago

spacem commented 6 years ago

Hi, this is a pretty neat little project but I notice you don't have any license. Please can you confirm is it ok to use it without restriction to produce interfaces that are used in commercial software?

One little suggestion is for me I prefer all the members of the interfaces to be optional but I just did find/replace for : and replace with ?: so not important.

TimLuq commented 6 years ago

The license is specified in the package.json as ISC. Which according to nodejs doesn't need an explicit license file since it is a registered license. But, yes I'll add an additional license file in the future.

License is basically:

v1 has plans to use optional properties when appropriate according to the schema.