mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #923 from nextcloud/owncloud-gmbh-owns-the-cr-now
Make sure to also detect their new copy right line
This commit is contained in:
commit
0c539a4d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue