X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/ddf4975ac8e8643ac948da1aecc64d054ecb8969..250d54b1f46e0b86e8410c3565a55b9541e51993:/blog/index.html diff --git a/blog/index.html b/blog/index.html index 641430e9d4..b53c29ebec 100644 --- a/blog/index.html +++ b/blog/index.html @@ -97,6 +97,19 @@ planet.debian.org.
As usual, if you use Bitcoin and want to show your support of my 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.