Bläddra i källkod

Make sure to also detect their new copy right line

Ref owncloud/core#25518
tags/v11.0RC2
Joas Schilling 7 år sedan
förälder
incheckning
28c8469ade
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      build/license.php

+ 1
- 1
build/license.php Visa fil

@@ -189,7 +189,7 @@ With help from many libraries and frameworks including:
while(!empty($lines)) {
$line = $lines[0];
array_shift($lines);
if (strpos($line, 'ownCloud, Inc') !== false) {
if (strpos($line, 'ownCloud, Inc') !== false || strpos($line, 'ownCloud GmbH') !== false) {
return true;
}
}

Laddar…
Avbryt
Spara