Make the scripts in the bin folder public domain material.
[oweals/gnunet.git] / bin / rename.sh
index 3b49712e5a50cc5c7d528e42333434dc4b741e76..71ba5a369728969187814782be0ca0dc028a8d87 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# This scipt is in the public domain.
 for n in `find * -name "*.c"` `find * -name "*.h"` `find * -name "*.am"` `find * -name "*.conf"`  `find * -name "*.conf.in"` 
 do
  cat $n | sed -e "s/$1/$2/g" > $n.new