1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Update copyright notice

This commit is contained in:
Loic Blot
2016-01-30 22:54:12 +01:00
parent 7fed10a26c
commit ccb13d3c31
13 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
* later. See the COPYING file.
*
* @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2015
* @copyright Loic Blot 2014-2016
*/
require_once __DIR__ . '/../../../3rdparty/Pimple/Pimple.php';
@@ -49,4 +49,4 @@ spl_autoload_register(function ($className){
require_once $relPath;
}
}
});
});