diff options
Diffstat (limited to 'build/license.php')
-rw-r--r-- | build/license.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/license.php b/build/license.php index 9d1fd666b80..493c7dafd98 100644 --- a/build/license.php +++ b/build/license.php @@ -238,8 +238,10 @@ if (isset($argv[1])) { $licenses->exec($argv[1], isset($argv[2]) ? $argv[1] : false); } else { $licenses->exec([ + '../apps/comments', '../apps/dav', '../apps/encryption', + '../apps/federatedfilesharing', '../apps/federation', '../apps/files', '../apps/files_external', @@ -247,6 +249,9 @@ if (isset($argv[1])) { '../apps/files_trashbin', '../apps/files_versions', '../apps/provisioning_api', + '../apps/systemtags', + '../apps/testing', + '../apps/updatenotification', '../apps/user_ldap', '../core', '../lib', |