OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CeCILL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla
511
if ($licensetext =~ /under the terms of the
CeCILL
/) {
512
$license = "
CeCILL
$license";
515
if ($licensetext =~ /under the terms of the
CeCILL
-([^ ]+) /) {
516
$license = "
CeCILL
-$1 $license";
licensecheck.pl
568
if ($licensetext =~ /under the terms of the
CeCILL
/) {
569
$license = "
CeCILL
$license";
572
if ($licensetext =~ /under the terms of the
CeCILL
-([^ ]+) /) {
573
$license = "
CeCILL
-$1 $license";
Completed in 81 milliseconds