Closed fgrosse closed 11 years ago
For now, we could set the license header to.
/*
* $FU-Copyright$
*/
I've wrote a bash script which allows us to replace it in the end (I will add it to the repository later that day).
Great idea. Let's do this until we have a real license header
Could we just use your script to replace all the existing occurrences of the old header with the placeholder you proposed? Would be much better to replace all existing old license information in a single commit but I failed at writing my own replacement script :(
I've added the script to the repository. The remaining "problem" is the we have two different comment blocks right now (one only with your name and one with both our names) which means the scripts needs to changed (which should be easy). Adding the long comment block in the search/replace part of the substitute command of sed might be a bit cumbersome.
Yeah that just looks like the script that I have written. I failed at integrating the long comment block because it spans multiple lines and contains characters that need to be escaped.
I just pushed my version of the script in the new license branch 21e6509. Maybe you can get it working?
Fixed this with the latest commit: https://github.com/des-testbed/Ara-Sim/commit/ec8a9164164eba2c410047bfb721aa521719dd5b
We need to agree on a file header. The current header is