Swatinem / rollup-plugin-dts

A rollup plugin to generate .d.ts rollup files for your typescript project
GNU Lesser General Public License v3.0
816 stars 71 forks source link

chore(copyright): update license to LGPL-3.0-only #303

Closed tasty-tasty closed 7 months ago

tasty-tasty commented 8 months ago

In our application we use strict dependency license checking.

rollup-plugin-dts has LGPL-3.0 in license field, but according to license docs, the identifier "LGPL-3.0" has been deprecated; LGPL-3.0-only is the preferred identifier to indicate only version 3.0 of the LGPL.

Can we change license field value in pacakge.json to LGPL-3.0-only?