mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Change PHP Serialization operation to Apache-2.0 license.
This commit is contained in:
parent
305956cbe3
commit
ea352e05f0
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
/**
|
/**
|
||||||
* Php Serialization operations.
|
* Php Serialization operations.
|
||||||
* This Javascript implementation is based on the Python
|
* This Javascript implementation is based on the Python implementation by
|
||||||
* implementation by Armin Ronacher (2016).
|
* Armin Ronacher (2016), who released it under the 3-Clause BSD license.
|
||||||
* See: https://github.com/mitsuhiko/phpserialize/
|
* See: https://github.com/mitsuhiko/phpserialize/
|
||||||
*
|
*
|
||||||
* @author Jarmo van Lenthe [github.com/jarmovanlenthe]
|
* @author Jarmo van Lenthe [github.com/jarmovanlenthe]
|
||||||
* @copyright Armin Ronacher 2016 some rights reserved / Jarmo van Lenthe
|
* @copyright Jarmo van Lenthe
|
||||||
* @license BSD-3-Clause
|
* @license Apache-2.0
|
||||||
*
|
*
|
||||||
* @namespace
|
* @namespace
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue