X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/ddf4975ac8e8643ac948da1aecc64d054ecb8969..250d54b1f46e0b86e8410c3565a55b9541e51993:/blog/archive/2016/02/index.html?ds=sidebyside diff --git a/blog/archive/2016/02/index.html b/blog/archive/2016/02/index.html index 81b8fcf4f7..0ad0f4c1d0 100644 --- a/blog/archive/2016/02/index.html +++ b/blog/archive/2016/02/index.html @@ -105,6 +105,19 @@ planet.debian.org.
activities, please send Bitcoin donations to my address 15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b. +Update 2016-02-20: I got a tip from Mike Gabriel +on how to use licensecheck and cdbs to create a draft copyright file + +
+licensecheck --copyright -r `find * -type f` | \ + /usr/lib/cdbs/licensecheck2dep5 > debian/copyright.auto ++ +
He mentioned that he normally check the generated file into the +version control system to make it easier to discover license and +copyright changes in the upstream source. I will try to do the same +with my packages in the future.
+