From 7bcf12f2a264a49f8a8125de48669af734846f4d Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Mon, 18 Jun 2018 14:54:15 +0000 Subject: Make the scripts in the bin folder public domain material. Signed-off-by: Nils Gillmann --- bin/grephdr.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/grephdr.sh') diff --git a/bin/grephdr.sh b/bin/grephdr.sh index b0f979196..203370b6c 100755 --- a/bin/grephdr.sh +++ b/bin/grephdr.sh @@ -1,3 +1,4 @@ #!/bin/sh +# This scipt is in the public domain. # grepsrc.sh string --- greps for string over all java files find . -name "*.h" -print | grep -v "#" | xargs grep "$@" -- cgit v1.2.3