jsoverson / grunt-open

Open urls and files from a grunt task
MIT License
109 stars 19 forks source link

License issue #19

Closed davglass closed 10 years ago

davglass commented 10 years ago

Your package.json file shows MIT:

  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/onehealth/grunt-open/blob/master/LICENSE"
    }
  ],

But your LICENSE files shows it as Apache:

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

Can you sync these up so that they are reported properly?

jsoverson commented 10 years ago

synced, thanks for bringing it up.