Skip to content

Commit 91364e0

Browse files
authored
Merge pull request #6 from fabacino/feature/update-copyright-notice
Update copyright notice
2 parents 5dbe5b4 + a8ffbe0 commit 91364e0

File tree

7 files changed

+42
-21
lines changed

7 files changed

+42
-21
lines changed

src/Debug.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
2+
23
/*
3-
* © Fabian Wiget <fabacino@gmail.com>
4+
* This file is part of the php-debug-functions package.
5+
*
6+
* (c) Fabian Wiget <fabacino@gmail.com>
47
*
5-
* For the full copyright and license information, please view
6-
* the LICENSE file that was distributed with this source code.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*/
811

912
namespace Fabacino\Debug;

src/debug-functions.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
2+
23
/*
3-
* © Fabian Wiget <fabacino@gmail.com>
4+
* This file is part of the php-debug-functions package.
5+
*
6+
* (c) Fabian Wiget <fabacino@gmail.com>
47
*
5-
* For the full copyright and license information, please view
6-
* the LICENSE file that was distributed with this source code.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*/
811

912
/**

tests/DbgTest.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
2+
23
/*
3-
* © Fabian Wiget <fabacino@gmail.com>
4+
* This file is part of the php-debug-functions package.
5+
*
6+
* (c) Fabian Wiget <fabacino@gmail.com>
47
*
5-
* For the full copyright and license information, please view
6-
* the LICENSE file that was distributed with this source code.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*/
811

912
namespace Fabacino\Debug\Test;

tests/DbgThrowTest.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
2+
23
/*
3-
* © Fabian Wiget <fabacino@gmail.com>
4+
* This file is part of the php-debug-functions package.
5+
*
6+
* (c) Fabian Wiget <fabacino@gmail.com>
47
*
5-
* For the full copyright and license information, please view
6-
* the LICENSE file that was distributed with this source code.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*/
811

912
namespace Fabacino\Debug\Test;

tests/DbglogTest.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
2+
23
/*
3-
* © Fabian Wiget <fabacino@gmail.com>
4+
* This file is part of the php-debug-functions package.
5+
*
6+
* (c) Fabian Wiget <fabacino@gmail.com>
47
*
5-
* For the full copyright and license information, please view
6-
* the LICENSE file that was distributed with this source code.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*/
811

912
namespace Fabacino\Debug\Test;

tests/DbgrTest.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
2+
23
/*
3-
* © Fabian Wiget <fabacino@gmail.com>
4+
* This file is part of the php-debug-functions package.
5+
*
6+
* (c) Fabian Wiget <fabacino@gmail.com>
47
*
5-
* For the full copyright and license information, please view
6-
* the LICENSE file that was distributed with this source code.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*/
811

912
namespace Fabacino\Debug\Test;

tests/TestDebug.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
2+
23
/*
3-
* © Fabian Wiget <fabacino@gmail.com>
4+
* This file is part of the php-debug-functions package.
5+
*
6+
* (c) Fabian Wiget <fabacino@gmail.com>
47
*
5-
* For the full copyright and license information, please view
6-
* the LICENSE file that was distributed with this source code.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*/
811

912
namespace Fabacino\Debug\Test;

0 commit comments

Comments
 (0)