jindw / xmldom

A PURE JS W3C Standard based(XML DOM Level2 CORE) DOMParser and XMLSerializer.
Other
816 stars 265 forks source link

[LICENSE] Update license in package.json to be an SPDX compatible expression #178

Closed shazron closed 7 years ago

shazron commented 8 years ago

Based on the LICENSE file, it is either (LGPL or MIT) so I reflected that in the SPDX expression in the license key of package.json. See my doc references below.

I didn't know which specific LGPL license you intended, so I selected the earliest LGPL-2.0. If it is LGPL-2.1 or LGP-3.0 instead, let me know I will update this PR.

package.json license doc: https://docs.npmjs.com/files/package.json SPDX ids: https://spdx.org/licenses/