Completed
Pull Request — stable8.2 (#40)
by Olivier
61:07
created
controller/files.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * ownCloud - galleryplus
4
- *
5
- * This file is licensed under the Affero General Public License version 3 or
6
- * later. See the COPYING file.
7
- *
8
- * @author Olivier Paroz <[email protected]>
9
- * @author Robin Appelman <[email protected]>
10
- *
11
- * @copyright Olivier Paroz 2014-2015
12
- * @copyright Robin Appelman 2012-2014
13
- */
3
+	 * ownCloud - galleryplus
4
+	 *
5
+	 * This file is licensed under the Affero General Public License version 3 or
6
+	 * later. See the COPYING file.
7
+	 *
8
+	 * @author Olivier Paroz <[email protected]>
9
+	 * @author Robin Appelman <[email protected]>
10
+	 *
11
+	 * @copyright Olivier Paroz 2014-2015
12
+	 * @copyright Robin Appelman 2012-2014
13
+	 */
14 14
 
15 15
 namespace OCA\GalleryPlus\Controller;
16 16
 
Please login to merge, or discard this patch.
environment/environment.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * ownCloud - galleryplus
4
- *
5
- * This file is licensed under the Affero General Public License version 3 or
6
- * later. See the COPYING file.
7
- *
8
- * @author Olivier Paroz <[email protected]>
9
- * @author Authors of \OCA\Files_Sharing\Helper
10
- *
11
- * @copyright Olivier Paroz 2015
12
- * @copyright Authors of \OCA\Files_Sharing\Helper 2014-2015
13
- */
3
+	 * ownCloud - galleryplus
4
+	 *
5
+	 * This file is licensed under the Affero General Public License version 3 or
6
+	 * later. See the COPYING file.
7
+	 *
8
+	 * @author Olivier Paroz <[email protected]>
9
+	 * @author Authors of \OCA\Files_Sharing\Helper
10
+	 *
11
+	 * @copyright Olivier Paroz 2015
12
+	 * @copyright Authors of \OCA\Files_Sharing\Helper 2014-2015
13
+	 */
14 14
 
15 15
 namespace OCA\GalleryPlus\Environment;
16 16
 
Please login to merge, or discard this patch.