diff --git a/appinfo/app.php b/appinfo/app.php index 5525145..ae5d3da 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -6,7 +6,7 @@ * later. See the COPYING file. * * @author Loic Blot - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ namespace OCA\OcSms\AppInfo; diff --git a/appinfo/ocsmsapp.php b/appinfo/ocsmsapp.php index accc2c7..bd14924 100644 --- a/appinfo/ocsmsapp.php +++ b/appinfo/ocsmsapp.php @@ -6,7 +6,7 @@ * later. See the COPYING file. * * @author Loic Blot - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ diff --git a/appinfo/routes.php b/appinfo/routes.php index cc516d7..331da0a 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -6,7 +6,7 @@ * later. See the COPYING file. * * @author Loic Blot - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ namespace OCA\OcSms\AppInfo; diff --git a/controller/apicontroller.php b/controller/apicontroller.php index 395f9bb..29ecf12 100644 --- a/controller/apicontroller.php +++ b/controller/apicontroller.php @@ -6,7 +6,7 @@ * later. See the COPYING file. * * @author Loic Blot - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ namespace OCA\OcSms\Controller; diff --git a/controller/smscontroller.php b/controller/smscontroller.php index 304587c..3edc76b 100644 --- a/controller/smscontroller.php +++ b/controller/smscontroller.php @@ -6,7 +6,7 @@ * later. See the COPYING file. * * @author Loic Blot - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ namespace OCA\OcSms\Controller; diff --git a/db/configmapper.php b/db/configmapper.php index 0a9dea9..f37e290 100644 --- a/db/configmapper.php +++ b/db/configmapper.php @@ -7,7 +7,7 @@ * later. See the COPYING file. * * @author Loic Blot - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ namespace OCA\OcSms\Db; diff --git a/db/sms.php b/db/sms.php index 88b4d30..3d90fcf 100644 --- a/db/sms.php +++ b/db/sms.php @@ -6,7 +6,7 @@ * later. See the COPYING file. * * @author Loic Blot - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ namespace OCA\OcSms\Db; diff --git a/db/smsmapper.php b/db/smsmapper.php index 094d47a..96f1851 100644 --- a/db/smsmapper.php +++ b/db/smsmapper.php @@ -6,7 +6,7 @@ * later. See the COPYING file. * * @author Loic Blot - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ namespace OCA\OcSms\Db; diff --git a/js/public/app.js b/js/public/app.js index bcdd257..46e2cab 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -5,7 +5,7 @@ * later. See the COPYING file. * * @author Loic Blot - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ diff --git a/lib/contactcache.php b/lib/contactcache.php index 6cecf92..e1eba30 100644 --- a/lib/contactcache.php +++ b/lib/contactcache.php @@ -7,7 +7,7 @@ * * @author Loic Blot * @contributor: stagprom - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ namespace OCA\OcSms\Lib; diff --git a/lib/countrycodes.php b/lib/countrycodes.php index 9131d6a..9f78dc5 100644 --- a/lib/countrycodes.php +++ b/lib/countrycodes.php @@ -7,7 +7,7 @@ * * @author Loic Blot * @contributor: stagprom - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ namespace OCA\OcSms\Lib; diff --git a/lib/phonenumberformatter.php b/lib/phonenumberformatter.php index 90500dc..a45cf5f 100644 --- a/lib/phonenumberformatter.php +++ b/lib/phonenumberformatter.php @@ -7,7 +7,7 @@ * * @author Loic Blot * @contributor: stagprom - * @copyright Loic Blot 2014-2015 + * @copyright Loic Blot 2014-2016 */ namespace OCA\OcSms\Lib; diff --git a/tests/autoloader.php b/tests/autoloader.php index b334302..2a465a0 100644 --- a/tests/autoloader.php +++ b/tests/autoloader.php @@ -6,7 +6,7 @@ * later. See the COPYING file. * * @author Loic Blot - * @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; } } -}); \ No newline at end of file +});