doedje / jquery.soap

This script uses $.ajax to send a SOAP:Envelope. It can take XML DOM, XML string or JSON as input and the response can be returned as either XML DOM, XML string or JSON too.
352 stars 148 forks source link

fix license naming expression #129

Closed spind42 closed 5 years ago

spind42 commented 5 years ago

Fix the license name so it fullfills the package.json license section (https://docs.npmjs.com/files/package.json#license). Compared to 'GPL-V3+' the term 'GPL-3.0-or-later' is also OSI approved. The benefit from this change would be that the project can be processed in the webjars building environment. So it becomes also available as an webjar (https://www.webjars.org/).

doedje commented 5 years ago

Sorry for the late reply, but who's working between christmas and new years day!!! =] hahaha

THNX for the PR!