source: pacpusframework/branches/2.0-beta1/scripts/update-license.sed@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 years ago

PACPUS 2.0 Beta deployed in new branch

Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support

  • Property svn:executable set to *
File size: 359 bytes
Line 
1:writefromstart
20,/%pacpus: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 %pacpus:license{
8/%pacpus:license{/ {
9 r ../LICENSE-header.txt
10}
11
12:writetillend
13/%pacpus:license}/,$ {
14 p # print line
15}
16
17:exit
Note: See TracBrowser for help on using the repository browser.