diff options
Diffstat (limited to 'source4/script/find_unused_makefilevars.pl')
-rwxr-xr-x | source4/script/find_unused_makefilevars.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/find_unused_makefilevars.pl b/source4/script/find_unused_makefilevars.pl index 697ed54f5c..1bed1228ec 100755 --- a/source4/script/find_unused_makefilevars.pl +++ b/source4/script/find_unused_makefilevars.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl # Script that reads in Makefile.in and outputs the names of all # used but undefined vars and all defined but unused vars +# Copyright Jelmer Vernooij <jelmer@samba.org> # Arguments: # 1: Makefile.in |