diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-12 14:39:31 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-12 14:39:31 +0100 |
commit | 60fbab493478614de59e1c9b5272d39c78036c66 (patch) | |
tree | 3b8ea090fc41a8af65c4ca659ee146efdc56dcc7 /build/license.php | |
parent | 4fc0fbe8d04b7b89ffe1c3b79621ebe12b2057be (diff) | |
download | nextcloud-server-60fbab493478614de59e1c9b5272d39c78036c66.tar.gz nextcloud-server-60fbab493478614de59e1c9b5272d39c78036c66.zip |
We have new apps ....
Diffstat (limited to 'build/license.php')
-rw-r--r-- | build/license.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/license.php b/build/license.php index 6f8388ee069..738ace8b1ad 100644 --- a/build/license.php +++ b/build/license.php @@ -186,8 +186,10 @@ if (isset($argv[1])) { $licenses->exec($argv[1]); } else { $licenses->exec([ - '../apps/files', + '../apps/dav', '../apps/encryption', + '../apps/federation', + '../apps/files', '../apps/files_external', '../apps/files_sharing', '../apps/files_trashbin', |