Skip to content

Commit 68105ae

Browse files
committed
updated copyright
1 parent b6000cf commit 68105ae

File tree

136 files changed

+457
-273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+457
-273
lines changed

.php-cs-fixer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
use PhpCsFixer\Config;
1515

1616
$header = <<<'EOF'
17-
This file is part of the Laudis Neo4j package.
17+
This file is part of the Neo4j PHP Client and Driver package.
1818
19-
(c) Laudis technologies <http://laudis.tech>
19+
(c) Nagels <https://nagels.tech>
2020
2121
For the full copyright and license information, please view the LICENSE
2222
file that was distributed with this source code.

src/Authentication/Authenticate.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
/*
6-
* This file is part of the Laudis Neo4j package.
6+
* This file is part of the Neo4j PHP Client and Driver package.
77
*
8-
* (c) Laudis technologies <http://laudis.tech>
8+
* (c) Nagels <https://nagels.tech>
99
*
1010
* For the full copyright and license information, please view the LICENSE
1111
* file that was distributed with this source code.
@@ -14,8 +14,10 @@
1414
namespace Laudis\Neo4j\Authentication;
1515

1616
use function explode;
17+
1718
use Laudis\Neo4j\Contracts\AuthenticateInterface;
1819
use Psr\Http\Message\UriInterface;
20+
1921
use function substr_count;
2022

2123
/**

src/Authentication/BasicAuth.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
/*
6-
* This file is part of the Laudis Neo4j package.
6+
* This file is part of the Neo4j PHP Client and Driver package.
77
*
8-
* (c) Laudis technologies <http://laudis.tech>
8+
* (c) Nagels <https://nagels.tech>
99
*
1010
* For the full copyright and license information, please view the LICENSE
1111
* file that was distributed with this source code.
@@ -14,6 +14,7 @@
1414
namespace Laudis\Neo4j\Authentication;
1515

1616
use function base64_encode;
17+
1718
use Bolt\helpers\Auth;
1819
use Bolt\protocol\V3;
1920
use Exception;

src/Authentication/KerberosAuth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
/*
6-
* This file is part of the Laudis Neo4j package.
6+
* This file is part of the Neo4j PHP Client and Driver package.
77
*
8-
* (c) Laudis technologies <http://laudis.tech>
8+
* (c) Nagels <https://nagels.tech>
99
*
1010
* For the full copyright and license information, please view the LICENSE
1111
* file that was distributed with this source code.

src/Authentication/NoAuth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
/*
6-
* This file is part of the Laudis Neo4j package.
6+
* This file is part of the Neo4j PHP Client and Driver package.
77
*
8-
* (c) Laudis technologies <http://laudis.tech>
8+
* (c) Nagels <https://nagels.tech>
99
*
1010
* For the full copyright and license information, please view the LICENSE
1111
* file that was distributed with this source code.

src/Authentication/OpenIDConnectAuth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Laudis Neo4j package.
4+
* This file is part of the Neo4j PHP Client and Driver package.
55
*
6-
* (c) Laudis technologies <http://laudis.tech>
6+
* (c) Nagels <https://nagels.tech>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Basic/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
/*
6-
* This file is part of the Laudis Neo4j package.
6+
* This file is part of the Neo4j PHP Client and Driver package.
77
*
8-
* (c) Laudis technologies <http://laudis.tech>
8+
* (c) Nagels <https://nagels.tech>
99
*
1010
* For the full copyright and license information, please view the LICENSE
1111
* file that was distributed with this source code.

src/Basic/Driver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
/*
6-
* This file is part of the Laudis Neo4j package.
6+
* This file is part of the Neo4j PHP Client and Driver package.
77
*
8-
* (c) Laudis technologies <http://laudis.tech>
8+
* (c) Nagels <https://nagels.tech>
99
*
1010
* For the full copyright and license information, please view the LICENSE
1111
* file that was distributed with this source code.

src/Basic/Session.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Laudis Neo4j package.
4+
* This file is part of the Neo4j PHP Client and Driver package.
55
*
6-
* (c) Laudis technologies <http://laudis.tech>
6+
* (c) Nagels <https://nagels.tech>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Basic/UnmanagedTransaction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Laudis Neo4j package.
4+
* This file is part of the Neo4j PHP Client and Driver package.
55
*
6-
* (c) Laudis technologies <http://laudis.tech>
6+
* (c) Nagels <https://nagels.tech>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

0 commit comments

Comments
 (0)