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
558
if ($licensetext =~ /under the terms of the
CeCILL
/) {
559
$license = "
CeCILL
$license";
562
if ($licensetext =~ /under the terms of the
CeCILL
-([^ ]+) /) {
563
$license = "
CeCILL
-$1 $license";
Completed in 72 milliseconds