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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2012-11-02 19:14:33 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-11-02 19:14:33 +0400
commit4fbfe7bfef7baaaea56c78720b120bfe4a2907bc (patch)
tree9728b6cfc928e1c492094642f0451a6cef6777c0 /OWNCLOUD.cmake
parent46a82b69c5c15e5169843a314c8aa1bbbf282dc2 (diff)
Installer: Only show license on special request
GPL is a distribution license, and should thus not be required to be accepted upon installation.
Diffstat (limited to 'OWNCLOUD.cmake')
-rw-r--r--OWNCLOUD.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake
index c27a51acd..8650a1f85 100644
--- a/OWNCLOUD.cmake
+++ b/OWNCLOUD.cmake
@@ -4,6 +4,4 @@ set( APPLICATION_EXECUTABLE "owncloud" )
set( APPLICATION_DOMAIN "owncloud.org" )
set( APPLICATION_VENDOR "ownCloud.org" )
set( THEME_CLASS "ownCloudTheme" )
-SET( APPLICATION_REV_DOMAIN "org.owncloud.desktopclient" )
-SET( APPLICATION_LICENSE "COPYING" )
-
+set( APPLICATION_REV_DOMAIN "org.owncloud.desktopclient" )