ioBroker / create-adapter

Command line utility to create customized ioBroker adapters
MIT License
50 stars 23 forks source link

licenseInformation - template syntactically wrong #1103

Closed mcm1957 closed 4 days ago

mcm1957 commented 5 months ago

The TEMPLATE is wrong:

https://github.com/ioBroker/ioBroker.example/blob/55c3807672e11b281be472120043e8f2aa656bb9/JavaScript/io-package.json#L56

Template:

        "license": "MIT",
        "licenseInformation": {
            "type": "free",
            "license": "MIT"
        },

common.license must be removed

AlCalzone commented 5 months ago

Are we sure there is nothing left that depends on the license field? Like a slightly older admin version? @Apollon77 @foxriver76

mcm1957 commented 5 months ago

short: YES

long:

AlCalzone commented 5 months ago

Oh I see. Then we should fix this ASAP.