Skip to content

Commit

Permalink
Merge pull request #466 from randomecho/4821-update-license-links
Browse files Browse the repository at this point in the history
Update license URLs in PHPDoc - Ref: #4821
  • Loading branch information
Woody Gilk committed Mar 5, 2014
2 parents 6e0851c + c222782 commit 3025781
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions classes/Kohana/Config/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* @package Kohana
* @category Configuration
* @author Kohana Team
* @copyright (c) 2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2012-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Config_Group extends ArrayObject {

Expand Down
4 changes: 2 additions & 2 deletions classes/Kohana/Config/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* @package Kohana
* @category Configuration
* @author Kohana Team
* @copyright (c) 2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2012-2014 Kohana Team
* @license http://kohanaframework.org/license
*/

interface Kohana_Config_Source {}
4 changes: 2 additions & 2 deletions classes/Kohana/Config/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
*
* @package Kohana
* @author Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
interface Kohana_Config_Writer extends Kohana_Config_Source
{
Expand Down
4 changes: 2 additions & 2 deletions classes/Kohana/Debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Debug {

Expand Down
4 changes: 2 additions & 2 deletions classes/Kohana/HTTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* @category HTTP
* @author Kohana Team
* @since 3.1.0
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
abstract class Kohana_HTTP {

Expand Down
4 changes: 2 additions & 2 deletions classes/Kohana/HTTP/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* @category HTTP
* @author Kohana Team
* @since 3.1.0
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_HTTP_Header extends ArrayObject {

Expand Down
4 changes: 2 additions & 2 deletions classes/Kohana/HTTP/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* @category HTTP
* @author Kohana Team
* @since 3.1.0
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
interface Kohana_HTTP_Message {

Expand Down
4 changes: 2 additions & 2 deletions classes/Kohana/HTTP/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* @category HTTP
* @author Kohana Team
* @since 3.1.0
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
interface Kohana_HTTP_Request extends HTTP_Message {

Expand Down
4 changes: 2 additions & 2 deletions classes/Kohana/HTTP/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* @category HTTP
* @author Kohana Team
* @since 3.1.0
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
interface Kohana_HTTP_Response extends HTTP_Message {

Expand Down
4 changes: 2 additions & 2 deletions classes/Kohana/Log/StdErr.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* @package Kohana
* @category Logging
* @author Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Log_StdErr extends Log_Writer {
/**
Expand Down
4 changes: 2 additions & 2 deletions classes/Kohana/Log/StdOut.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* @package Kohana
* @category Logging
* @author Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Log_StdOut extends Log_Writer {

Expand Down
4 changes: 2 additions & 2 deletions classes/Kohana/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
* @since 3.1.0
*/
class Kohana_Response implements HTTP_Response {
Expand Down
4 changes: 2 additions & 2 deletions tests/kohana/Config/File/ReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
* @author Kohana Team
* @author Jeremy Bush <contractfrombelow@gmail.com>
* @author Matt Button <matthew@sigswitch.com>
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Config_File_ReaderTest extends Kohana_Unittest_TestCase {

Expand Down
4 changes: 2 additions & 2 deletions tests/kohana/Config/GroupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
* @author Kohana Team
* @author Jeremy Bush <contractfrombelow@gmail.com>
* @author Matt Button <matthew@sigswitch.com>
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Config_GroupTest extends Kohana_Unittest_TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions tests/kohana/DebugTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* @category Tests
* @author Kohana Team
* @author Jeremy Bush <contractfrombelow@gmail.com>
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_DebugTest extends Unittest_TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions tests/kohana/Http/HeaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* @package Kohana
* @category Tests
* @author Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @copyright (c) 2008-2014 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_HTTP_HeaderTest extends Unittest_TestCase {

Expand Down

2 comments on commit 3025781

@eXpl0it3r
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well you missed to update the version number in classes/Kohana/Core.php 😉

@randomecho
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eXpl0it3r Oh, you mean on line 19? Wouldn't that be a new issue/ref since it's not the URL being updated in the PHPDoc?

Please sign in to comment.