Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2016-01-15 15:54:26 +0300
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2016-01-15 15:54:26 +0300
commit83a8e756143bf5e1727b497f89d8d18888df2fbd (patch)
tree65dcda933a79668a9f24334419de3da09f974854 /build
parent6a7be4d277a82ab8da297fbeae1e82a61338b649 (diff)
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'build')
-rw-r--r--build/license.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/license.php b/build/license.php
index 738ace8b1ad..ce6fceb8160 100644
--- a/build/license.php
+++ b/build/license.php
@@ -118,6 +118,9 @@ With help from many libraries and frameworks including:
echo "License updated: $path" . PHP_EOL;
}
+ /**
+ * @param string $source
+ */
private function isMITLicensed($source) {
$lines = explode(PHP_EOL, $source);
while(!empty($lines)) {
@@ -131,6 +134,9 @@ With help from many libraries and frameworks including:
return false;
}
+ /**
+ * @param string $source
+ */
private function eatOldLicense($source) {
$lines = explode(PHP_EOL, $source);
while(!empty($lines)) {