Skip to content

Commit

Permalink
update license info, etc. in file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
markushausammann committed Oct 16, 2018
1 parent 0776981 commit dab2b6b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions Module.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

/**
* cloud solutions ZendSentry
* Bright Answer ZendSentry
*
* This source file is part of the cloud solutions ZendSentry package
* This source file is part of the Bright Answer ZendSentry package
*
* @package ZendSentry\Module
* @license New BSD License {@link /docs/LICENSE}
* @copyright Copyright (c) 2013, cloud solutions
* @license MIT License {@link /docs/LICENSE}
* @copyright Copyright (c) 2018, Bright Answer
*/

namespace ZendSentry;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ A Zend Framework 3 module that lets you log exceptions, errors or whatever you w

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)

ZendSentry is released under the New BSD License.
ZendSentry is released under the MIT License.

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.

Expand Down
8 changes: 4 additions & 4 deletions src/ZendSentry/Log/Writer/Sentry.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

/**
* cloud solutions ZendSentry
* Bright Answer ZendSentry
*
* This source file is part of the cloud solutions ZendSentry package
* This source file is part of the Bright Answer ZendSentry package
*
* @package ZendSentry\Log\Writer\Sentry
* @license New BSD License {@link /docs/LICENSE}
* @copyright Copyright (c) 2013, cloud solutions
* @license MIT License {@link /docs/LICENSE}
* @copyright Copyright (c) 2018, Bright Answer
*/

namespace ZendSentry\Log\Writer;
Expand Down
8 changes: 4 additions & 4 deletions src/ZendSentry/Mvc/View/Console/ExceptionStrategy.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

/**
* cloud solutions ZendSentry
* Bright Answer ZendSentry
*
* This source file is part of the cloud solutions ZendSentry package
* This source file is part of the Bright Answer ZendSentry package
*
* @package ZendSentry\Mvc\View\Console\ExceptionStrategy
* @license New BSD License {@link /docs/LICENSE}
* @copyright Copyright (c) 2016, cloud solutions
* @license MIT License {@link /docs/LICENSE}
* @copyright Copyright (c) 2016, Bright Answer
*/

namespace ZendSentry\Mvc\View\Console;
Expand Down
2 changes: 1 addition & 1 deletion src/ZendSentry/Mvc/View/Http/ExceptionStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @package ZendSentry\Mvc\View\Http\ExceptionStrategy
* @license MIT License {@link /docs/LICENSE}
* @copyright Copyright (c) 2016, cloud solutions
* @copyright Copyright (c) 2016, Bright Answer
*/

namespace ZendSentry\Mvc\View\Http;
Expand Down
8 changes: 4 additions & 4 deletions src/ZendSentry/ZendSentry.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

/**
* cloud solutions ZendSentry
* Bright Answer ZendSentry
*
* This source file is part of the cloud solutions ZendSentry package
* This source file is part of the Bright Answer ZendSentry package
*
* @package ZendSentry\ZendSentry
* @license New BSD License {@link /docs/LICENSE}
* @copyright Copyright (c) 2013, cloud solutions
* @license MIT License {@link /docs/LICENSE}
* @copyright Copyright (c) 2018, Bright Answer
*/

namespace ZendSentry;
Expand Down

0 comments on commit dab2b6b

Please sign in to comment.