View | Details | Raw Unified | Return to bug 29324
Collapse All | Expand All

(-)a/xt/find-license-problems.t (-5 / +4 lines)
Lines 1-12 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
# Find copyright and license problems in Koha source files. At this
3
# Find copyright and license problems in Koha source files. At this
4
# time it only looks for references to the old FSF address in GPLv2
4
# time it looks for references to the old FSF address in GPLv2
5
# license notices, but it might in the future be extended to look for
5
# license notices and checks if the file has a copyright statement,
6
# other things, too.
6
# but it might in the future be extended to look for other things, too.
7
#
7
#
8
# Copyright 2010 Catalyst IT Ltd
8
# Copyright 2010 Catalyst IT Ltd
9
# Copyright 2020 Koha Development Team
9
# Copyright 2020 Koha development team
10
#
10
#
11
# This file is part of Koha.
11
# This file is part of Koha.
12
#
12
#
13
- 

Return to bug 29324