Skip to content

Commit

Permalink
Fix licence header
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Leonovich committed Aug 15, 2015
1 parent a37d81c commit 6336300
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion src/ExceptionalQueue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/InMemoryQueue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/MongoQueue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/NoItemAvailableException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Pdo/GenericPdoQueue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Pdo/PdoQueue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Pdo/SqlitePdoQueue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/PheanstalkQueue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Queue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/QueueException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/QueueUtils.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/RedisQueue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/SysVQueue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/TarantoolQueue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/TypeSafeQueue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Handler/Handler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Handler/MongoHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Handler/PdoHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Handler/PheanstalkHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Handler/RedisHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Handler/SysVHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Handler/TarantoolHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/Concurrency.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/ExceptionalQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/InMemoryQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/MongoQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/Pdo/MockPdo.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/Pdo/MysqlPdoQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/Pdo/PdoQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/Pdo/PgsqlPdoQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/Pdo/SqlitePdoQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/Performance.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/Persistence.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/PheanstalkQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/QueueExceptionTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/QueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/QueueUtilsTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/RedisQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/SysVQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/TarantoolQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/TypeSafeQueueTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/Types.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Queue/Util.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/TimeUtils.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Tarantool Queue package.
* This file is part of the Phive Queue package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
Loading

0 comments on commit 6336300

Please sign in to comment.