File tree 9 files changed +1
-108
lines changed
9 files changed +1
-108
lines changed Original file line number Diff line number Diff line change 6
6
" annotations"
7
7
],
8
8
"homepage" : " https://github.com/pgraham/php-annotations" ,
9
- "license" : " BSD" ,
9
+ "license" : " BSD-3-Clause " ,
10
10
"authors" : [
11
11
{
12
12
"name" : " Philip Graham" ,
Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2022, Philip Graham
5
- * All rights reserved.
6
- *
7
- * This file is part of php-annotations and is licensed by the Copyright holder
8
- * under the 3-clause BSD License. The full text of the license can be found in
9
- * the LICENSE.txt file included in the root directory of this distribution or
10
- * at the link below.
11
- * =============================================================================
12
- *
13
- * @license http://www.opensource.org/licenses/bsd-license.php
14
- */
15
2
use zpt \anno \Annotations ;
16
3
use PHPUnit \Framework \TestCase as TestCase ;
17
4
Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2013, Philip Graham
5
- * All rights reserved.
6
- *
7
- * This file is part of Reed and is licensed by the Copyright holder under the
8
- * 3-clause BSD License. The full text of the license can be found in the
9
- * LICENSE.txt file included in the root directory of this distribution or at
10
- * the link below.
11
- * =============================================================================
12
- *
13
- * @license http://www.opensource.org/licenses/bsd-license.php
14
- */
15
2
namespace zpt \anno ;
16
3
17
4
use PHPUnit \Framework \TestCase as TestCase ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2013, Philip Graham
5
- * All rights reserved.
6
- *
7
- * This file is part of Reed and is licensed by the Copyright holder under the
8
- * 3-clause BSD License. The full text of the license can be found in the
9
- * LICENSE.txt file included in the root directory of this distribution or at
10
- * the link below.
11
- * =============================================================================
12
- *
13
- * @license http://www.opensource.org/licenses/bsd-license.php
14
- */
15
2
namespace zpt \anno ;
16
3
17
4
use PHPUnit \Framework \TestCase as TestCase ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2012, Philip Graham
5
- * All rights reserved.
6
- *
7
- * This file is part of php-annotations and is licensed by the Copyright holder
8
- * under the 3-clause BSD License. The full text of the license can be found in
9
- * the LICENSE.txt file included in the root directory of this distribution or
10
- * at the link below.
11
- * =============================================================================
12
- *
13
- * This file sets up the environment for running tests.
14
- *
15
- * @license http://www.opensource.org/licenses/bsd-license.php
16
- */
17
-
18
2
$ loader = require __DIR__ . '/../vendor/autoload.php ' ;
19
3
$ loader ->addPsr4 ('zpt \\anno \\' , __DIR__ . '/../zpt/anno ' );
Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2013, Philip Graham
5
- * All rights reserved.
6
- *
7
- * This file is part of Reed and is licensed by the Copyright holder under
8
- * the 3-clause BSD License. The full text of the license can be found in the
9
- * LICENSE.txt file included in the root directory of this distribution or at
10
- * the link below.
11
- * =============================================================================
12
- *
13
- * @license http://www.opensource.org/licenses/bsd-license.php
14
- */
15
2
namespace zpt \anno ;
16
3
17
4
use \ReflectionClass ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2022, Philip Graham
5
- * All rights reserved.
6
- *
7
- * This file is part of Reed and is licensed by the Copyright holder under the
8
- * 3-clause BSD License. The full text of the license can be found in the
9
- * LICENSE.txt file included in the root directory of this distribution or at
10
- * the link below.
11
- * =============================================================================
12
- *
13
- * @license http://www.opensource.org/licenses/bsd-license.php
14
- */
15
2
namespace zpt \anno ;
16
3
17
4
use zpt \anno \ValueLexer ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2013, Philip Graham
5
- * All rights reserved.
6
- *
7
- * This file is part of Reed and is licensed by the Copyright holder under
8
- * the 3-clause BSD License. The full text of the license can be found in the
9
- * LICENSE.txt file included in the root directory of this distribution or at
10
- * the link below.
11
- * =============================================================================
12
- *
13
- * @license http://www.opensource.org/licenses/bsd-license.php
14
- */
15
2
namespace zpt \anno ;
16
3
17
4
use \ArrayAccess ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2013, Philip Graham
5
- * All rights reserved.
6
- *
7
- * This file is part of Reed and is licensed by the Copyright holder under
8
- * the 3-clause BSD License. The full text of the license can be found in the
9
- * LICENSE.txt file included in the root directory of this distribution or at
10
- * the link below.
11
- * =============================================================================
12
- *
13
- * @license http://www.opensource.org/licenses/bsd-license.php
14
- */
15
2
namespace zpt \anno ;
16
3
17
4
use \Exception ;
You can’t perform that action at this time.
0 commit comments