Skip to content
This repository was archived by the owner on Jul 7, 2018. It is now read-only.

Commit ba7ea21

Browse files
committed
Unify copyright headers and bump year
1 parent 29fc839 commit ba7ea21

15 files changed

+102
-113
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2016 Bogdan Padalko <[email protected]>
3+
Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

php_ref.h

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
/*
2-
+----------------------------------------------------------------------+
3-
| This file is part of the pinepain/php-ref PHP extension. |
4-
| |
5-
| Copyright (c) 2016 Bogdan Padalko <[email protected]> |
6-
| |
7-
| Licensed under the MIT license: http://opensource.org/licenses/MIT |
8-
| |
9-
| For the full copyright and license information, please view the |
10-
| LICENSE file that was distributed with this source or visit |
11-
| http://opensource.org/licenses/MIT |
12-
+----------------------------------------------------------------------+
13-
*/
2+
* This file is part of the pinepain/php-ref PHP extension.
3+
*
4+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
5+
*
6+
* Licensed under the MIT license: http://opensource.org/licenses/MIT
7+
*
8+
* For the full copyright and license information, please view the
9+
* LICENSE file that was distributed with this source or visit
10+
* http://opensource.org/licenses/MIT
11+
*/
1412

1513
#ifndef PHP_REF_H
1614
#define PHP_REF_H

php_ref_functions.c

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
/*
2-
+----------------------------------------------------------------------+
3-
| This file is part of the pinepain/php-ref PHP extension. |
4-
| |
5-
| Copyright (c) 2016 Bogdan Padalko <[email protected]> |
6-
| |
7-
| Licensed under the MIT license: http://opensource.org/licenses/MIT |
8-
| |
9-
| For the full copyright and license information, please view the |
10-
| LICENSE file that was distributed with this source or visit |
11-
| http://opensource.org/licenses/MIT |
12-
+----------------------------------------------------------------------+
13-
*/
2+
* This file is part of the pinepain/php-ref PHP extension.
3+
*
4+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
5+
*
6+
* Licensed under the MIT license: http://opensource.org/licenses/MIT
7+
*
8+
* For the full copyright and license information, please view the
9+
* LICENSE file that was distributed with this source or visit
10+
* http://opensource.org/licenses/MIT
11+
*/
1412

1513
#include "php_ref_functions.h"
1614
#include "php_ref_reference.h"

php_ref_functions.h

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
/*
2-
+----------------------------------------------------------------------+
3-
| This file is part of the pinepain/php-ref PHP extension. |
4-
| |
5-
| Copyright (c) 2016 Bogdan Padalko <[email protected]> |
6-
| |
7-
| Licensed under the MIT license: http://opensource.org/licenses/MIT |
8-
| |
9-
| For the full copyright and license information, please view the |
10-
| LICENSE file that was distributed with this source or visit |
11-
| http://opensource.org/licenses/MIT |
12-
+----------------------------------------------------------------------+
13-
*/
2+
* This file is part of the pinepain/php-ref PHP extension.
3+
*
4+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
5+
*
6+
* Licensed under the MIT license: http://opensource.org/licenses/MIT
7+
*
8+
* For the full copyright and license information, please view the
9+
* LICENSE file that was distributed with this source or visit
10+
* http://opensource.org/licenses/MIT
11+
*/
1412

1513
#ifndef PHP_REF_FUNCTIONS_H
1614
#define PHP_REF_FUNCTIONS_H

php_ref_notifier_exception.c

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
/*
2-
+----------------------------------------------------------------------+
3-
| This file is part of the pinepain/php-ref PHP extension. |
4-
| |
5-
| Copyright (c) 2016 Bogdan Padalko <[email protected]> |
6-
| |
7-
| Licensed under the MIT license: http://opensource.org/licenses/MIT |
8-
| |
9-
| For the full copyright and license information, please view the |
10-
| LICENSE file that was distributed with this source or visit |
11-
| http://opensource.org/licenses/MIT |
12-
+----------------------------------------------------------------------+
13-
*/
2+
* This file is part of the pinepain/php-ref PHP extension.
3+
*
4+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
5+
*
6+
* Licensed under the MIT license: http://opensource.org/licenses/MIT
7+
*
8+
* For the full copyright and license information, please view the
9+
* LICENSE file that was distributed with this source or visit
10+
* http://opensource.org/licenses/MIT
11+
*/
1412

1513
#include "php_ref_notifier_exception.h"
1614
#include "php_ref.h"

php_ref_notifier_exception.h

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
/*
2-
+----------------------------------------------------------------------+
3-
| This file is part of the pinepain/php-ref PHP extension. |
4-
| |
5-
| Copyright (c) 2016 Bogdan Padalko <[email protected]> |
6-
| |
7-
| Licensed under the MIT license: http://opensource.org/licenses/MIT |
8-
| |
9-
| For the full copyright and license information, please view the |
10-
| LICENSE file that was distributed with this source or visit |
11-
| http://opensource.org/licenses/MIT |
12-
+----------------------------------------------------------------------+
13-
*/
2+
* This file is part of the pinepain/php-ref PHP extension.
3+
*
4+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
5+
*
6+
* Licensed under the MIT license: http://opensource.org/licenses/MIT
7+
*
8+
* For the full copyright and license information, please view the
9+
* LICENSE file that was distributed with this source or visit
10+
* http://opensource.org/licenses/MIT
11+
*/
1412

1513
#ifndef PHP_REF_NOTIFIER_EXCEPTION_H
1614
#define PHP_REF_NOTIFIER_EXCEPTION_H

php_ref_reference.c

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
/*
2-
+----------------------------------------------------------------------+
3-
| This file is part of the pinepain/php-ref PHP extension. |
4-
| |
5-
| Copyright (c) 2016 Bogdan Padalko <[email protected]> |
6-
| |
7-
| Licensed under the MIT license: http://opensource.org/licenses/MIT |
8-
| |
9-
| For the full copyright and license information, please view the |
10-
| LICENSE file that was distributed with this source or visit |
11-
| http://opensource.org/licenses/MIT |
12-
+----------------------------------------------------------------------+
13-
*/
2+
* This file is part of the pinepain/php-ref PHP extension.
3+
*
4+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
5+
*
6+
* Licensed under the MIT license: http://opensource.org/licenses/MIT
7+
*
8+
* For the full copyright and license information, please view the
9+
* LICENSE file that was distributed with this source or visit
10+
* http://opensource.org/licenses/MIT
11+
*/
1412

1513
#include "php_ref_reference.h"
1614
#include "php_ref_notifier_exception.h"

php_ref_reference.h

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
/*
2-
+----------------------------------------------------------------------+
3-
| This file is part of the pinepain/php-ref PHP extension. |
4-
| |
5-
| Copyright (c) 2016 Bogdan Padalko <[email protected]> |
6-
| |
7-
| Licensed under the MIT license: http://opensource.org/licenses/MIT |
8-
| |
9-
| For the full copyright and license information, please view the |
10-
| LICENSE file that was distributed with this source or visit |
11-
| http://opensource.org/licenses/MIT |
12-
+----------------------------------------------------------------------+
13-
*/
2+
* This file is part of the pinepain/php-ref PHP extension.
3+
*
4+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
5+
*
6+
* Licensed under the MIT license: http://opensource.org/licenses/MIT
7+
*
8+
* For the full copyright and license information, please view the
9+
* LICENSE file that was distributed with this source or visit
10+
* http://opensource.org/licenses/MIT
11+
*/
1412

1513
#ifndef PHP_REF_REFERENCE_H
1614
#define PHP_REF_REFERENCE_H

ref.c

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
/*
2-
+----------------------------------------------------------------------+
3-
| This file is part of the pinepain/php-ref PHP extension. |
4-
| |
5-
| Copyright (c) 2016 Bogdan Padalko <[email protected]> |
6-
| |
7-
| Licensed under the MIT license: http://opensource.org/licenses/MIT |
8-
| |
9-
| For the full copyright and license information, please view the |
10-
| LICENSE file that was distributed with this source or visit |
11-
| http://opensource.org/licenses/MIT |
12-
+----------------------------------------------------------------------+
13-
*/
2+
* This file is part of the pinepain/php-ref PHP extension.
3+
*
4+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
5+
*
6+
* Licensed under the MIT license: http://opensource.org/licenses/MIT
7+
*
8+
* For the full copyright and license information, please view the
9+
* LICENSE file that was distributed with this source or visit
10+
* http://opensource.org/licenses/MIT
11+
*/
1412

1513
#ifdef HAVE_CONFIG_H
1614
#include "config.h"

stubs/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2016 Bogdan Padalko <[email protected]>
3+
Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

stubs/src/AbstractReference.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the pinepain/php-ref PHP extension.
55
*
6-
* Copyright (c) 2016 Bogdan Padalko <[email protected]>
6+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*
10-
* For the full copyright and license information, please view the LICENSE
11-
* file that was distributed with this source code or visit http://opensource.org/licenses/MIT
10+
* For the full copyright and license information, please view the
11+
* LICENSE file that was distributed with this source or visit
12+
* http://opensource.org/licenses/MIT
1213
*/
1314

1415
namespace Ref;

stubs/src/NotifierException.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the pinepain/php-ref PHP extension.
55
*
6-
* Copyright (c) 2016 Bogdan Padalko <[email protected]>
6+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*
10-
* For the full copyright and license information, please view the LICENSE
11-
* file that was distributed with this source code or visit http://opensource.org/licenses/MIT
10+
* For the full copyright and license information, please view the
11+
* LICENSE file that was distributed with this source or visit
12+
* http://opensource.org/licenses/MIT
1213
*/
1314

1415

stubs/src/SoftReference.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the pinepain/php-ref PHP extension.
55
*
6-
* Copyright (c) 2016 Bogdan Padalko <[email protected]>
6+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*
10-
* For the full copyright and license information, please view the LICENSE
11-
* file that was distributed with this source code or visit http://opensource.org/licenses/MIT
10+
* For the full copyright and license information, please view the
11+
* LICENSE file that was distributed with this source or visit
12+
* http://opensource.org/licenses/MIT
1213
*/
1314

1415
namespace Ref;

stubs/src/WeakReference.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the pinepain/php-ref PHP extension.
55
*
6-
* Copyright (c) 2016 Bogdan Padalko <[email protected]>
6+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*
10-
* For the full copyright and license information, please view the LICENSE
11-
* file that was distributed with this source code or visit http://opensource.org/licenses/MIT
10+
* For the full copyright and license information, please view the
11+
* LICENSE file that was distributed with this source or visit
12+
* http://opensource.org/licenses/MIT
1213
*/
1314

1415
namespace Ref;

stubs/src/functions.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of the pinepain/php-ref PHP extension.
55
*
6-
* Copyright (c) 2016 Bogdan Padalko <[email protected]>
6+
* Copyright (c) 2016-2017 Bogdan Padalko <[email protected]>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*
10-
* For the full copyright and license information, please view the LICENSE
11-
* file that was distributed with this source code or visit http://opensource.org/licenses/MIT
10+
* For the full copyright and license information, please view the
11+
* LICENSE file that was distributed with this source or visit
12+
* http://opensource.org/licenses/MIT
1213
*/
1314

1415

0 commit comments

Comments
 (0)