On Sun, May 11, 2014 at 5:58 PM, Bastien ROUCARIES <[email protected]> wrote: > On Sat, May 10, 2014 at 11:10 AM, Jérémy Lal <[email protected]> wrote: >> Hi, >> >> Jonas Smedegaard brought to my attention that an image file [0] >> can embed a copyrighted ICC profile without license. > > Note that lintian detect these naked (not embeded) profile by default. > >> Since it's something that not many people seems to be aware of, >> maybe it might be useful to have a lintian check for that. >> >> That command [1] shows positives on my /usr/share/ >> Most of them are HP or Apple embedded profiles.
Note that pdf are also affected ... >> >> Regards, >> Jérémy >> >> >> [0] >> http://www.color.org/profile_embedding.xalter >> [1] >> find . -regextype posix-extended -iregex '.*\.(jpg|png)' -exec sh -c >> 'identify -verbose "$0" | grep -i copyright && echo "$0"' {} \; >> >> (this shows also false positives with an empty Copyright field). >> >> >> >> >> -- >> To UNSUBSCRIBE, email to [email protected] >> with a subject of "unsubscribe". Trouble? Contact [email protected] >> Archive: https://lists.debian.org/[email protected] >> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/CAE2SPAauMTKKjMmm=wu2hhj22yrdzgx6174fcngtfoymcjc...@mail.gmail.com

