diff --git a/build/license.php b/build/license.php
index 5ada91a0f33fbb5bcbebe53df4ac7c3c52c4b0ba..3f1fe41764adcbb3622073700afe686a961087bf 100644
--- a/build/license.php
+++ b/build/license.php
@@ -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;
 				}
 			}