Changeset d870fc5 in git for doc/prepend_GPLv3_header.sh
- Timestamp:
- Dec 21, 2014, 4:03:35 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- d77b51d
- Parents:
- 7f12612 (diff), e5767b57 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/prepend_GPLv3_header.sh
r7f12612 rd870fc5 6 6 for file in `find . -maxdepth 2 -type f -name *.cpp -o -name *.cc -o -name *.h` 7 7 do 8 head -$length $file | diff -l $header - > /dev/null && continue8 head -$length $file | diff -lb $header - > /dev/null && continue 9 9 echo $file 10 10 cat $header $file > $file.new
Note:
See TracChangeset
for help on using the changeset viewer.