https://bugzilla.redhat.com/show_bug.cgi?id=1078588 --- Comment #7 from Jean-Marie Renouard <jmrenouard@xxxxxxxxx> --- A quick analysis shows that all files refers to COPYING file: /* Task Spooler - a task queue system for the unix user Copyright (C) 2007-2009 Lluís Batlle i Rossell Please find the license in the provided COPYING file. */ But 2 files have no headers: ./ttail.c et main.h [makerpm@localhost ts-0.7.4]$ find . -type f -iname '*.c' -o -iname '*.h' |sort > /tmp/all.txt [makerpm@localhost ts-0.7.4]$ find . -type f -iname '*.c' -o -iname '*.h' | xargs -n 50 grep COPYING |cut -d: -f1| sort >/tmp/withCOPYING.txt [makerpm@localhost ts-0.7.4]$ sdiff /tmp/all.txt /tmp/withCOPYING.txt ./client.c ./client.c ./env.c ./env.c ./error.c ./error.c ./execute.c ./execute.c ./info.c ./info.c ./jobs.c ./jobs.c ./list.c ./list.c ./mail.c ./mail.c ./main.c ./main.c ./main.h < ./msg.c ./msg.c ./msgdump.c ./msgdump.c ./print.c ./print.c ./server.c ./server.c ./server_start.c ./server_start.c ./signals.c ./signals.c ./tail.c ./tail.c ./ttail.c < -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review