LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

use licensecheck to find all copyright notices #67

Open pravi opened 7 years ago

pravi commented 7 years ago

licensecheck --deb-machine -l0 -r * gives copyright notices in all files. We may need to modify licensecheck to output a format that is easy for us to use.

simevo commented 6 years ago

I propose this:

licensecheck --deb-machine -l0 -i debian -r * | tail -n +7 >> debian/copyright
pravi commented 6 years ago

@simevo cme update dpkg-copyright may be a better fit I guess.