source: flair-dev/trunk/scripts/update-license.sed@ 12

Last change on this file since 12 was 2, checked in by Sanahuja Guillaume, 8 years ago

initial commit flaircore

File size: 338 bytes
RevLine 
[2]1:writefromstart
20,/%flair:license{/ {
3 p # print line
4 $b exit # exit if the license not found (branch to exit if on on the last line)
5}
6
7# put license file after the line with %flair:license{
8/%flair:license{/ {
9 r ./LICENSE-header.txt
10}
11
12:writetillend
13/%flair:license}/,$ {
14 p # print line
15}
16
17:exit
18
Note: See TracBrowser for help on using the repository browser.