Hello Paul! On Thu, 2023-04-27 at 10:40 +0200, John Paul Adrian Glaubitz wrote: > I don't really know a smart way to filter these out, unfortunately.
I have been removing the copyright changes manually now, but that takes forever due to the number of files that were changed. I then tried using the "-I" option to diff to ignore comment lines, but that didn't work: $ diff -Nru --exclude='*.svg' --exclude='*.qml' --exclude='*.rst' --exclude='*.groovy' \ --exclude='*.txt' --exclude='*android*' --exclude='*.qrc' --exclude='*.wxs' \ --exclude='*.png' -I "^\/\*" -I "^\s\*" ausweisapp2-1.26.2/ ausweisapp2-1.26.3/ I'll have to ask on debian-devel if someone has any clue how to filter out comments properly. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913