Skip to content

Commit dab2b6b

Browse files
update license info, etc. in file headers
1 parent 0776981 commit dab2b6b

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

Module.php

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

33
/**
4-
* cloud solutions ZendSentry
4+
* Bright Answer ZendSentry
55
*
6-
* This source file is part of the cloud solutions ZendSentry package
6+
* This source file is part of the Bright Answer ZendSentry package
77
*
88
* @package ZendSentry\Module
9-
* @license New BSD License {@link /docs/LICENSE}
10-
* @copyright Copyright (c) 2013, cloud solutions
9+
* @license MIT License {@link /docs/LICENSE}
10+
* @copyright Copyright (c) 2018, Bright Answer
1111
*/
1212

1313
namespace ZendSentry;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ A Zend Framework 3 module that lets you log exceptions, errors or whatever you w
22

33
Scrutizier analysis: [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/cloud-solutions/zend-sentry/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/cloud-solutions/zend-sentry/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/cloud-solutions/zend-sentry/badges/build.png?b=master)](https://scrutinizer-ci.com/g/cloud-solutions/zend-sentry/build-status/master)
44

5-
ZendSentry is released under the New BSD License.
5+
ZendSentry is released under the MIT License.
66

77
The current version of ZendSentry for ZF3 is `3.5.0`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series. **NB!** We are not supporting the old branches anymore.
88

src/ZendSentry/Log/Writer/Sentry.php

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

33
/**
4-
* cloud solutions ZendSentry
4+
* Bright Answer ZendSentry
55
*
6-
* This source file is part of the cloud solutions ZendSentry package
6+
* This source file is part of the Bright Answer ZendSentry package
77
*
88
* @package ZendSentry\Log\Writer\Sentry
9-
* @license New BSD License {@link /docs/LICENSE}
10-
* @copyright Copyright (c) 2013, cloud solutions
9+
* @license MIT License {@link /docs/LICENSE}
10+
* @copyright Copyright (c) 2018, Bright Answer
1111
*/
1212

1313
namespace ZendSentry\Log\Writer;

src/ZendSentry/Mvc/View/Console/ExceptionStrategy.php

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

33
/**
4-
* cloud solutions ZendSentry
4+
* Bright Answer ZendSentry
55
*
6-
* This source file is part of the cloud solutions ZendSentry package
6+
* This source file is part of the Bright Answer ZendSentry package
77
*
88
* @package ZendSentry\Mvc\View\Console\ExceptionStrategy
9-
* @license New BSD License {@link /docs/LICENSE}
10-
* @copyright Copyright (c) 2016, cloud solutions
9+
* @license MIT License {@link /docs/LICENSE}
10+
* @copyright Copyright (c) 2016, Bright Answer
1111
*/
1212

1313
namespace ZendSentry\Mvc\View\Console;

src/ZendSentry/Mvc/View/Http/ExceptionStrategy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @package ZendSentry\Mvc\View\Http\ExceptionStrategy
99
* @license MIT License {@link /docs/LICENSE}
10-
* @copyright Copyright (c) 2016, cloud solutions
10+
* @copyright Copyright (c) 2016, Bright Answer
1111
*/
1212

1313
namespace ZendSentry\Mvc\View\Http;

src/ZendSentry/ZendSentry.php

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

33
/**
4-
* cloud solutions ZendSentry
4+
* Bright Answer ZendSentry
55
*
6-
* This source file is part of the cloud solutions ZendSentry package
6+
* This source file is part of the Bright Answer ZendSentry package
77
*
88
* @package ZendSentry\ZendSentry
9-
* @license New BSD License {@link /docs/LICENSE}
10-
* @copyright Copyright (c) 2013, cloud solutions
9+
* @license MIT License {@link /docs/LICENSE}
10+
* @copyright Copyright (c) 2018, Bright Answer
1111
*/
1212

1313
namespace ZendSentry;

0 commit comments

Comments
 (0)