williamr/convert_to_eula.pl
changeset 62 7cd69ef87d2a
parent 60 e86c659b78a0
child 71 59ba21437bf0
equal deleted inserted replaced
61:3efaaf387e1a 62:7cd69ef87d2a
    24 my @oldtext = (
    24 my @oldtext = (
    25   'terms of the License "Symbian Foundation License v1.0"',
    25   'terms of the License "Symbian Foundation License v1.0"',
    26   'the URL "http://www.symbianfoundation.org/legal/sfl-v10.html"'
    26   'the URL "http://www.symbianfoundation.org/legal/sfl-v10.html"'
    27 );
    27 );
    28 my @newtext = (
    28 my @newtext = (
    29   'terms of the License "Symbian Foundation License v1.0" to members and "Symbian Foundation End User License Agreement v1.0" to non-members',
    29   'terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members',
    30   'the URL "http://www.symbianfoundation.org/legal/licencesv10.html"'
    30   'the URL "http://www.symbianfoundation.org/legal/licencesv10.html"'
    31 );
    31 );
    32 
    32 
    33 my @errorfiles = ();
    33 my @errorfiles = ();
    34 
    34