devote / HTML5-History-API

HTML5 History API expansion for browsers not supporting pushState, replaceState
http://spb-piksel.ru
MIT License
1.02k stars 182 forks source link

License version confirm #79

Closed PeterDaveHello closed 8 years ago

PeterDaveHello commented 8 years ago

Hi there,

I just found that you used GPL in package.json: https://github.com/devote/HTML5-History-API/blob/master/package.json#L32

  "licenses": [
    "GPL",
    "MIT"
  ]

and GPL3 in bower.json https://github.com/devote/HTML5-History-API/blob/master/bower.json#L22

  "licenses": [{
    "type": "GPL3"
  }, {

Just wanna confirm that, so that we can show the correct license on cdnjs page: https://cdnjs.com/libraries/html5-history-api

Thanks!

cc @maruilian11 @LeaYeh @Amomo @Piicksarn

devote commented 8 years ago

Hi, The correct license is GPL 3 / MIT

PeterDaveHello commented 8 years ago

Thanks, I think it'll be better to use "GPL-3.0" in both bower.json/package.json :smile:

devote commented 8 years ago

Yes of course

PeterDaveHello commented 8 years ago

Nice