Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
Rewrite code copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Sep 3, 2014
1 parent ab9e92e commit 25c28e0
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 24 deletions.
3 changes: 1 addition & 2 deletions src/Application.php
@@ -1,7 +1,6 @@
<?php
/**
* @author: Patsura Dmitry <zaets28rus@gmail.com>
* @date: 01.03.14 1:21
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony;
Expand Down
3 changes: 1 addition & 2 deletions src/Debug.php
@@ -1,7 +1,6 @@
<?php
/**
* @author: Patsura Dmitry <zaets28rus@gmail.com>
* @date: 07.03.14 15:19
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony;
Expand Down
2 changes: 1 addition & 1 deletion src/HeadMeta.php
@@ -1,6 +1,6 @@
<?php
/**
* @author: Patsura Dmitry @ovr <talk@dmtry.me>
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony;
Expand Down
3 changes: 1 addition & 2 deletions src/HeadScript.php
@@ -1,7 +1,6 @@
<?php
/**
* @author: Patsura Dmitry <zaets28rus@gmail.com>
* @date: 07.03.14 15:19
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony;
Expand Down
2 changes: 1 addition & 1 deletion src/Rest/Dispatcher.php
@@ -1,6 +1,6 @@
<?php
/**
* @author Patsura Dmitry @ovr <talk@dmtry.me>
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony\Rest;
Expand Down
3 changes: 1 addition & 2 deletions src/Stdlib/Hydrator/ClassMethods.php
@@ -1,7 +1,6 @@
<?php
/**
* @author: Patsura Dmitry <zaets28rus@gmail.com>
* @date: 07.03.14 14:05
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony\Stdlib\Hydrator;
Expand Down
3 changes: 1 addition & 2 deletions src/Stdlib/Hydrator/ClassProperties.php
@@ -1,7 +1,6 @@
<?php
/**
* @author: Patsura Dmitry <zaets28rus@gmail.com>
* @date: 08.03.14 22:07
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony\Stdlib\Hydrator;
Expand Down
3 changes: 1 addition & 2 deletions src/Stdlib/Hydrator/HydratorInterface.php
@@ -1,7 +1,6 @@
<?php
/**
* @author: Patsura Dmitry <zaets28rus@gmail.com>
* @date: 11.03.14 21:54
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony\Stdlib\Hydrator;
Expand Down
3 changes: 1 addition & 2 deletions src/Stdlib/Hydrator/ObjectProperties.php
@@ -1,7 +1,6 @@
<?php
/**
* @author: Patsura Dmitry <zaets28rus@gmail.com>
* @date: 08.03.14 22:07
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony\Stdlib\Hydrator;
Expand Down
3 changes: 1 addition & 2 deletions src/Validator/AbstractValidator.php
@@ -1,7 +1,6 @@
<?php
/**
* @author: Patsura Dmitry <zaets28rus@gmail.com>
* @date: 19.03.14 0:39
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony\Validator;
Expand Down
3 changes: 1 addition & 2 deletions src/Validator/Exception.php
@@ -1,7 +1,6 @@
<?php
/**
* @author: Patsura Dmitry <zaets28rus@gmail.com>
* @date: 21.03.14 22:22
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony\Validator;
Expand Down
3 changes: 1 addition & 2 deletions src/Validator/Inn.php
@@ -1,7 +1,6 @@
<?php
/**
* @author: Patsura Dmitry <zaets28rus@gmail.com>
* @date: 19.03.14 0:35
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony\Validator;
Expand Down
3 changes: 1 addition & 2 deletions src/Validator/Ogrn.php
@@ -1,7 +1,6 @@
<?php
/**
* @author: Patsura Dmitry <zaets28rus@gmail.com>
* @date: 19.03.21 22:18
* @author: Patsura Dmitry http://github.com/ovr <talk@dmtry.me>
*/

namespace Phalcony\Validator;
Expand Down

0 comments on commit 25c28e0

Please sign in to comment.