@@ -, +, @@ root of your Koha src directory: $ perl xt/find-license-problems.t --- xt/find-license-problems.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/xt/find-license-problems.t +++ a/xt/find-license-problems.t @@ -1,12 +1,12 @@ #!/usr/bin/perl # # Find copyright and license problems in Koha source files. At this -# time it only looks for references to the old FSF address in GPLv2 -# license notices, but it might in the future be extended to look for -# other things, too. +# time it looks for references to the old FSF address in GPLv2 +# license notices and checks if the file has a copyright statement, +# but it might in the future be extended to look for other things, too. # # Copyright 2010 Catalyst IT Ltd -# Copyright 2020 Koha Development Team +# Copyright 2020 Koha development team # # This file is part of Koha. # --