Skip to content

Commit

Permalink
Fix the license script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Jul 21, 2016
1 parent 3ae6254 commit 78a8023
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/license.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function exec($folder, $gitRoot = false) {

function writeAuthorsFile() {
ksort($this->authors);
$template = "ownCloud is written by:
$template = "Nextcloud is written by:
@AUTHORS@
With help from many libraries and frameworks including:
Expand Down Expand Up @@ -277,7 +277,7 @@ private function checkCopyrightState($path, $gitRoot) {
private function printFilesToCheck() {
if (!empty($this->checkFiles)) {
print "\n";
print "For following files all lines changes since the Nextcloud fork." . PHP_EOL;
print "For following files all lines changed since the Nextcloud fork." . PHP_EOL;
print "Please check if these files can be moved over to AGPLv3 or later" . PHP_EOL;
print "\n";
foreach ($this->checkFiles as $file) {
Expand Down Expand Up @@ -349,6 +349,7 @@ private function checkCoreMailMap($author) {
$licenses->exec($argv[1], isset($argv[2]) ? $argv[1] : false);
} else {
$licenses->exec([
'../apps/admin_audit',
'../apps/comments',
'../apps/dav',
'../apps/encryption',
Expand All @@ -362,6 +363,7 @@ private function checkCoreMailMap($author) {
'../apps/provisioning_api',
'../apps/systemtags',
'../apps/testing',
'../apps/theming',
'../apps/updatenotification',
'../apps/user_ldap',
'../core',
Expand Down

0 comments on commit 78a8023

Please sign in to comment.