Index: trunk/util/devhelpers/copyright_miss.sh =================================================================== --- trunk/util/devhelpers/copyright_miss.sh (nonexistent) +++ trunk/util/devhelpers/copyright_miss.sh (revision 3511) @@ -0,0 +1,8 @@ +#!/bin/sh + +# This file is placed in the Public Domain. + +# Print the path of source files that may miss the copyright banner among +# with their length in line + +find . -name '*.[chly]' -exec sh -c 'grep "^ [*] Copyright [(]C[)]" {} >/dev/null || wc -l "{}"' \; Property changes on: trunk/util/devhelpers/copyright_miss.sh ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property