Skip to content

Commit 6e734bb

Browse files
committed
Updated the license reference
1 parent e8581ce commit 6e734bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-43
lines changed

src/Lexer/AbstractLexer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/chesszebra/portable-game-notation for the canonical source repository
66
* @copyright Copyright (c) 2017 Chess Zebra (https://chesszebra.com)
7-
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE MIT
7+
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE.md MIT
88
*/
99

1010
namespace ChessZebra\PortableGameNotation\Lexer;

src/Lexer/Exception/InvalidTokenException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/chesszebra/portable-game-notation for the canonical source repository
66
* @copyright Copyright (c) 2017 Chess Zebra (https://chesszebra.com)
7-
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE MIT
7+
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE.md MIT
88
*/
99

1010
namespace ChessZebra\PortableGameNotation\Lexer\Exception;

src/Lexer/LexerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/chesszebra/portable-game-notation for the canonical source repository
66
* @copyright Copyright (c) 2017 Chess Zebra (https://chesszebra.com)
7-
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE MIT
7+
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE.md MIT
88
*/
99

1010
namespace ChessZebra\PortableGameNotation\Lexer;

src/Lexer/StreamLexer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/chesszebra/portable-game-notation for the canonical source repository
66
* @copyright Copyright (c) 2017 Chess Zebra (https://chesszebra.com)
7-
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE MIT
7+
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE.md MIT
88
*/
99

1010
namespace ChessZebra\PortableGameNotation\Lexer;

src/Lexer/StringLexer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/chesszebra/portable-game-notation for the canonical source repository
66
* @copyright Copyright (c) 2017 Chess Zebra (https://chesszebra.com)
7-
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE MIT
7+
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE.md MIT
88
*/
99

1010
namespace ChessZebra\PortableGameNotation\Lexer;

src/Reader/AbstractReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/chesszebra/portable-game-notation for the canonical source repository
66
* @copyright Copyright (c) 2017 Chess Zebra (https://chesszebra.com)
7-
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE MIT
7+
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE.md MIT
88
*/
99

1010
namespace ChessZebra\PortableGameNotation\Reader;

src/Reader/ReaderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/chesszebra/portable-game-notation for the canonical source repository
66
* @copyright Copyright (c) 2017 Chess Zebra (https://chesszebra.com)
7-
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE MIT
7+
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE.md MIT
88
*/
99

1010
namespace ChessZebra\PortableGameNotation\Reader;

src/Reader/Stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/chesszebra/portable-game-notation for the canonical source repository
66
* @copyright Copyright (c) 2017 Chess Zebra (https://chesszebra.com)
7-
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE MIT
7+
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE.md MIT
88
*/
99

1010
namespace ChessZebra\PortableGameNotation\Reader;

src/Reader/StringReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/chesszebra/portable-game-notation for the canonical source repository
66
* @copyright Copyright (c) 2017 Chess Zebra (https://chesszebra.com)
7-
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE MIT
7+
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE.md MIT
88
*/
99

1010
namespace ChessZebra\PortableGameNotation\Reader;

src/Token/AbstractToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/chesszebra/portable-game-notation for the canonical source repository
66
* @copyright Copyright (c) 2017 Chess Zebra (https://chesszebra.com)
7-
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE MIT
7+
* @license https://github.com/chesszebra/portable-game-notation/blob/master/LICENSE.md MIT
88
*/
99

1010
namespace ChessZebra\PortableGameNotation\Token;

0 commit comments

Comments
 (0)