Fork me on GitHub

Changeset d870fc5 in git for doc/prepend_GPLv3_header.sh


Ignore:
Timestamp:
Dec 21, 2014, 4:03:35 PM (10 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
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.
Message:

Merge remote-tracking branch 'upstream/master'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/prepend_GPLv3_header.sh

    r7f12612 rd870fc5  
    66for file in `find . -maxdepth 2 -type f -name *.cpp -o -name *.cc -o -name *.h`
    77do
    8   head -$length $file | diff -l $header - > /dev/null && continue
     8  head -$length $file | diff -lb $header - > /dev/null && continue
    99  echo $file
    1010  cat $header $file > $file.new
Note: See TracChangeset for help on using the changeset viewer.