- Timestamp:
- Dec 14, 2014, 12:41:59 AM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 0f8390e
- Parents:
- caba091
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/GPLv3_header.txt
rcaba091 r1fa50c2 2 2 * Delphes: a framework for fast simulation of a generic collider experiment 3 3 * Copyright (C) 2012-2014 Universite catholique de Louvain (UCL), Belgium 4 * 4 * 5 5 * This program is free software: you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by 7 7 * the Free Software Foundation, either version 3 of the License, or 8 8 * (at your option) any later version. 9 * 9 * 10 10 * This program is distributed in the hope that it will be useful, 11 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 13 * GNU General Public License for more details. 14 * 14 * 15 15 * You should have received a copy of the GNU General Public License 16 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. -
doc/prepend_GPLv3_header.sh
rcaba091 r1fa50c2 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.