for file in *; do echo --This file contains solutions to exercises from the book$'\n'--Haskell - The Craft of Functional Programming$'\n'--It is located at$'\n'--http://www-lehre.inf.uos.de/~rfreund/fp_solutions$'\n'`cat $file` > $file; done

