Skip to content

Commit 4ea44fe

Browse files
Hidde Boomsmanicoschoenmaker
authored andcommitted
add copyright message
1 parent 333c489 commit 4ea44fe

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/ConnectionInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
/**
3+
* @copyright 2016-2017 Hostnet B.V.
4+
*/
25
namespace Hostnet\Component\DatabaseTest;
36

47
/**

src/MysqlPersistentConnection.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
/**
3+
* @copyright 2016-2017 Hostnet B.V.
4+
*/
25
namespace Hostnet\Component\DatabaseTest;
36

47
/**

test/MysqlPersistentConnectionTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
/**
3+
* @copyright 2016-2017 Hostnet B.V.
4+
*/
25
namespace Hostnet\Component\DatabaseTest;
36

47
use Doctrine\DBAL\DriverManager;

0 commit comments

Comments
 (0)