On Thu, 19 Mar 2020 15:13:40 +0530 Pirate Praveen <[email protected]> wrote: > Package: libconfig-model-dpkg-perl > Version: 2.132 > Sevrerity: wishlist > > For example in rollup-plugin-terser node module > > [Bogdan Chadkin](mailto:[email protected]) > > Should be converted to Bogdan Chadkin <[email protected]>
This line comes from rollup-plugin-terser main README file [1] which is written in markdown. The copyright is extracted by licencecheck from README.md source: MIT © [Bogdan Chadkin](mailto:[email protected]) $ licensecheck -m -r --copyright --deb-fmt --encoding utf-8 README.md README.md UNKNOWN [Bogdan Chadkin](mailto:[email protected]) Weirdly enough, this copyright is extracted only with --deb-fmt option: $ licensecheck -m -r --copyright --encoding utf-8 README.md README.md GENERATED FILE *No copyright* Jonas, what do you think ? Should I forward this bug to licensecheck ? All the best Dod [1] https://github.com/TrySound/rollup-plugin-terser/blob/master/README.md

