Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit cef6ca0

Browse files
committed
Unify copyright headers and bump year
1 parent 406dfe8 commit cef6ca0

File tree

168 files changed

+1702
-2030
lines changed

Some content is hidden

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

168 files changed

+1702
-2030
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) 2015-2016 Bogdan Padalko <pinepain@gmail.com>
3+
Copyright (c) 2015-2017 Bogdan Padalko <pinepain@gmail.com>
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ $ sudo make install
139139

140140
## License
141141

142-
Copyright (c) 2015-2016 Bogdan Padalko &lt;pinepain@gmail.com&gt;
142+
Copyright (c) 2015-2017 Bogdan Padalko &lt;pinepain@gmail.com&gt;
143143

144144
[php-v8](https://github.com/pinepain/php-v8) PHP extension is licensed under the [MIT license](http://opensource.org/licenses/MIT).
145145

php_v8.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-v8 PHP extension. |
4-
| |
5-
| Copyright (c) 2015-2016 Bogdan Padalko <pinepain@gmail.com> |
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-v8 PHP extension.
3+
*
4+
* Copyright (c) 2015-2017 Bogdan Padalko <pinepain@gmail.com>
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_V8_H
1614
#define PHP_V8_H

src/php_v8_a.cc

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-v8 PHP extension. |
4-
| |
5-
| Copyright (c) 2015-2016 Bogdan Padalko <pinepain@gmail.com> |
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-v8 PHP extension.
3+
*
4+
* Copyright (c) 2015-2017 Bogdan Padalko <pinepain@gmail.com>
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"

src/php_v8_a.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-v8 PHP extension. |
4-
| |
5-
| Copyright (c) 2015-2016 Bogdan Padalko <pinepain@gmail.com> |
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-v8 PHP extension.
3+
*
4+
* Copyright (c) 2015-2017 Bogdan Padalko <pinepain@gmail.com>
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_V8_A_H
1614
#define PHP_V8_A_H

src/php_v8_access_control.cc

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-v8 PHP extension. |
4-
| |
5-
| Copyright (c) 2015-2016 Bogdan Padalko <pinepain@gmail.com> |
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-v8 PHP extension.
3+
*
4+
* Copyright (c) 2015-2017 Bogdan Padalko <pinepain@gmail.com>
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"

src/php_v8_access_control.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-v8 PHP extension. |
4-
| |
5-
| Copyright (c) 2015-2016 Bogdan Padalko <pinepain@gmail.com> |
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-v8 PHP extension.
3+
*
4+
* Copyright (c) 2015-2017 Bogdan Padalko <pinepain@gmail.com>
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_V8_ACCESS_CONTROL_H
1614
#define PHP_V8_ACCESS_CONTROL_H

src/php_v8_access_type.cc

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-v8 PHP extension. |
4-
| |
5-
| Copyright (c) 2015-2016 Bogdan Padalko <pinepain@gmail.com> |
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-v8 PHP extension.
3+
*
4+
* Copyright (c) 2015-2017 Bogdan Padalko <pinepain@gmail.com>
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"

src/php_v8_access_type.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-v8 PHP extension. |
4-
| |
5-
| Copyright (c) 2015-2016 Bogdan Padalko <pinepain@gmail.com> |
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-v8 PHP extension.
3+
*
4+
* Copyright (c) 2015-2017 Bogdan Padalko <pinepain@gmail.com>
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_V8_ACCESS_TYPE_H
1614
#define PHP_V8_ACCESS_TYPE_H

src/php_v8_array.cc

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-v8 PHP extension. |
4-
| |
5-
| Copyright (c) 2015-2016 Bogdan Padalko <pinepain@gmail.com> |
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-v8 PHP extension.
3+
*
4+
* Copyright (c) 2015-2017 Bogdan Padalko <pinepain@gmail.com>
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"

0 commit comments

Comments
 (0)