Hi! I want to add a copyright notice to a series of files generated in an Ant build. What's the easiest way to do it?
I thought about using <concat>
but I don't understand how to run it on a fileset without concatenating all the files in the fileset.
Thanks!