Make the scripts in the bin folder public domain material.
[oweals/gnunet.git] / bin / pogen.sh
1 #!/bin/sh
2 # This scipt is in the public domain.
3 find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_  | grep -v _old | grep -v chat | grep -v .libs/ | sort  > po/POTFILES.in
4 grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | grep -v chat | sort >> po/POTFILES.in
5