Home | History | Annotate | Download | only in tools

Lines Matching refs:license

3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
63 my $license = uc($_[0]);
65 if (index($license, '"""') != -1) {
66 $license =~ s/"""[^"]*(?:"""|$)//mg;
68 if (index($license, "'''") != -1) {
69 $license =~ s/'''[^']*(?:'''|$)//mg;
72 if (index($license, 'ALL CHANGES MADE IN THIS FILE WILL BE LOST') != -1) {
75 if (index($license, 'DO NOT EDIT') != -1 ||
76 index($license, 'DO NOT DELETE') != -1 ||
77 index($license, 'GENERATED') != -1) {
78 return ($license =~ /(All changes made in this file will be lost' .