summaryrefslogtreecommitdiffstats
path: root/apps/gallery/appinfo
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2012-01-08 11:01:25 +0100
committerBartek Przybylski <bart.p.pl@gmail.com>2012-01-08 11:01:25 +0100
commit21c4515465748f4ed38a4dc14382d22649711c08 (patch)
treeed8aaae6e87c5b37f4081d6cc58b38f661b5b123 /apps/gallery/appinfo
parent23f52aa6fd91157454dfd57ad36dfb0ca7c382ab (diff)
downloadnextcloud-server-21c4515465748f4ed38a4dc14382d22649711c08.tar.gz
nextcloud-server-21c4515465748f4ed38a4dc14382d22649711c08.zip
rename fix, licence header added
Diffstat (limited to 'apps/gallery/appinfo')
-rw-r--r--apps/gallery/appinfo/app.php22
-rw-r--r--apps/gallery/appinfo/info.xml2
2 files changed, 23 insertions, 1 deletions
diff --git a/apps/gallery/appinfo/app.php b/apps/gallery/appinfo/app.php
index 3a2dbcb43ad..9c665fd3500 100644
--- a/apps/gallery/appinfo/app.php
+++ b/apps/gallery/appinfo/app.php
@@ -1,4 +1,26 @@
<?php
+
+/**
+* ownCloud - gallery application
+*
+* @author Bartek Przybylski
+* @copyright 2012 Bartek Przybylski bart.p.pl@gmail.com
+*
+* This library is free software; you can redistribute it and/or
+* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
+* License as published by the Free Software Foundation; either
+* version 3 of the License, or any later version.
+*
+* This library is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this library. If not, see <http://www.gnu.org/licenses/>.
+*
+*/
+
OC::$CLASSPATH['OC_Gallery_Album'] = 'apps/gallery/lib/album.php';
OC::$CLASSPATH['OC_Gallery_Photo'] = 'apps/gallery/lib/photo.php';
OC::$CLASSPATH['OC_Gallery_Scanner'] = 'apps/gallery/lib/scanner.php';
diff --git a/apps/gallery/appinfo/info.xml b/apps/gallery/appinfo/info.xml
index ba51bf0bd55..c275f39bb25 100644
--- a/apps/gallery/appinfo/info.xml
+++ b/apps/gallery/appinfo/info.xml
@@ -6,6 +6,6 @@
<licence>AGPL</licence>
<author>Bartek Przybylski</author>
<require>2</require>
- <description></description>
+ <description>Gallery application for ownCloud</description>
<default_enable/>
</info>