Copyright year updates

This commit is contained in:
Max Bucknell 2017-01-03 23:16:25 +00:00
parent ec1be166d8
commit 6eabb6b846
3 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ endglobal
snippet class snippet class
<?php <?php
/** /**
* @copyright Copyright 2016 ${1:Redbox Digital} * @copyright Copyright 2017 ${1:Redbox Digital}
*/ */
namespace ${2:`!p snip.rv = get_namespace(full_path(path))`}; namespace ${2:`!p snip.rv = get_namespace(full_path(path))`};
@ -28,7 +28,7 @@ endsnippet
snippet interface snippet interface
<?php <?php
/** /**
* @copyright Copyright 2016 ${1:Redbox Digital} * @copyright Copyright 2017 ${1:Redbox Digital}
*/ */
namespace ${2:`!p snip.rv = get_namespace(full_path(path))`}; namespace ${2:`!p snip.rv = get_namespace(full_path(path))`};

View file

@ -12,7 +12,7 @@ endglobal
snippet mcomponent snippet mcomponent
<?php <?php
/** /**
* @copyright Copyright 2016 ${1:Redbox Digital} * @copyright Copyright 2017 ${1:Redbox Digital}
*/ */
use Magento\\Framework\\Component\\ComponentRegistrar; use Magento\\Framework\\Component\\ComponentRegistrar;
@ -27,7 +27,7 @@ endsnippet
snippet mcontroller snippet mcontroller
<?php <?php
/** /**
* @copyright Copyright 2016 ${1:Redbox Digital} * @copyright Copyright 2017 ${1:Redbox Digital}
*/ */
namespace ${2:`!p snip.rv = get_namespace(full_path(path))`}; namespace ${2:`!p snip.rv = get_namespace(full_path(path))`};
@ -70,7 +70,7 @@ endsnippet
snippet mblock snippet mblock
<?php <?php
/** /**
* @copyright Copyright 2016 ${1:Redbox Digital} * @copyright Copyright 2017 ${1:Redbox Digital}
*/ */
namespace ${2:`!p snip.rv = get_namespace(full_path(path))`}; namespace ${2:`!p snip.rv = get_namespace(full_path(path))`};

View file

@ -12,7 +12,7 @@ endglobal
snippet utest snippet utest
<?php <?php
/** /**
* @copyright Copyright 2016 ${1:Redbox Digital} * @copyright Copyright 2017 ${1:Redbox Digital}
*/ */
namespace ${2:`!p snip.rv = get_namespace(full_path(path))`}; namespace ${2:`!p snip.rv = get_namespace(full_path(path))`};