diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-03 12:57:03 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-03 12:57:03 +0100 |
commit | 78d5c89e860346e559b8b50bab07597b0c58ae5c (patch) | |
tree | 7d22a03ffbf7e2e1b684fd823b31c7e171e2d111 /apps/encryption/appinfo | |
parent | d79b0886d0ce10492c184041da05c75a17538ba1 (diff) | |
download | nextcloud-server-78d5c89e860346e559b8b50bab07597b0c58ae5c.tar.gz nextcloud-server-78d5c89e860346e559b8b50bab07597b0c58ae5c.zip |
Make sure encryption has a valid licence tag
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r-- | apps/encryption/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 1fb4e93c508..970b58e3898 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -12,7 +12,7 @@ to enable server-side encryption. </description> <name>Default encryption module</name> - <license>AGPL</license> + <licence>AGPL</licence> <author>Bjoern Schiessle, Clark Tomlinson</author> <documentation> <user>user-encryption</user> |