1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +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

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
*/
namespace OCA\OcSms\AppInfo;

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
*/

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
*/
namespace OCA\OcSms\AppInfo;

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
*/
namespace OCA\OcSms\Controller;

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
*/
namespace OCA\OcSms\Controller;

View File

@ -7,7 +7,7 @@
* later. See the COPYING file.
*
* @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2015
* @copyright Loic Blot 2014-2016
*/
namespace OCA\OcSms\Db;

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
*/
namespace OCA\OcSms\Db;

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
*/
namespace OCA\OcSms\Db;

View File

@ -5,7 +5,7 @@
* later. See the COPYING file.
*
* @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2015
* @copyright Loic Blot 2014-2016
*/

View File

@ -7,7 +7,7 @@
*
* @author Loic Blot <loic.blot@unix-experience.fr>
* @contributor: stagprom <https://github.com/stagprom/>
* @copyright Loic Blot 2014-2015
* @copyright Loic Blot 2014-2016
*/
namespace OCA\OcSms\Lib;

View File

@ -7,7 +7,7 @@
*
* @author Loic Blot <loic.blot@unix-experience.fr>
* @contributor: stagprom <https://github.com/stagprom/>
* @copyright Loic Blot 2014-2015
* @copyright Loic Blot 2014-2016
*/
namespace OCA\OcSms\Lib;

View File

@ -7,7 +7,7 @@
*
* @author Loic Blot <loic.blot@unix-experience.fr>
* @contributor: stagprom <https://github.com/stagprom/>
* @copyright Loic Blot 2014-2015
* @copyright Loic Blot 2014-2016
*/
namespace OCA\OcSms\Lib;

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;
}
}
});
});