I'm looking for a tool that will, in bulk, add a license header to some source files, some of which already have the header. Is there a tool out there that will insert a header, if it is not already present?
|
|
|
|
add comment
|
|
|
|
||
|
|
Here's a Bash script that'll do the trick, assuming you have the license header in the file license.txt: File addlicense.sh:
Now run this:
|
||
|
|
Python solution, modify for your own need Features:
-
|
|||
|
|
For Java, http://code.google.com/p/maven-license-plugin/ Kind Regards |
||
|
|
Here is one I used once (in ruby) which may help. |
||



