From c2e6ce1cb54e02ae199b6a40d8aec991658ad6d5 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 08:51:12 +0300 Subject: [PATCH 01/13] Add dev version of Zephir Parser to build matrix --- .gitignore | 1 + .travis.yml | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f4514fac4..11999b2a1a 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ runtime/index.php runtime/parser.out coverage.xml +clover.xml diff --git a/.travis.yml b/.travis.yml index 489c6d2725..f1e0987375 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: php sudo: false php: - # The PHP 5.4 is no longer supported - # - 5.4 - 5.5 - 5.6 - 7.0 @@ -26,6 +24,7 @@ env: matrix: - CC="ccache gcc" - CC="clang" + - CC="gcc" ZEPHIR_PARSER_VERSION="development" matrix: fast_finish: true @@ -38,6 +37,9 @@ matrix: - env: CC="clang" php: nightly compiler: clang + - env: CC="gcc" ZEPHIR_PARSER_VERSION="development" + php: nightly + compiler: gcc cache: apt: true From 669e59bb22325d34e6980f5035126342d049f6cd Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 12:16:12 +0300 Subject: [PATCH 02/13] Bump version --- Library/Compiler.php | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Compiler.php b/Library/Compiler.php index 490d1d57f2..cc81e3ed68 100644 --- a/Library/Compiler.php +++ b/Library/Compiler.php @@ -31,7 +31,7 @@ */ class Compiler { - const VERSION = '0.10.2'; + const VERSION = '0.10.3'; public $parserCompiled = false; diff --git a/appveyor.yml b/appveyor.yml index 32721d105e..6760339f1e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ #---------------------------------# # version format -version: 0.10.2-{build} +version: 0.10.3-{build} # branches to build branches: From 021154c79f90b66a877af796f72cc4075d02d2ed Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 12:42:30 +0300 Subject: [PATCH 03/13] Update copyright notice --- LICENSE | 2 +- Library/Backends/ZendEngine2/Backend.php | 2 +- Library/Backends/ZendEngine2/FcallManager.php | 2 +- Library/Backends/ZendEngine3/Backend.php | 2 +- Library/Backends/ZendEngine3/FcallManager.php | 2 +- Library/Bootstrap.php | 2 +- Library/CommandArgumentParser.php | 2 +- Library/Commands/CommandAbstract.php | 2 +- Library/Commands/CommandApi.php | 2 +- Library/Commands/CommandBuild.php | 2 +- Library/Commands/CommandBuildDev.php | 2 +- Library/Commands/CommandClean.php | 2 +- Library/Commands/CommandCompile.php | 2 +- Library/Commands/CommandFullClean.php | 2 +- Library/Commands/CommandGenerate.php | 2 +- Library/Commands/CommandHelp.php | 2 +- Library/Commands/CommandInitialize.php | 2 +- Library/Commands/CommandInstall.php | 2 +- Library/Commands/CommandInterface.php | 2 +- Library/Commands/CommandStubs.php | 2 +- Library/Commands/CommandVersion.php | 2 +- Library/Commands/Manager.php | 2 +- Library/Compiler.php | 2 +- Library/Compiler/CompilerException.php | 2 +- Library/CompilerFile.php | 2 +- Library/Config.php | 2 +- Library/Exception/BadMethodCallException.php | 2 +- Library/Exception/ExceptionExtraAwareTrait.php | 2 +- Library/Exception/ExceptionInterface.php | 2 +- Library/Exception/InvalidArgumentException.php | 2 +- Library/Exception/OutOfBoundsException.php | 2 +- Library/Exception/RuntimeException.php | 2 +- Library/Exception/ValidationException.php | 2 +- Library/Fcall/FcallAwareInterface.php | 2 +- Library/Fcall/FcallManagerInterface.php | 2 +- Library/Logger.php | 2 +- Library/Operators/Other/TypeHintOperator.php | 2 +- Library/Parser.php | 2 +- Library/Parser/Manager.php | 2 +- Library/Parser/ParseException.php | 2 +- Library/Passes/CallGathererPass.php | 2 +- Library/Utils.php | 2 +- Library/Variable.php | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/LICENSE b/LICENSE index 6447f2a680..594c6742ce 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2017 Zephir Team and contributors +Copyright (c) 2013-present Zephir Team https://zephir-lang.com MIT License diff --git a/Library/Backends/ZendEngine2/Backend.php b/Library/Backends/ZendEngine2/Backend.php index c24df44355..57c9e52003 100644 --- a/Library/Backends/ZendEngine2/Backend.php +++ b/Library/Backends/ZendEngine2/Backend.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Backends/ZendEngine2/FcallManager.php b/Library/Backends/ZendEngine2/FcallManager.php index de36696d38..8066a43090 100644 --- a/Library/Backends/ZendEngine2/FcallManager.php +++ b/Library/Backends/ZendEngine2/FcallManager.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Backends/ZendEngine3/Backend.php b/Library/Backends/ZendEngine3/Backend.php index 8e2e50d30b..156572d410 100644 --- a/Library/Backends/ZendEngine3/Backend.php +++ b/Library/Backends/ZendEngine3/Backend.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Backends/ZendEngine3/FcallManager.php b/Library/Backends/ZendEngine3/FcallManager.php index 99bf0cd49b..9771ae5563 100644 --- a/Library/Backends/ZendEngine3/FcallManager.php +++ b/Library/Backends/ZendEngine3/FcallManager.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Bootstrap.php b/Library/Bootstrap.php index b1fb193de0..ffa6a0c9c9 100644 --- a/Library/Bootstrap.php +++ b/Library/Bootstrap.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/CommandArgumentParser.php b/Library/CommandArgumentParser.php index 653acea630..95315ba674 100644 --- a/Library/CommandArgumentParser.php +++ b/Library/CommandArgumentParser.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandAbstract.php b/Library/Commands/CommandAbstract.php index bf305c433a..94e977fc88 100755 --- a/Library/Commands/CommandAbstract.php +++ b/Library/Commands/CommandAbstract.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandApi.php b/Library/Commands/CommandApi.php index 2175b21233..ce2f31ea6c 100644 --- a/Library/Commands/CommandApi.php +++ b/Library/Commands/CommandApi.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandBuild.php b/Library/Commands/CommandBuild.php index 4e5cefc4d0..0c561cc2ce 100644 --- a/Library/Commands/CommandBuild.php +++ b/Library/Commands/CommandBuild.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandBuildDev.php b/Library/Commands/CommandBuildDev.php index bdadf868f2..62c8a8d493 100644 --- a/Library/Commands/CommandBuildDev.php +++ b/Library/Commands/CommandBuildDev.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandClean.php b/Library/Commands/CommandClean.php index d824e3d484..057d64d090 100644 --- a/Library/Commands/CommandClean.php +++ b/Library/Commands/CommandClean.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandCompile.php b/Library/Commands/CommandCompile.php index e9e197b536..9d720d2dd8 100644 --- a/Library/Commands/CommandCompile.php +++ b/Library/Commands/CommandCompile.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandFullClean.php b/Library/Commands/CommandFullClean.php index bbfaf56b95..1d3f9fa64a 100644 --- a/Library/Commands/CommandFullClean.php +++ b/Library/Commands/CommandFullClean.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandGenerate.php b/Library/Commands/CommandGenerate.php index f246541cb6..182a75d288 100644 --- a/Library/Commands/CommandGenerate.php +++ b/Library/Commands/CommandGenerate.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandHelp.php b/Library/Commands/CommandHelp.php index f812952209..369236a901 100644 --- a/Library/Commands/CommandHelp.php +++ b/Library/Commands/CommandHelp.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandInitialize.php b/Library/Commands/CommandInitialize.php index 0ff7482a25..275835fcbb 100644 --- a/Library/Commands/CommandInitialize.php +++ b/Library/Commands/CommandInitialize.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandInstall.php b/Library/Commands/CommandInstall.php index 6986084b69..ce3eb4d799 100644 --- a/Library/Commands/CommandInstall.php +++ b/Library/Commands/CommandInstall.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandInterface.php b/Library/Commands/CommandInterface.php index 3722dd589e..cc0e2e57b4 100644 --- a/Library/Commands/CommandInterface.php +++ b/Library/Commands/CommandInterface.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandStubs.php b/Library/Commands/CommandStubs.php index 8e5458c23b..5fc4743fdd 100644 --- a/Library/Commands/CommandStubs.php +++ b/Library/Commands/CommandStubs.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/CommandVersion.php b/Library/Commands/CommandVersion.php index 7eecb8ac36..be3b974b7c 100644 --- a/Library/Commands/CommandVersion.php +++ b/Library/Commands/CommandVersion.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Commands/Manager.php b/Library/Commands/Manager.php index 10c2c54364..0585cbbdf2 100644 --- a/Library/Commands/Manager.php +++ b/Library/Commands/Manager.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Compiler.php b/Library/Compiler.php index cc81e3ed68..64f423739e 100644 --- a/Library/Compiler.php +++ b/Library/Compiler.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Compiler/CompilerException.php b/Library/Compiler/CompilerException.php index 567dd397d1..8af57fe643 100644 --- a/Library/Compiler/CompilerException.php +++ b/Library/Compiler/CompilerException.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/CompilerFile.php b/Library/CompilerFile.php index 4235ebc826..371c776aad 100644 --- a/Library/CompilerFile.php +++ b/Library/CompilerFile.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Config.php b/Library/Config.php index d4341d92e0..7e47e1a39d 100644 --- a/Library/Config.php +++ b/Library/Config.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Exception/BadMethodCallException.php b/Library/Exception/BadMethodCallException.php index 0583a082bd..02ee147ffe 100644 --- a/Library/Exception/BadMethodCallException.php +++ b/Library/Exception/BadMethodCallException.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Exception/ExceptionExtraAwareTrait.php b/Library/Exception/ExceptionExtraAwareTrait.php index 57e2e191a5..b38971eb26 100644 --- a/Library/Exception/ExceptionExtraAwareTrait.php +++ b/Library/Exception/ExceptionExtraAwareTrait.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Exception/ExceptionInterface.php b/Library/Exception/ExceptionInterface.php index e07ac47ffe..d2198b0530 100644 --- a/Library/Exception/ExceptionInterface.php +++ b/Library/Exception/ExceptionInterface.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Exception/InvalidArgumentException.php b/Library/Exception/InvalidArgumentException.php index bd626f2ea7..6e0e3974f7 100644 --- a/Library/Exception/InvalidArgumentException.php +++ b/Library/Exception/InvalidArgumentException.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Exception/OutOfBoundsException.php b/Library/Exception/OutOfBoundsException.php index 7cdd24a0f8..eee95991d3 100644 --- a/Library/Exception/OutOfBoundsException.php +++ b/Library/Exception/OutOfBoundsException.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Exception/RuntimeException.php b/Library/Exception/RuntimeException.php index 21a74a7aa0..4798347da5 100644 --- a/Library/Exception/RuntimeException.php +++ b/Library/Exception/RuntimeException.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Exception/ValidationException.php b/Library/Exception/ValidationException.php index c5a58b59a2..4258974240 100644 --- a/Library/Exception/ValidationException.php +++ b/Library/Exception/ValidationException.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Fcall/FcallAwareInterface.php b/Library/Fcall/FcallAwareInterface.php index 32c4dddffe..c23be13547 100644 --- a/Library/Fcall/FcallAwareInterface.php +++ b/Library/Fcall/FcallAwareInterface.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Fcall/FcallManagerInterface.php b/Library/Fcall/FcallManagerInterface.php index 62ffae3379..cd072ec7ed 100644 --- a/Library/Fcall/FcallManagerInterface.php +++ b/Library/Fcall/FcallManagerInterface.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Logger.php b/Library/Logger.php index 7982579588..bca48884de 100644 --- a/Library/Logger.php +++ b/Library/Logger.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Operators/Other/TypeHintOperator.php b/Library/Operators/Other/TypeHintOperator.php index 2d7d5eadd5..1f9c2d129d 100644 --- a/Library/Operators/Other/TypeHintOperator.php +++ b/Library/Operators/Other/TypeHintOperator.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Parser.php b/Library/Parser.php index bbfc60af66..4f6e0c0eff 100644 --- a/Library/Parser.php +++ b/Library/Parser.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Parser/Manager.php b/Library/Parser/Manager.php index 1d84ae0100..bf8b04692d 100644 --- a/Library/Parser/Manager.php +++ b/Library/Parser/Manager.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Parser/ParseException.php b/Library/Parser/ParseException.php index 56a09b061b..1780fa8164 100644 --- a/Library/Parser/ParseException.php +++ b/Library/Parser/ParseException.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Passes/CallGathererPass.php b/Library/Passes/CallGathererPass.php index efd07deefd..a98b8d0480 100644 --- a/Library/Passes/CallGathererPass.php +++ b/Library/Passes/CallGathererPass.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Utils.php b/Library/Utils.php index e93f17c60f..65c6bd13c5 100644 --- a/Library/Utils.php +++ b/Library/Utils.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | diff --git a/Library/Variable.php b/Library/Variable.php index 7464797fa4..0c0d979028 100644 --- a/Library/Variable.php +++ b/Library/Variable.php @@ -3,7 +3,7 @@ /* +--------------------------------------------------------------------------+ | Zephir | - | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | | This source file is subject the MIT license, that is bundled with this | | package in the file LICENSE, and is available through the world-wide-web | From 323687da59407dfd3baefce829724d2b9b760908 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 14:07:45 +0300 Subject: [PATCH 04/13] Updated Copyright --- Library/AliasManager.php | 16 +++++--------- .../Backends/ZendEngine2/StringsManager.php | 16 +++++--------- .../Backends/ZendEngine3/StringsManager.php | 16 +++++--------- Library/BaseBackend.php | 16 +++++--------- Library/Branch.php | 16 +++++--------- Library/BranchGraph.php | 16 +++++--------- Library/BranchGraphNode.php | 16 +++++--------- Library/BranchManager.php | 16 +++++--------- Library/Builder/FunctionCallBuilder.php | 16 +++++--------- Library/Builder/LiteralBuilder.php | 16 +++++--------- .../Operators/AbstractOperatorBuilder.php | 16 +++++--------- .../Operators/BinaryOperatorBuilder.php | 16 +++++--------- .../Builder/Operators/CastOperatorBuilder.php | 16 +++++--------- .../Operators/NewInstanceOperatorBuilder.php | 16 +++++--------- .../Operators/TypeOfOperatorBuilder.php | 16 +++++--------- .../Operators/UnaryOperatorBuilder.php | 16 +++++--------- Library/Builder/ParameterBuilder.php | 16 +++++--------- Library/Builder/RawExpressionBuilder.php | 16 +++++--------- .../Statements/AbstractStatementBuilder.php | 16 +++++--------- .../Builder/Statements/IfStatementBuilder.php | 16 +++++--------- .../Statements/LetStatementBuilder.php | 16 +++++--------- .../Statements/ReturnStatementBuilder.php | 16 +++++--------- .../Statements/ThrowStatementBuilder.php | 16 +++++--------- Library/Builder/StatementsBlockBuilder.php | 16 +++++--------- Library/Builder/VariableBuilder.php | 16 +++++--------- Library/Cache/ClassEntryCache.php | 16 +++++--------- Library/Cache/FunctionCache.php | 16 +++++--------- Library/Cache/MethodCache.php | 16 +++++--------- Library/Cache/SlotsCache.php | 16 +++++--------- Library/Cache/StaticMethodCache.php | 16 +++++--------- Library/CacheManager.php | 16 +++++--------- Library/Call.php | 16 +++++--------- Library/ClassConstant.php | 16 +++++--------- Library/ClassProperty.php | 16 +++++--------- Library/Code/Builder/Struct.php | 16 +++++--------- Library/CodePrinter.php | 16 +++++--------- Library/Color.php | 16 +++++--------- Library/CompilationContext.php | 16 +++++--------- Library/CompiledExpression.php | 16 +++++--------- Library/Compiler/FileInterface.php | 16 +++++--------- Library/CompilerFileAnonymous.php | 16 +++++--------- Library/ConfigException.php | 16 +++++--------- Library/DependencyMap.php | 16 +++++--------- Library/Detectors/ForValueUseDetector.php | 16 +++++--------- Library/Detectors/ReadDetector.php | 16 +++++--------- Library/Detectors/WriteDetector.php | 16 +++++--------- Library/Documentation.php | 16 +++++--------- Library/Documentation/AbstractFile.php | 16 +++++--------- Library/Documentation/Annotation.php | 16 +++++--------- Library/Documentation/Annotation/Link.php | 16 +++++--------- .../Annotation/ReturnAnnotation.php | 16 +++++--------- Library/Documentation/Annotation/See.php | 16 +++++--------- Library/Documentation/Docblock.php | 16 +++++--------- Library/Documentation/DocblockParser.php | 16 +++++--------- Library/Documentation/File/ClassFile.php | 16 +++++--------- Library/Documentation/File/ClassesFile.php | 16 +++++--------- Library/Documentation/File/IndexFile.php | 16 +++++--------- Library/Documentation/File/NamespaceFile.php | 16 +++++--------- Library/Documentation/File/NamespacesFile.php | 16 +++++--------- Library/Documentation/File/Sitemap.php | 16 +++++--------- Library/Documentation/File/SourceFile.php | 16 +++++--------- Library/Documentation/NamespaceAccessor.php | 16 +++++--------- Library/Documentation/NamespaceHelper.php | 16 +++++--------- Library/Documentation/Theme.php | 16 +++++--------- Library/EventsManager.php | 16 +++++--------- Library/Exception.php | 16 +++++--------- Library/Exception/IllegalStateException.php | 16 +++++--------- Library/Expression.php | 16 +++++--------- .../Expression/Builder/AbstractBuilder.php | 16 +++++--------- Library/Expression/Builder/BuilderFactory.php | 16 +++++--------- .../Builder/Factory/OperatorsFactory.php | 16 +++++--------- .../Builder/Factory/StatementsFactory.php | 16 +++++--------- .../Builder/Operators/AbstractOperator.php | 16 +++++--------- .../Operators/AssignPropertyOperator.php | 16 +++++--------- .../Operators/AssignVariableOperator.php | 16 +++++--------- .../Builder/Operators/BinaryOperator.php | 16 +++++--------- .../Builder/Operators/RawOperator.php | 16 +++++--------- .../Builder/Operators/UnaryOperator.php | 16 +++++--------- Library/Expression/Builder/RawExpression.php | 16 +++++--------- .../Builder/Statements/AbstractStatement.php | 16 +++++--------- .../Statements/CallFunctionStatement.php | 16 +++++--------- .../Statements/CallMethodStatement.php | 16 +++++--------- .../Statements/CallStaticStatement.php | 16 +++++--------- .../Builder/Statements/IfStatement.php | 16 +++++--------- .../Builder/Statements/LetStatement.php | 16 +++++--------- .../Builder/Statements/RawStatement.php | 16 +++++--------- .../Builder/Statements/StatementsBlock.php | 16 +++++--------- Library/Expression/Closure.php | 16 +++++--------- Library/Expression/ClosureArrow.php | 16 +++++--------- Library/Expression/Constants.php | 16 +++++--------- Library/Expression/NativeArray.php | 16 +++++--------- Library/Expression/NativeArrayAccess.php | 16 +++++--------- Library/Expression/PropertyAccess.php | 16 +++++--------- Library/Expression/PropertyDynamicAccess.php | 16 +++++--------- Library/Expression/Reference.php | 16 +++++--------- Library/Expression/StaticConstantAccess.php | 16 +++++--------- Library/Expression/StaticPropertyAccess.php | 16 +++++--------- Library/FileSystem/HardDisk.php | 16 +++++--------- Library/FileSystem/Redis.php | 16 +++++--------- Library/FunctionCall.php | 16 +++++--------- Library/GlobalConstant.php | 16 +++++--------- Library/HeadersManager.php | 16 +++++--------- Library/LiteralCompiledExpression.php | 16 +++++--------- Library/Loader.php | 16 +++++--------- Library/MethodCall.php | 16 +++++--------- Library/MethodCallWarmUp.php | 16 +++++--------- .../Operators/Arithmetical/AddOperator.php | 16 +++++--------- .../Arithmetical/ArithmeticalBaseOperator.php | 16 +++++--------- .../Operators/Arithmetical/DivOperator.php | 16 +++++--------- .../Operators/Arithmetical/ModOperator.php | 16 +++++--------- .../Operators/Arithmetical/MulOperator.php | 16 +++++--------- .../Operators/Arithmetical/SubOperator.php | 16 +++++--------- Library/Operators/BaseOperator.php | 16 +++++--------- .../Operators/Bitwise/BitwiseAndOperator.php | 16 +++++--------- .../Operators/Bitwise/BitwiseBaseOperator.php | 16 +++++--------- .../Operators/Bitwise/BitwiseNotOperator.php | 16 +++++--------- .../Operators/Bitwise/BitwiseOrOperator.php | 16 +++++--------- .../Operators/Bitwise/BitwiseXorOperator.php | 16 +++++--------- .../Operators/Bitwise/ShiftLeftOperator.php | 16 +++++--------- .../Operators/Bitwise/ShiftRightOperator.php | 16 +++++--------- .../Comparison/ComparisonBaseOperator.php | 16 +++++--------- .../Operators/Comparison/EqualsOperator.php | 16 +++++--------- .../Comparison/GreaterEqualOperator.php | 16 +++++--------- .../Operators/Comparison/GreaterOperator.php | 16 +++++--------- .../Comparison/IdenticalOperator.php | 16 +++++--------- .../Comparison/LessEqualOperator.php | 16 +++++--------- Library/Operators/Comparison/LessOperator.php | 16 +++++--------- .../Comparison/NotEqualsOperator.php | 16 +++++--------- .../Comparison/NotIdenticalOperator.php | 16 +++++--------- Library/Operators/Logical/AndOperator.php | 16 +++++--------- .../Operators/Logical/LogicalBaseOperator.php | 16 +++++--------- Library/Operators/Logical/OrOperator.php | 16 +++++--------- Library/Operators/Other/CastOperator.php | 16 +++++--------- Library/Operators/Other/CloneOperator.php | 16 +++++--------- Library/Operators/Other/ConcatOperator.php | 16 +++++--------- Library/Operators/Other/EmptyOperator.php | 16 +++++--------- Library/Operators/Other/FetchOperator.php | 16 +++++--------- .../Operators/Other/InstanceOfOperator.php | 16 +++++--------- Library/Operators/Other/IssetOperator.php | 16 +++++--------- Library/Operators/Other/LikelyOperator.php | 16 +++++--------- .../Operators/Other/NewInstanceOperator.php | 16 +++++--------- .../Other/NewInstanceTypeOperator.php | 16 +++++--------- .../Other/RangeExclusiveOperator.php | 16 +++++--------- .../Other/RangeInclusiveOperator.php | 16 +++++--------- Library/Operators/Other/RequireOperator.php | 16 +++++--------- .../Operators/Other/ShortTernaryOperator.php | 16 +++++--------- Library/Operators/Other/TernaryOperator.php | 16 +++++--------- Library/Operators/Other/TypeOfOperator.php | 16 +++++--------- Library/Operators/Other/UnlikelyOperator.php | 16 +++++--------- Library/Operators/Unary/MinusOperator.php | 16 +++++--------- Library/Operators/Unary/NotOperator.php | 16 +++++--------- Library/Operators/Unary/PlusOperator.php | 16 +++++--------- Library/Optimizers/EvalExpression.php | 16 +++++--------- .../Optimizers/FunctionCall/ACosOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/ASinOptimizer.php | 16 +++++--------- .../FunctionCall/AddslashesOptimizer.php | 16 +++++--------- .../FunctionCall/ArrayKeyExistsOptimizer.php | 16 +++++--------- .../FunctionCall/ArrayKeysOptimizer.php | 16 +++++--------- .../FunctionCall/ArrayMergeOptimizer.php | 16 +++++--------- .../FunctionCall/BasenameOptimizer.php | 16 +++++--------- .../CallUserFuncArrayOptimizer.php | 16 +++++--------- .../FunctionCall/CallUserFuncOptimizer.php | 16 +++++--------- .../FunctionCall/CamelizeOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/CeilOptimizer.php | 16 +++++--------- .../FunctionCall/ClassExistsOptimizer.php | 16 +++++--------- .../FunctionCall/CompareMtimeOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/CosOptimizer.php | 16 +++++--------- .../FunctionCall/CountOptimizer.php | 16 +++++--------- .../FunctionCall/Crc32Optimizer.php | 16 +++++--------- .../FunctionCall/CreateArrayOptimizer.php | 16 +++++--------- .../FunctionCall/CreateInstanceOptimizer.php | 16 +++++--------- .../CreateInstanceParamsOptimizer.php | 16 +++++--------- .../CreateSymbolTableOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/DieOptimizer.php | 16 +++++--------- .../FunctionCall/DoublevalOptimizer.php | 16 +++++--------- .../FunctionCall/EndsWithOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/EvalOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/ExitOptimizer.php | 16 +++++--------- .../FunctionCall/ExplodeOptimizer.php | 16 +++++--------- .../FunctionCall/FcloseOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/FeofOptimizer.php | 16 +++++--------- .../FunctionCall/FileExistsOptimizer.php | 16 +++++--------- .../FunctionCall/FileGetContentsOptimizer.php | 16 +++++--------- .../FunctionCall/FilePutContentsOptimizer.php | 16 +++++--------- .../FunctionCall/FilemtimeOptimizer.php | 16 +++++--------- .../FunctionCall/FloorOptimizer.php | 16 +++++--------- .../FunctionCall/FuncGetArgOptimizer.php | 22 +++++++------------ .../FunctionCall/FuncGetArgsOptimizer.php | 16 +++++--------- .../FunctionCall/FuncNumArgsOptimizer.php | 16 +++++--------- .../FunctionCall/FunctionExistsOptimizer.php | 16 +++++--------- .../FunctionCall/FwriteOptimizer.php | 16 +++++--------- .../FunctionCall/GetCalledClassOptimizer.php | 16 +++++--------- .../FunctionCall/GetClassLowerOptimizer.php | 16 +++++--------- .../FunctionCall/GetClassNsOptimizer.php | 16 +++++--------- .../FunctionCall/GetClassOptimizer.php | 16 +++++--------- .../FunctionCall/GetDefinedVarsOptimizer.php | 20 ++++++----------- .../FunctionCall/GetNsClassOptimizer.php | 16 +++++--------- .../FunctionCall/GettypeOptimizer.php | 16 +++++--------- .../FunctionCall/GlobalsGetOptimizer.php | 16 +++++--------- .../FunctionCall/GlobalsSetOptimizer.php | 16 +++++--------- .../FunctionCall/HashEqualsOptimizer.php | 16 +++++--------- .../FunctionCall/ImplodeOptimizer.php | 16 +++++--------- .../FunctionCall/InArrayOptimizer.php | 16 +++++--------- .../FunctionCall/InterfaceExistsOptimizer.php | 16 +++++--------- .../FunctionCall/IntvalOptimizer.php | 16 +++++--------- .../FunctionCall/IsArrayOptimizer.php | 16 +++++--------- .../FunctionCall/IsBoolOptimizer.php | 16 +++++--------- .../FunctionCall/IsCallableOptimizer.php | 16 +++++--------- .../FunctionCall/IsIntOptimizer.php | 16 +++++--------- .../FunctionCall/IsNullOptimizer.php | 16 +++++--------- .../FunctionCall/IsNumericOptimizer.php | 16 +++++--------- .../FunctionCall/IsObjectOptimizer.php | 16 +++++--------- .../FunctionCall/IsPhpVersionOptimizer.php | 16 +++++--------- .../FunctionCall/IsPrivateProperty.php | 16 +++++--------- .../FunctionCall/IsResourceOptimizer.php | 16 +++++--------- .../FunctionCall/IsScalarOptimizer.php | 16 +++++--------- .../FunctionCall/IsStringOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/JoinOptimizer.php | 16 +++++--------- .../FunctionCall/JsonDecodeOptimizer.php | 16 +++++--------- .../FunctionCall/JsonEncodeOptimizer.php | 16 +++++--------- .../FunctionCall/LdexpOptimizer.php | 16 +++++--------- .../FunctionCall/LtrimOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/Md5Optimizer.php | 16 +++++--------- .../FunctionCall/MemstrOptimizer.php | 16 +++++--------- .../FunctionCall/MergeAppendOptimizer.php | 16 +++++--------- .../FunctionCall/MethodExistsOptimizer.php | 16 +++++--------- .../FunctionCall/MicrotimeOptimizer.php | 16 +++++--------- .../FunctionCall/MtRandOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/NextOptimizer.php | 16 +++++--------- Library/Optimizers/FunctionCall/ObStart.php | 16 +++++--------- .../Optimizers/FunctionCall/PowOptimizer.php | 16 +++++--------- .../FunctionCall/PregMatchAllOptimizer.php | 16 +++++--------- .../FunctionCall/PregMatchOptimizer.php | 16 +++++--------- .../PrepareVirtualPathOptimizer.php | 16 +++++--------- .../FunctionCall/RoundOptimizer.php | 16 +++++--------- .../FunctionCall/RtrimOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/SinOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/SqrtOptimizer.php | 16 +++++--------- .../FunctionCall/StartsWithOptimizer.php | 16 +++++--------- .../FunctionCall/StrReplaceOptimizer.php | 16 +++++--------- .../FunctionCall/StripcslashesOptimizer.php | 16 +++++--------- .../FunctionCall/StripslashesOptimizer.php | 16 +++++--------- .../FunctionCall/StrlenOptimizer.php | 16 +++++--------- .../FunctionCall/StrposOptimizer.php | 16 +++++--------- .../FunctionCall/StrtokOptimizer.php | 16 +++++--------- .../FunctionCall/StrtolowerOptimizer.php | 16 +++++--------- .../FunctionCall/StrtoupperOptimizer.php | 16 +++++--------- .../FunctionCall/SubstrOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/TanOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/TimeOptimizer.php | 16 +++++--------- .../Optimizers/FunctionCall/TrimOptimizer.php | 16 +++++--------- .../FunctionCall/UcfirstOptimizer.php | 16 +++++--------- .../FunctionCall/UncamelizeOptimizer.php | 16 +++++--------- .../FunctionCall/UniqueKeyOptimizer.php | 16 +++++--------- .../FunctionCall/UniquePathKeyOptimizer.php | 16 +++++--------- .../FunctionCall/VarDumpOptimizer.php | 16 +++++--------- .../FunctionCall/VarExportOptimizer.php | 16 +++++--------- .../ZephirStringToHexOptimizer.php | 16 +++++--------- .../Optimizers/IsTypeOptimizerAbstract.php | 16 +++++--------- Library/Optimizers/MathOptimizer.php | 16 +++++--------- Library/Optimizers/OptimizerAbstract.php | 16 +++++--------- Library/Passes/LocalContextPass.php | 16 +++++--------- Library/Passes/LoopBreakPass.php | 16 +++++--------- Library/Passes/MutateGathererPass.php | 16 +++++--------- Library/Passes/SkipVariantInit.php | 16 +++++--------- Library/Passes/StaticTypeInference.php | 16 +++++--------- Library/Statements/BreakStatement.php | 16 +++++--------- Library/Statements/ContinueStatement.php | 16 +++++--------- Library/Statements/DeclareStatement.php | 16 +++++--------- Library/Statements/DoWhileStatement.php | 16 +++++--------- Library/Statements/EchoStatement.php | 16 +++++--------- Library/Statements/ForStatement.php | 16 +++++--------- Library/Statements/IfStatement.php | 16 +++++--------- Library/Statements/Let/ArrayIndex.php | 16 +++++--------- Library/Statements/Let/ArrayIndexAppend.php | 16 +++++--------- Library/Statements/Let/Decr.php | 16 +++++--------- Library/Statements/Let/ExportSymbol.php | 16 +++++--------- Library/Statements/Let/ExportSymbolString.php | 16 +++++--------- Library/Statements/Let/Incr.php | 16 +++++--------- .../Statements/Let/ObjectDynamicProperty.php | 16 +++++--------- .../Let/ObjectDynamicStringProperty.php | 16 +++++--------- Library/Statements/Let/ObjectProperty.php | 16 +++++--------- .../Statements/Let/ObjectPropertyAppend.php | 16 +++++--------- .../Let/ObjectPropertyArrayIndex.php | 16 +++++--------- .../Let/ObjectPropertyArrayIndexAppend.php | 16 +++++--------- Library/Statements/Let/ObjectPropertyDecr.php | 16 +++++--------- Library/Statements/Let/ObjectPropertyIncr.php | 16 +++++--------- Library/Statements/Let/StaticProperty.php | 16 +++++--------- .../Statements/Let/StaticPropertyAppend.php | 16 +++++--------- .../Let/StaticPropertyArrayIndex.php | 16 +++++--------- .../Let/StaticPropertyArrayIndexAppend.php | 16 +++++--------- Library/Statements/Let/Variable.php | 16 +++++--------- Library/Statements/Let/VariableAppend.php | 16 +++++--------- Library/Statements/LetStatement.php | 16 +++++--------- Library/Statements/LoopStatement.php | 16 +++++--------- Library/Statements/RequireStatement.php | 16 +++++--------- Library/Statements/ReturnStatement.php | 16 +++++--------- Library/Statements/StatementAbstract.php | 16 +++++--------- Library/Statements/SwitchStatement.php | 16 +++++--------- Library/Statements/ThrowStatement.php | 16 +++++--------- Library/Statements/TryCatchStatement.php | 16 +++++--------- Library/Statements/UnsetStatement.php | 16 +++++--------- Library/Statements/WhileStatement.php | 16 +++++--------- Library/StatementsBlock.php | 16 +++++--------- Library/StaticCall.php | 16 +++++--------- Library/StringsManager.php | 16 +++++--------- Library/Stubs/DocBlock.php | 16 +++++--------- Library/Stubs/Generator.php | 16 +++++--------- Library/Stubs/MethodDocBlock.php | 16 +++++--------- Library/SymbolTable.php | 16 +++++--------- Library/Types.php | 16 +++++--------- Library/Types/AbstractType.php | 16 +++++--------- Library/Types/ArrayType.php | 16 +++++--------- Library/Types/CharType.php | 16 +++++--------- Library/Types/DoubleType.php | 16 +++++--------- Library/Types/IntType.php | 16 +++++--------- Library/Types/IstringType.php | 16 +++++--------- Library/Types/StringType.php | 16 +++++--------- Library/Variable/Globals.php | 16 +++++--------- bootstrap.php | 16 +++++--------- config.json | 2 +- runtime/base.c | 16 +++++--------- runtime/blocks.c | 16 +++++--------- runtime/builder.c | 16 +++++--------- runtime/classes.c | 16 +++++--------- runtime/classes.h | 16 +++++--------- runtime/errors.c | 16 +++++--------- runtime/expr.c | 16 +++++--------- runtime/fcall.c | 16 +++++--------- runtime/operators/arithmetical.c | 16 +++++--------- runtime/operators/comparison.c | 16 +++++--------- runtime/optimizers/evalexpr.c | 16 +++++--------- runtime/optimizers/evalexpr.h | 16 +++++--------- runtime/optimizers/functions/strlen.c | 16 +++++--------- runtime/parser.c | 16 +++++--------- runtime/parser.lemon | 16 +++++--------- runtime/php_zephir.h | 16 +++++--------- runtime/scanner.c | 16 +++++--------- runtime/scanner.h | 16 +++++--------- runtime/scanner.re | 16 +++++--------- runtime/statements/break.c | 16 +++++--------- runtime/statements/declare.c | 16 +++++--------- runtime/statements/echo.c | 16 +++++--------- runtime/statements/if.c | 16 +++++--------- runtime/statements/let.c | 16 +++++--------- runtime/statements/loop.c | 16 +++++--------- runtime/statements/return.c | 16 +++++--------- runtime/statements/while.c | 16 +++++--------- runtime/symtable.c | 16 +++++--------- runtime/utils.c | 16 +++++--------- runtime/variable.c | 16 +++++--------- runtime/zephir.c | 16 +++++--------- runtime/zephir.h | 16 +++++--------- unit-tests/Extension/ArithmeticTest.php | 16 +++++--------- unit-tests/Extension/ArrayObjectTest.php | 16 +++++--------- unit-tests/Extension/AssignTest.php | 16 +++++--------- unit-tests/Extension/BitwiseTest.php | 16 +++++--------- unit-tests/Extension/BranchPredictionTest.php | 16 +++++--------- .../Extension/BuiltIn/CharMethodTest.php | 16 +++++--------- .../Extension/BuiltIn/IntMethodTest.php | 16 +++++--------- .../Extension/BuiltIn/StringMethodTest.php | 16 +++++--------- unit-tests/Extension/CastTest.php | 16 +++++--------- unit-tests/Extension/CblockTest.php | 16 +++++--------- unit-tests/Extension/CharsTest.php | 16 +++++--------- unit-tests/Extension/CompareTest.php | 16 +++++--------- unit-tests/Extension/ConcatTest.php | 16 +++++--------- .../Extension/ConstantsInterfaceTest.php | 16 +++++--------- unit-tests/Extension/ConstantsTest.php | 16 +++++--------- unit-tests/Extension/DeclareTest.php | 16 +++++--------- unit-tests/Extension/DynamicPropTest.php | 16 +++++--------- unit-tests/Extension/EmptyTest.php | 16 +++++--------- unit-tests/Extension/EvalTest.php | 16 +++++--------- unit-tests/Extension/ExceptionsTest.php | 16 +++++--------- unit-tests/Extension/ExistsTest.php | 16 +++++--------- unit-tests/Extension/ExitDieTest.php | 16 +++++--------- .../Extension/ExtendedInterfaceTest.php | 16 +++++--------- unit-tests/Extension/FcallTest.php | 16 +++++--------- unit-tests/Extension/FetchTest.php | 16 +++++--------- unit-tests/Extension/FibonnaciTest.php | 16 +++++--------- unit-tests/Extension/FlowTest.php | 16 +++++--------- unit-tests/Extension/FunctionExistsTest.php | 16 +++++--------- unit-tests/Extension/Globals/EnvTest.php | 16 +++++--------- unit-tests/Extension/Globals/SessionTest.php | 16 +++++--------- unit-tests/Extension/GlobalsTest.php | 16 +++++--------- unit-tests/Extension/InstanceOffTest.php | 16 +++++--------- unit-tests/Extension/InstanceTest.php | 16 +++++--------- .../Extension/Integral/FannkuchTest.php | 16 +++++--------- .../Extension/Integral/RegexDNATest.php | 16 +++++--------- unit-tests/Extension/Integral/SortTest.php | 16 +++++--------- unit-tests/Extension/InternalClassesTest.php | 16 +++++--------- unit-tests/Extension/InvokeTest.php | 16 +++++--------- unit-tests/Extension/IssetTest.php | 16 +++++--------- unit-tests/Extension/Issue1521Test.php | 16 +++++--------- unit-tests/Extension/JsonTest.php | 16 +++++--------- unit-tests/Extension/MCallDynamicTest.php | 16 +++++--------- unit-tests/Extension/MCallTest.php | 16 +++++--------- unit-tests/Extension/McallChainedTest.php | 16 +++++--------- unit-tests/Extension/MethodArgsTest.php | 16 +++++--------- unit-tests/Extension/NativeArrayTest.php | 16 +++++--------- .../Extension/Oo/DeprecatedMethodsTest.php | 16 +++++--------- unit-tests/Extension/Oo/ExtendClassTest.php | 16 +++++--------- unit-tests/Extension/Oo/OoParamsTest.php | 16 +++++--------- unit-tests/Extension/OoTest.php | 16 +++++--------- unit-tests/Extension/OperatorTest.php | 16 +++++--------- .../Extension/Optimizers/ArrayMergeTest.php | 16 +++++--------- .../Extension/Optimizers/CreateArrayTest.php | 16 +++++--------- .../Extension/Optimizers/IsScalarTest.php | 16 +++++--------- unit-tests/Extension/Optimizers/MathTest.php | 16 +++++--------- .../Extension/Optimizers/StrReplaceTest.php | 16 +++++--------- .../Extension/Optimizers/SubstrTest.php | 16 +++++--------- unit-tests/Extension/PregmatchTest.php | 16 +++++--------- .../Properties/PrivatePropertiesTest.php | 16 +++++--------- .../Properties/PropertyArrayTest.php | 16 +++++--------- .../Properties/ProtectedPropertiesTest.php | 16 +++++--------- .../Properties/PublicPropertiesTest.php | 16 +++++--------- .../Properties/StaticPropertyArrayTest.php | 16 +++++--------- .../Properties/StaticPublicPropertiesTest.php | 16 +++++--------- unit-tests/Extension/RequiresTest.php | 16 +++++--------- unit-tests/Extension/ResourceTest.php | 16 +++++--------- unit-tests/Extension/ReturnsTest.php | 16 +++++--------- unit-tests/Extension/RouterTest.php | 16 +++++--------- unit-tests/Extension/SPropertyAccessTest.php | 16 +++++--------- unit-tests/Extension/ScallExternalTest.php | 16 +++++--------- unit-tests/Extension/ScallTest.php | 16 +++++--------- unit-tests/Extension/ScopeTest.php | 16 +++++--------- unit-tests/Extension/StatementsTest.php | 16 +++++--------- unit-tests/Extension/StringTest.php | 16 +++++--------- unit-tests/Extension/TernaryTest.php | 16 +++++--------- unit-tests/Extension/TryTest.php | 16 +++++--------- unit-tests/Extension/TypeoffTest.php | 16 +++++--------- unit-tests/Extension/UnsetTest.php | 16 +++++--------- unit-tests/Extension/VarsTest.php | 16 +++++--------- .../CompilerFile/CheckDependenciesTest.php | 16 +++++--------- .../Zephir/Test/ConfigExceptionTest.php | 16 +++++--------- unit-tests/Zephir/Test/ConfigTest.php | 16 +++++--------- unit-tests/Zephir/Test/UtilsTest.php | 16 +++++--------- unit-tests/bootstrap.php | 16 +++++--------- unit-tests/microbench.php | 16 +++++--------- unit-tests/phpunit | 16 +++++--------- 439 files changed, 2196 insertions(+), 4824 deletions(-) diff --git a/Library/AliasManager.php b/Library/AliasManager.php index f6579539fc..5b69727b3e 100644 --- a/Library/AliasManager.php +++ b/Library/AliasManager.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Backends/ZendEngine2/StringsManager.php b/Library/Backends/ZendEngine2/StringsManager.php index 46a2bc541d..f44a060c0b 100644 --- a/Library/Backends/ZendEngine2/StringsManager.php +++ b/Library/Backends/ZendEngine2/StringsManager.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Backends/ZendEngine3/StringsManager.php b/Library/Backends/ZendEngine3/StringsManager.php index 6b7f4d9511..409a70faf1 100644 --- a/Library/Backends/ZendEngine3/StringsManager.php +++ b/Library/Backends/ZendEngine3/StringsManager.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/BaseBackend.php b/Library/BaseBackend.php index 245911f1e4..020ace9770 100644 --- a/Library/BaseBackend.php +++ b/Library/BaseBackend.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Branch.php b/Library/Branch.php index 73673481e6..9e7647879c 100644 --- a/Library/Branch.php +++ b/Library/Branch.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/BranchGraph.php b/Library/BranchGraph.php index 9efe6bd755..b4f898dc3b 100644 --- a/Library/BranchGraph.php +++ b/Library/BranchGraph.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/BranchGraphNode.php b/Library/BranchGraphNode.php index 263e7e645a..8007ae7002 100644 --- a/Library/BranchGraphNode.php +++ b/Library/BranchGraphNode.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/BranchManager.php b/Library/BranchManager.php index c755dde71a..3676c17543 100644 --- a/Library/BranchManager.php +++ b/Library/BranchManager.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/FunctionCallBuilder.php b/Library/Builder/FunctionCallBuilder.php index 02c3d15c7b..30e6c621ff 100644 --- a/Library/Builder/FunctionCallBuilder.php +++ b/Library/Builder/FunctionCallBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/LiteralBuilder.php b/Library/Builder/LiteralBuilder.php index 5b2736f844..0cb99c9595 100644 --- a/Library/Builder/LiteralBuilder.php +++ b/Library/Builder/LiteralBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/Operators/AbstractOperatorBuilder.php b/Library/Builder/Operators/AbstractOperatorBuilder.php index acb919b22b..32ec25470d 100644 --- a/Library/Builder/Operators/AbstractOperatorBuilder.php +++ b/Library/Builder/Operators/AbstractOperatorBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/Operators/BinaryOperatorBuilder.php b/Library/Builder/Operators/BinaryOperatorBuilder.php index cef91c6e0e..de87f7ae99 100644 --- a/Library/Builder/Operators/BinaryOperatorBuilder.php +++ b/Library/Builder/Operators/BinaryOperatorBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/Operators/CastOperatorBuilder.php b/Library/Builder/Operators/CastOperatorBuilder.php index e7970ac6b4..2e4991feab 100644 --- a/Library/Builder/Operators/CastOperatorBuilder.php +++ b/Library/Builder/Operators/CastOperatorBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/Operators/NewInstanceOperatorBuilder.php b/Library/Builder/Operators/NewInstanceOperatorBuilder.php index 83a94823cc..6a44b5beef 100644 --- a/Library/Builder/Operators/NewInstanceOperatorBuilder.php +++ b/Library/Builder/Operators/NewInstanceOperatorBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/Operators/TypeOfOperatorBuilder.php b/Library/Builder/Operators/TypeOfOperatorBuilder.php index 9226ca2193..a457a986f4 100644 --- a/Library/Builder/Operators/TypeOfOperatorBuilder.php +++ b/Library/Builder/Operators/TypeOfOperatorBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/Operators/UnaryOperatorBuilder.php b/Library/Builder/Operators/UnaryOperatorBuilder.php index 54cafeb1a8..e12b38e6d5 100644 --- a/Library/Builder/Operators/UnaryOperatorBuilder.php +++ b/Library/Builder/Operators/UnaryOperatorBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/ParameterBuilder.php b/Library/Builder/ParameterBuilder.php index d5ad0a4f1a..4704be37b9 100644 --- a/Library/Builder/ParameterBuilder.php +++ b/Library/Builder/ParameterBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/RawExpressionBuilder.php b/Library/Builder/RawExpressionBuilder.php index d3dac6526f..e5c251276c 100644 --- a/Library/Builder/RawExpressionBuilder.php +++ b/Library/Builder/RawExpressionBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/Statements/AbstractStatementBuilder.php b/Library/Builder/Statements/AbstractStatementBuilder.php index 3e5bf76278..fa4f1ddcef 100644 --- a/Library/Builder/Statements/AbstractStatementBuilder.php +++ b/Library/Builder/Statements/AbstractStatementBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/Statements/IfStatementBuilder.php b/Library/Builder/Statements/IfStatementBuilder.php index a8c3eb75f2..6e3e5c5226 100644 --- a/Library/Builder/Statements/IfStatementBuilder.php +++ b/Library/Builder/Statements/IfStatementBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/Statements/LetStatementBuilder.php b/Library/Builder/Statements/LetStatementBuilder.php index af48f026c0..4052bd359f 100644 --- a/Library/Builder/Statements/LetStatementBuilder.php +++ b/Library/Builder/Statements/LetStatementBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/Statements/ReturnStatementBuilder.php b/Library/Builder/Statements/ReturnStatementBuilder.php index 0369389cdb..c30e252e76 100644 --- a/Library/Builder/Statements/ReturnStatementBuilder.php +++ b/Library/Builder/Statements/ReturnStatementBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/Statements/ThrowStatementBuilder.php b/Library/Builder/Statements/ThrowStatementBuilder.php index 3d70072758..de8ddc748f 100644 --- a/Library/Builder/Statements/ThrowStatementBuilder.php +++ b/Library/Builder/Statements/ThrowStatementBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/StatementsBlockBuilder.php b/Library/Builder/StatementsBlockBuilder.php index 82649ee78d..1404dd8492 100644 --- a/Library/Builder/StatementsBlockBuilder.php +++ b/Library/Builder/StatementsBlockBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Builder/VariableBuilder.php b/Library/Builder/VariableBuilder.php index ef81372ccd..765d83d695 100644 --- a/Library/Builder/VariableBuilder.php +++ b/Library/Builder/VariableBuilder.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Cache/ClassEntryCache.php b/Library/Cache/ClassEntryCache.php index e2b0d49eee..45bd9433c3 100644 --- a/Library/Cache/ClassEntryCache.php +++ b/Library/Cache/ClassEntryCache.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Cache/FunctionCache.php b/Library/Cache/FunctionCache.php index a6514c0e5b..726b421a4a 100644 --- a/Library/Cache/FunctionCache.php +++ b/Library/Cache/FunctionCache.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Cache/MethodCache.php b/Library/Cache/MethodCache.php index e8cbffc8c5..38225dc329 100644 --- a/Library/Cache/MethodCache.php +++ b/Library/Cache/MethodCache.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Cache/SlotsCache.php b/Library/Cache/SlotsCache.php index dd8ea1ba01..9e993a9480 100644 --- a/Library/Cache/SlotsCache.php +++ b/Library/Cache/SlotsCache.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Cache/StaticMethodCache.php b/Library/Cache/StaticMethodCache.php index 31b8b986d4..1aa6621a3d 100644 --- a/Library/Cache/StaticMethodCache.php +++ b/Library/Cache/StaticMethodCache.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/CacheManager.php b/Library/CacheManager.php index 890d7cba4a..ddd1e82d5c 100644 --- a/Library/CacheManager.php +++ b/Library/CacheManager.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Call.php b/Library/Call.php index e87dd0463f..e85353afa0 100644 --- a/Library/Call.php +++ b/Library/Call.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/ClassConstant.php b/Library/ClassConstant.php index 56bc69922c..c4fe319c3c 100644 --- a/Library/ClassConstant.php +++ b/Library/ClassConstant.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/ClassProperty.php b/Library/ClassProperty.php index bff7c747e2..0686d4a5fc 100644 --- a/Library/ClassProperty.php +++ b/Library/ClassProperty.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Code/Builder/Struct.php b/Library/Code/Builder/Struct.php index 8ce80d1c3d..26e7def3c5 100644 --- a/Library/Code/Builder/Struct.php +++ b/Library/Code/Builder/Struct.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/CodePrinter.php b/Library/CodePrinter.php index 118ba49eab..8e56997a4b 100644 --- a/Library/CodePrinter.php +++ b/Library/CodePrinter.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Color.php b/Library/Color.php index 480ee2e4b7..ac074d9f4b 100644 --- a/Library/Color.php +++ b/Library/Color.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/CompilationContext.php b/Library/CompilationContext.php index d4ffd719b7..67c23378d5 100644 --- a/Library/CompilationContext.php +++ b/Library/CompilationContext.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/CompiledExpression.php b/Library/CompiledExpression.php index ca1d66d28a..f85515cdbf 100644 --- a/Library/CompiledExpression.php +++ b/Library/CompiledExpression.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Compiler/FileInterface.php b/Library/Compiler/FileInterface.php index 291016bbdc..10d1ee2a90 100644 --- a/Library/Compiler/FileInterface.php +++ b/Library/Compiler/FileInterface.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/CompilerFileAnonymous.php b/Library/CompilerFileAnonymous.php index ba30789a04..3a28a62518 100644 --- a/Library/CompilerFileAnonymous.php +++ b/Library/CompilerFileAnonymous.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/ConfigException.php b/Library/ConfigException.php index 6b54ef940d..49b532adc4 100644 --- a/Library/ConfigException.php +++ b/Library/ConfigException.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2014 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/DependencyMap.php b/Library/DependencyMap.php index 91e2b77264..ea4c241501 100644 --- a/Library/DependencyMap.php +++ b/Library/DependencyMap.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Detectors/ForValueUseDetector.php b/Library/Detectors/ForValueUseDetector.php index ec22a9c71a..2582487191 100644 --- a/Library/Detectors/ForValueUseDetector.php +++ b/Library/Detectors/ForValueUseDetector.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Detectors/ReadDetector.php b/Library/Detectors/ReadDetector.php index aa0081fa96..c8e547f660 100644 --- a/Library/Detectors/ReadDetector.php +++ b/Library/Detectors/ReadDetector.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Detectors/WriteDetector.php b/Library/Detectors/WriteDetector.php index 2c16cab200..c2aa6bfe3d 100644 --- a/Library/Detectors/WriteDetector.php +++ b/Library/Detectors/WriteDetector.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation.php b/Library/Documentation.php index 078a81288b..5191b83def 100644 --- a/Library/Documentation.php +++ b/Library/Documentation.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2014 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/AbstractFile.php b/Library/Documentation/AbstractFile.php index 6a482c1209..2ff750c47c 100644 --- a/Library/Documentation/AbstractFile.php +++ b/Library/Documentation/AbstractFile.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/Annotation.php b/Library/Documentation/Annotation.php index a97e1e2e0f..b8d46b0d70 100644 --- a/Library/Documentation/Annotation.php +++ b/Library/Documentation/Annotation.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/Annotation/Link.php b/Library/Documentation/Annotation/Link.php index 74357e3d52..e925bc4fd9 100644 --- a/Library/Documentation/Annotation/Link.php +++ b/Library/Documentation/Annotation/Link.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/Annotation/ReturnAnnotation.php b/Library/Documentation/Annotation/ReturnAnnotation.php index 607b9c0ada..a0a5939296 100644 --- a/Library/Documentation/Annotation/ReturnAnnotation.php +++ b/Library/Documentation/Annotation/ReturnAnnotation.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/Annotation/See.php b/Library/Documentation/Annotation/See.php index 5aba220895..25afb29063 100644 --- a/Library/Documentation/Annotation/See.php +++ b/Library/Documentation/Annotation/See.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/Docblock.php b/Library/Documentation/Docblock.php index e6b2ddf84c..ce56e455d2 100644 --- a/Library/Documentation/Docblock.php +++ b/Library/Documentation/Docblock.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/DocblockParser.php b/Library/Documentation/DocblockParser.php index d85c3b1ad1..6b6f1d7cee 100644 --- a/Library/Documentation/DocblockParser.php +++ b/Library/Documentation/DocblockParser.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/File/ClassFile.php b/Library/Documentation/File/ClassFile.php index c884ce37d8..6fd1054cc5 100644 --- a/Library/Documentation/File/ClassFile.php +++ b/Library/Documentation/File/ClassFile.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/File/ClassesFile.php b/Library/Documentation/File/ClassesFile.php index d0a56a8134..44c4d44dae 100644 --- a/Library/Documentation/File/ClassesFile.php +++ b/Library/Documentation/File/ClassesFile.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/File/IndexFile.php b/Library/Documentation/File/IndexFile.php index 21bd7e882a..f236c72ae9 100644 --- a/Library/Documentation/File/IndexFile.php +++ b/Library/Documentation/File/IndexFile.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/File/NamespaceFile.php b/Library/Documentation/File/NamespaceFile.php index ab9dae7d27..ea3fdcafcb 100644 --- a/Library/Documentation/File/NamespaceFile.php +++ b/Library/Documentation/File/NamespaceFile.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/File/NamespacesFile.php b/Library/Documentation/File/NamespacesFile.php index 39983d1f27..6f0d5361e6 100644 --- a/Library/Documentation/File/NamespacesFile.php +++ b/Library/Documentation/File/NamespacesFile.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/File/Sitemap.php b/Library/Documentation/File/Sitemap.php index 87bde90cb1..4dba277b8c 100644 --- a/Library/Documentation/File/Sitemap.php +++ b/Library/Documentation/File/Sitemap.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/File/SourceFile.php b/Library/Documentation/File/SourceFile.php index 72383877fb..afa4546117 100644 --- a/Library/Documentation/File/SourceFile.php +++ b/Library/Documentation/File/SourceFile.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/NamespaceAccessor.php b/Library/Documentation/NamespaceAccessor.php index b81449fdb4..255358f1b1 100644 --- a/Library/Documentation/NamespaceAccessor.php +++ b/Library/Documentation/NamespaceAccessor.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/NamespaceHelper.php b/Library/Documentation/NamespaceHelper.php index aaead7ac14..071c9d132b 100644 --- a/Library/Documentation/NamespaceHelper.php +++ b/Library/Documentation/NamespaceHelper.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Documentation/Theme.php b/Library/Documentation/Theme.php index fa3d3e83e6..2809fff135 100644 --- a/Library/Documentation/Theme.php +++ b/Library/Documentation/Theme.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/EventsManager.php b/Library/EventsManager.php index 11c2a1358f..a55c954d38 100644 --- a/Library/EventsManager.php +++ b/Library/EventsManager.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Exception.php b/Library/Exception.php index eb1093a73e..28cb0682fb 100644 --- a/Library/Exception.php +++ b/Library/Exception.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Exception/IllegalStateException.php b/Library/Exception/IllegalStateException.php index 811c31d2f8..ac1a96bee2 100644 --- a/Library/Exception/IllegalStateException.php +++ b/Library/Exception/IllegalStateException.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Expression.php b/Library/Expression.php index 96adfb2ebf..a6137f5544 100644 --- a/Library/Expression.php +++ b/Library/Expression.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Expression/Builder/AbstractBuilder.php b/Library/Expression/Builder/AbstractBuilder.php index 337767a5a5..e390660d5c 100644 --- a/Library/Expression/Builder/AbstractBuilder.php +++ b/Library/Expression/Builder/AbstractBuilder.php @@ -1,18 +1,12 @@ | +--------------------------------------------------------------------------+ diff --git a/Library/Operators/Bitwise/BitwiseNotOperator.php b/Library/Operators/Bitwise/BitwiseNotOperator.php index 0d43a75bb6..54023336e8 100644 --- a/Library/Operators/Bitwise/BitwiseNotOperator.php +++ b/Library/Operators/Bitwise/BitwiseNotOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Bitwise/BitwiseOrOperator.php b/Library/Operators/Bitwise/BitwiseOrOperator.php index 28cba8fe45..ce09515373 100644 --- a/Library/Operators/Bitwise/BitwiseOrOperator.php +++ b/Library/Operators/Bitwise/BitwiseOrOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Bitwise/BitwiseXorOperator.php b/Library/Operators/Bitwise/BitwiseXorOperator.php index 67908b9244..36cfad8473 100644 --- a/Library/Operators/Bitwise/BitwiseXorOperator.php +++ b/Library/Operators/Bitwise/BitwiseXorOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Bitwise/ShiftLeftOperator.php b/Library/Operators/Bitwise/ShiftLeftOperator.php index 927a6e057e..9c15243bf4 100644 --- a/Library/Operators/Bitwise/ShiftLeftOperator.php +++ b/Library/Operators/Bitwise/ShiftLeftOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Bitwise/ShiftRightOperator.php b/Library/Operators/Bitwise/ShiftRightOperator.php index a7973c0c47..e01fac1e2b 100644 --- a/Library/Operators/Bitwise/ShiftRightOperator.php +++ b/Library/Operators/Bitwise/ShiftRightOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Comparison/ComparisonBaseOperator.php b/Library/Operators/Comparison/ComparisonBaseOperator.php index 5cef241e2b..20a818e9fd 100644 --- a/Library/Operators/Comparison/ComparisonBaseOperator.php +++ b/Library/Operators/Comparison/ComparisonBaseOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Comparison/EqualsOperator.php b/Library/Operators/Comparison/EqualsOperator.php index ce6d7419b4..0ea02dbf61 100644 --- a/Library/Operators/Comparison/EqualsOperator.php +++ b/Library/Operators/Comparison/EqualsOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Comparison/GreaterEqualOperator.php b/Library/Operators/Comparison/GreaterEqualOperator.php index 61b9437a18..8673850e20 100644 --- a/Library/Operators/Comparison/GreaterEqualOperator.php +++ b/Library/Operators/Comparison/GreaterEqualOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Comparison/GreaterOperator.php b/Library/Operators/Comparison/GreaterOperator.php index 723c40631a..dc795513a9 100644 --- a/Library/Operators/Comparison/GreaterOperator.php +++ b/Library/Operators/Comparison/GreaterOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Comparison/IdenticalOperator.php b/Library/Operators/Comparison/IdenticalOperator.php index 38648bd9e3..f5286e8365 100644 --- a/Library/Operators/Comparison/IdenticalOperator.php +++ b/Library/Operators/Comparison/IdenticalOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Comparison/LessEqualOperator.php b/Library/Operators/Comparison/LessEqualOperator.php index cc506cc237..3dac9a19e2 100644 --- a/Library/Operators/Comparison/LessEqualOperator.php +++ b/Library/Operators/Comparison/LessEqualOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Comparison/LessOperator.php b/Library/Operators/Comparison/LessOperator.php index 8a5314672d..6196810aaa 100644 --- a/Library/Operators/Comparison/LessOperator.php +++ b/Library/Operators/Comparison/LessOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Comparison/NotEqualsOperator.php b/Library/Operators/Comparison/NotEqualsOperator.php index 97c7252a46..8df70e6fbc 100644 --- a/Library/Operators/Comparison/NotEqualsOperator.php +++ b/Library/Operators/Comparison/NotEqualsOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Comparison/NotIdenticalOperator.php b/Library/Operators/Comparison/NotIdenticalOperator.php index c0bd04b498..746d484839 100644 --- a/Library/Operators/Comparison/NotIdenticalOperator.php +++ b/Library/Operators/Comparison/NotIdenticalOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Logical/AndOperator.php b/Library/Operators/Logical/AndOperator.php index 8758f2976d..d363d13f57 100644 --- a/Library/Operators/Logical/AndOperator.php +++ b/Library/Operators/Logical/AndOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Logical/LogicalBaseOperator.php b/Library/Operators/Logical/LogicalBaseOperator.php index 41018b4641..9fdf8241db 100644 --- a/Library/Operators/Logical/LogicalBaseOperator.php +++ b/Library/Operators/Logical/LogicalBaseOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Logical/OrOperator.php b/Library/Operators/Logical/OrOperator.php index d3f7116be2..b9be96331f 100644 --- a/Library/Operators/Logical/OrOperator.php +++ b/Library/Operators/Logical/OrOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/CastOperator.php b/Library/Operators/Other/CastOperator.php index c6de23879d..86dbca1fdf 100644 --- a/Library/Operators/Other/CastOperator.php +++ b/Library/Operators/Other/CastOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/CloneOperator.php b/Library/Operators/Other/CloneOperator.php index bac73ca606..8edca1e2ad 100644 --- a/Library/Operators/Other/CloneOperator.php +++ b/Library/Operators/Other/CloneOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/ConcatOperator.php b/Library/Operators/Other/ConcatOperator.php index beb87ad6bb..4056e2dae3 100644 --- a/Library/Operators/Other/ConcatOperator.php +++ b/Library/Operators/Other/ConcatOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/EmptyOperator.php b/Library/Operators/Other/EmptyOperator.php index 372db3dd67..a2b8ec52d7 100644 --- a/Library/Operators/Other/EmptyOperator.php +++ b/Library/Operators/Other/EmptyOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/FetchOperator.php b/Library/Operators/Other/FetchOperator.php index 5cba329f33..5f38f6d53e 100644 --- a/Library/Operators/Other/FetchOperator.php +++ b/Library/Operators/Other/FetchOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/InstanceOfOperator.php b/Library/Operators/Other/InstanceOfOperator.php index 6036e89fde..b8c6117419 100644 --- a/Library/Operators/Other/InstanceOfOperator.php +++ b/Library/Operators/Other/InstanceOfOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/IssetOperator.php b/Library/Operators/Other/IssetOperator.php index f0615b20df..82ab73ab77 100644 --- a/Library/Operators/Other/IssetOperator.php +++ b/Library/Operators/Other/IssetOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/LikelyOperator.php b/Library/Operators/Other/LikelyOperator.php index 5998c939c4..006ac53102 100644 --- a/Library/Operators/Other/LikelyOperator.php +++ b/Library/Operators/Other/LikelyOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/NewInstanceOperator.php b/Library/Operators/Other/NewInstanceOperator.php index 1343ef0be3..304b4ca9c5 100644 --- a/Library/Operators/Other/NewInstanceOperator.php +++ b/Library/Operators/Other/NewInstanceOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/NewInstanceTypeOperator.php b/Library/Operators/Other/NewInstanceTypeOperator.php index 6c1c0a2441..d1eab01f81 100644 --- a/Library/Operators/Other/NewInstanceTypeOperator.php +++ b/Library/Operators/Other/NewInstanceTypeOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/RangeExclusiveOperator.php b/Library/Operators/Other/RangeExclusiveOperator.php index 9adba61279..15f2dd9b0d 100644 --- a/Library/Operators/Other/RangeExclusiveOperator.php +++ b/Library/Operators/Other/RangeExclusiveOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/RangeInclusiveOperator.php b/Library/Operators/Other/RangeInclusiveOperator.php index 40ece1dad8..bce012bf3c 100644 --- a/Library/Operators/Other/RangeInclusiveOperator.php +++ b/Library/Operators/Other/RangeInclusiveOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/RequireOperator.php b/Library/Operators/Other/RequireOperator.php index f7e7a02112..04ea527ac7 100644 --- a/Library/Operators/Other/RequireOperator.php +++ b/Library/Operators/Other/RequireOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/ShortTernaryOperator.php b/Library/Operators/Other/ShortTernaryOperator.php index 11201b1a2b..fbfe98a166 100644 --- a/Library/Operators/Other/ShortTernaryOperator.php +++ b/Library/Operators/Other/ShortTernaryOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/TernaryOperator.php b/Library/Operators/Other/TernaryOperator.php index b399d632d5..0f4a475113 100644 --- a/Library/Operators/Other/TernaryOperator.php +++ b/Library/Operators/Other/TernaryOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/TypeOfOperator.php b/Library/Operators/Other/TypeOfOperator.php index 2a15de602e..32a7c114a2 100644 --- a/Library/Operators/Other/TypeOfOperator.php +++ b/Library/Operators/Other/TypeOfOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Other/UnlikelyOperator.php b/Library/Operators/Other/UnlikelyOperator.php index 9b287a8253..30bbdd7bda 100644 --- a/Library/Operators/Other/UnlikelyOperator.php +++ b/Library/Operators/Other/UnlikelyOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Unary/MinusOperator.php b/Library/Operators/Unary/MinusOperator.php index ec39f24481..7713855d0c 100644 --- a/Library/Operators/Unary/MinusOperator.php +++ b/Library/Operators/Unary/MinusOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Unary/NotOperator.php b/Library/Operators/Unary/NotOperator.php index 1daf3e4662..d692fec31b 100644 --- a/Library/Operators/Unary/NotOperator.php +++ b/Library/Operators/Unary/NotOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Operators/Unary/PlusOperator.php b/Library/Operators/Unary/PlusOperator.php index c56a70e3f8..a79f919180 100644 --- a/Library/Operators/Unary/PlusOperator.php +++ b/Library/Operators/Unary/PlusOperator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/EvalExpression.php b/Library/Optimizers/EvalExpression.php index 89e3b3f28d..f2c6f267e3 100644 --- a/Library/Optimizers/EvalExpression.php +++ b/Library/Optimizers/EvalExpression.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/ACosOptimizer.php b/Library/Optimizers/FunctionCall/ACosOptimizer.php index ca3d611dde..bc50686a23 100644 --- a/Library/Optimizers/FunctionCall/ACosOptimizer.php +++ b/Library/Optimizers/FunctionCall/ACosOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/ASinOptimizer.php b/Library/Optimizers/FunctionCall/ASinOptimizer.php index 9440d9da8d..d041b2504e 100644 --- a/Library/Optimizers/FunctionCall/ASinOptimizer.php +++ b/Library/Optimizers/FunctionCall/ASinOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/AddslashesOptimizer.php b/Library/Optimizers/FunctionCall/AddslashesOptimizer.php index 5c41538af4..ae916465d8 100644 --- a/Library/Optimizers/FunctionCall/AddslashesOptimizer.php +++ b/Library/Optimizers/FunctionCall/AddslashesOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/ArrayKeyExistsOptimizer.php b/Library/Optimizers/FunctionCall/ArrayKeyExistsOptimizer.php index 97e92d461f..22cecb2778 100644 --- a/Library/Optimizers/FunctionCall/ArrayKeyExistsOptimizer.php +++ b/Library/Optimizers/FunctionCall/ArrayKeyExistsOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/ArrayKeysOptimizer.php b/Library/Optimizers/FunctionCall/ArrayKeysOptimizer.php index 607fe3e9c4..ed4f5a3391 100644 --- a/Library/Optimizers/FunctionCall/ArrayKeysOptimizer.php +++ b/Library/Optimizers/FunctionCall/ArrayKeysOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/ArrayMergeOptimizer.php b/Library/Optimizers/FunctionCall/ArrayMergeOptimizer.php index 0edfb5ea52..0108f0ae14 100644 --- a/Library/Optimizers/FunctionCall/ArrayMergeOptimizer.php +++ b/Library/Optimizers/FunctionCall/ArrayMergeOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/BasenameOptimizer.php b/Library/Optimizers/FunctionCall/BasenameOptimizer.php index f06d9ec73d..a608eb7ac9 100644 --- a/Library/Optimizers/FunctionCall/BasenameOptimizer.php +++ b/Library/Optimizers/FunctionCall/BasenameOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/CallUserFuncArrayOptimizer.php b/Library/Optimizers/FunctionCall/CallUserFuncArrayOptimizer.php index 02bd78d905..34085e228f 100644 --- a/Library/Optimizers/FunctionCall/CallUserFuncArrayOptimizer.php +++ b/Library/Optimizers/FunctionCall/CallUserFuncArrayOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/CallUserFuncOptimizer.php b/Library/Optimizers/FunctionCall/CallUserFuncOptimizer.php index d47b4319fd..ff7ef7f990 100644 --- a/Library/Optimizers/FunctionCall/CallUserFuncOptimizer.php +++ b/Library/Optimizers/FunctionCall/CallUserFuncOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/CamelizeOptimizer.php b/Library/Optimizers/FunctionCall/CamelizeOptimizer.php index ed3df92b92..707a45dd04 100644 --- a/Library/Optimizers/FunctionCall/CamelizeOptimizer.php +++ b/Library/Optimizers/FunctionCall/CamelizeOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/CeilOptimizer.php b/Library/Optimizers/FunctionCall/CeilOptimizer.php index b85379927f..19f90b50bb 100644 --- a/Library/Optimizers/FunctionCall/CeilOptimizer.php +++ b/Library/Optimizers/FunctionCall/CeilOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/ClassExistsOptimizer.php b/Library/Optimizers/FunctionCall/ClassExistsOptimizer.php index 2c6216592a..288794e563 100644 --- a/Library/Optimizers/FunctionCall/ClassExistsOptimizer.php +++ b/Library/Optimizers/FunctionCall/ClassExistsOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/CompareMtimeOptimizer.php b/Library/Optimizers/FunctionCall/CompareMtimeOptimizer.php index 2f000782f2..801918288b 100644 --- a/Library/Optimizers/FunctionCall/CompareMtimeOptimizer.php +++ b/Library/Optimizers/FunctionCall/CompareMtimeOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/CosOptimizer.php b/Library/Optimizers/FunctionCall/CosOptimizer.php index 75a467b906..a0a80e83fe 100644 --- a/Library/Optimizers/FunctionCall/CosOptimizer.php +++ b/Library/Optimizers/FunctionCall/CosOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/CountOptimizer.php b/Library/Optimizers/FunctionCall/CountOptimizer.php index c0c49cc0f2..c5973b259d 100644 --- a/Library/Optimizers/FunctionCall/CountOptimizer.php +++ b/Library/Optimizers/FunctionCall/CountOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/Crc32Optimizer.php b/Library/Optimizers/FunctionCall/Crc32Optimizer.php index 879e28a410..83b17e7371 100644 --- a/Library/Optimizers/FunctionCall/Crc32Optimizer.php +++ b/Library/Optimizers/FunctionCall/Crc32Optimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/CreateArrayOptimizer.php b/Library/Optimizers/FunctionCall/CreateArrayOptimizer.php index a49a1296f8..590fa26cc2 100644 --- a/Library/Optimizers/FunctionCall/CreateArrayOptimizer.php +++ b/Library/Optimizers/FunctionCall/CreateArrayOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/CreateInstanceOptimizer.php b/Library/Optimizers/FunctionCall/CreateInstanceOptimizer.php index 64c59abfb9..eb6d675989 100644 --- a/Library/Optimizers/FunctionCall/CreateInstanceOptimizer.php +++ b/Library/Optimizers/FunctionCall/CreateInstanceOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/CreateInstanceParamsOptimizer.php b/Library/Optimizers/FunctionCall/CreateInstanceParamsOptimizer.php index 60f18d314e..09bf75dde3 100644 --- a/Library/Optimizers/FunctionCall/CreateInstanceParamsOptimizer.php +++ b/Library/Optimizers/FunctionCall/CreateInstanceParamsOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/CreateSymbolTableOptimizer.php b/Library/Optimizers/FunctionCall/CreateSymbolTableOptimizer.php index caebc78ae7..885e22cb7b 100644 --- a/Library/Optimizers/FunctionCall/CreateSymbolTableOptimizer.php +++ b/Library/Optimizers/FunctionCall/CreateSymbolTableOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/DieOptimizer.php b/Library/Optimizers/FunctionCall/DieOptimizer.php index 686c94bf50..4768bf258f 100644 --- a/Library/Optimizers/FunctionCall/DieOptimizer.php +++ b/Library/Optimizers/FunctionCall/DieOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/DoublevalOptimizer.php b/Library/Optimizers/FunctionCall/DoublevalOptimizer.php index a8f2b2cda3..266fb8d29f 100644 --- a/Library/Optimizers/FunctionCall/DoublevalOptimizer.php +++ b/Library/Optimizers/FunctionCall/DoublevalOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/EndsWithOptimizer.php b/Library/Optimizers/FunctionCall/EndsWithOptimizer.php index 5f5bbe0451..3422bdaeba 100644 --- a/Library/Optimizers/FunctionCall/EndsWithOptimizer.php +++ b/Library/Optimizers/FunctionCall/EndsWithOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/EvalOptimizer.php b/Library/Optimizers/FunctionCall/EvalOptimizer.php index d3341bff84..dfb389d4f6 100644 --- a/Library/Optimizers/FunctionCall/EvalOptimizer.php +++ b/Library/Optimizers/FunctionCall/EvalOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/ExitOptimizer.php b/Library/Optimizers/FunctionCall/ExitOptimizer.php index fb04eb3475..7436a9d91c 100644 --- a/Library/Optimizers/FunctionCall/ExitOptimizer.php +++ b/Library/Optimizers/FunctionCall/ExitOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/ExplodeOptimizer.php b/Library/Optimizers/FunctionCall/ExplodeOptimizer.php index a35763bc0d..2fd955c760 100644 --- a/Library/Optimizers/FunctionCall/ExplodeOptimizer.php +++ b/Library/Optimizers/FunctionCall/ExplodeOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/FcloseOptimizer.php b/Library/Optimizers/FunctionCall/FcloseOptimizer.php index f6360fa532..e2bc455cab 100644 --- a/Library/Optimizers/FunctionCall/FcloseOptimizer.php +++ b/Library/Optimizers/FunctionCall/FcloseOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/FeofOptimizer.php b/Library/Optimizers/FunctionCall/FeofOptimizer.php index 1548952ced..5252cd8c46 100644 --- a/Library/Optimizers/FunctionCall/FeofOptimizer.php +++ b/Library/Optimizers/FunctionCall/FeofOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/FileExistsOptimizer.php b/Library/Optimizers/FunctionCall/FileExistsOptimizer.php index a5b2a9862e..7d4beb9246 100644 --- a/Library/Optimizers/FunctionCall/FileExistsOptimizer.php +++ b/Library/Optimizers/FunctionCall/FileExistsOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/FileGetContentsOptimizer.php b/Library/Optimizers/FunctionCall/FileGetContentsOptimizer.php index aaa9def93f..cacfcdf01f 100644 --- a/Library/Optimizers/FunctionCall/FileGetContentsOptimizer.php +++ b/Library/Optimizers/FunctionCall/FileGetContentsOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/FilePutContentsOptimizer.php b/Library/Optimizers/FunctionCall/FilePutContentsOptimizer.php index 6dc1dc2649..c11df10131 100644 --- a/Library/Optimizers/FunctionCall/FilePutContentsOptimizer.php +++ b/Library/Optimizers/FunctionCall/FilePutContentsOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/FilemtimeOptimizer.php b/Library/Optimizers/FunctionCall/FilemtimeOptimizer.php index be9e2586bf..5defd8dc21 100644 --- a/Library/Optimizers/FunctionCall/FilemtimeOptimizer.php +++ b/Library/Optimizers/FunctionCall/FilemtimeOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/FloorOptimizer.php b/Library/Optimizers/FunctionCall/FloorOptimizer.php index 0331b92281..c322c91527 100644 --- a/Library/Optimizers/FunctionCall/FloorOptimizer.php +++ b/Library/Optimizers/FunctionCall/FloorOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/FuncGetArgOptimizer.php b/Library/Optimizers/FunctionCall/FuncGetArgOptimizer.php index 01e857e6a3..45cc8bd801 100644 --- a/Library/Optimizers/FunctionCall/FuncGetArgOptimizer.php +++ b/Library/Optimizers/FunctionCall/FuncGetArgOptimizer.php @@ -1,20 +1,14 @@ | +--------------------------------------------------------------------------+ diff --git a/Library/Optimizers/FunctionCall/JsonEncodeOptimizer.php b/Library/Optimizers/FunctionCall/JsonEncodeOptimizer.php index 7bb387d8ce..e16a391e9f 100644 --- a/Library/Optimizers/FunctionCall/JsonEncodeOptimizer.php +++ b/Library/Optimizers/FunctionCall/JsonEncodeOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ | Authors: Rack Lin | +--------------------------------------------------------------------------+ diff --git a/Library/Optimizers/FunctionCall/LdexpOptimizer.php b/Library/Optimizers/FunctionCall/LdexpOptimizer.php index 7fc2dff61f..5282a294c0 100644 --- a/Library/Optimizers/FunctionCall/LdexpOptimizer.php +++ b/Library/Optimizers/FunctionCall/LdexpOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/LtrimOptimizer.php b/Library/Optimizers/FunctionCall/LtrimOptimizer.php index e55f9a5470..6ba027c3d5 100644 --- a/Library/Optimizers/FunctionCall/LtrimOptimizer.php +++ b/Library/Optimizers/FunctionCall/LtrimOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/Md5Optimizer.php b/Library/Optimizers/FunctionCall/Md5Optimizer.php index 73dcff0b1a..fb61d06c7d 100644 --- a/Library/Optimizers/FunctionCall/Md5Optimizer.php +++ b/Library/Optimizers/FunctionCall/Md5Optimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/MemstrOptimizer.php b/Library/Optimizers/FunctionCall/MemstrOptimizer.php index 1fcd776976..b2c6e652bb 100644 --- a/Library/Optimizers/FunctionCall/MemstrOptimizer.php +++ b/Library/Optimizers/FunctionCall/MemstrOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/MergeAppendOptimizer.php b/Library/Optimizers/FunctionCall/MergeAppendOptimizer.php index 5c0b48584e..f5ca14a244 100644 --- a/Library/Optimizers/FunctionCall/MergeAppendOptimizer.php +++ b/Library/Optimizers/FunctionCall/MergeAppendOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/MethodExistsOptimizer.php b/Library/Optimizers/FunctionCall/MethodExistsOptimizer.php index 8d6b7f69d4..f605fbaa47 100644 --- a/Library/Optimizers/FunctionCall/MethodExistsOptimizer.php +++ b/Library/Optimizers/FunctionCall/MethodExistsOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/MicrotimeOptimizer.php b/Library/Optimizers/FunctionCall/MicrotimeOptimizer.php index 5046fbba15..66aeacf6e2 100644 --- a/Library/Optimizers/FunctionCall/MicrotimeOptimizer.php +++ b/Library/Optimizers/FunctionCall/MicrotimeOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/MtRandOptimizer.php b/Library/Optimizers/FunctionCall/MtRandOptimizer.php index d504e3c4b9..7d452f1fb4 100644 --- a/Library/Optimizers/FunctionCall/MtRandOptimizer.php +++ b/Library/Optimizers/FunctionCall/MtRandOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/NextOptimizer.php b/Library/Optimizers/FunctionCall/NextOptimizer.php index e6287dee85..a8cefb2407 100644 --- a/Library/Optimizers/FunctionCall/NextOptimizer.php +++ b/Library/Optimizers/FunctionCall/NextOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/ObStart.php b/Library/Optimizers/FunctionCall/ObStart.php index bd9f73b573..2d2aee76d3 100644 --- a/Library/Optimizers/FunctionCall/ObStart.php +++ b/Library/Optimizers/FunctionCall/ObStart.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/PowOptimizer.php b/Library/Optimizers/FunctionCall/PowOptimizer.php index 16fe3a1d0e..b94349310f 100644 --- a/Library/Optimizers/FunctionCall/PowOptimizer.php +++ b/Library/Optimizers/FunctionCall/PowOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/PregMatchAllOptimizer.php b/Library/Optimizers/FunctionCall/PregMatchAllOptimizer.php index 9a43fb4383..620fff64a4 100644 --- a/Library/Optimizers/FunctionCall/PregMatchAllOptimizer.php +++ b/Library/Optimizers/FunctionCall/PregMatchAllOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ | Authors: Rack Lin | +--------------------------------------------------------------------------+ diff --git a/Library/Optimizers/FunctionCall/PregMatchOptimizer.php b/Library/Optimizers/FunctionCall/PregMatchOptimizer.php index 5b830e94cb..15151437a1 100644 --- a/Library/Optimizers/FunctionCall/PregMatchOptimizer.php +++ b/Library/Optimizers/FunctionCall/PregMatchOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ | Authors: Rack Lin | +--------------------------------------------------------------------------+ diff --git a/Library/Optimizers/FunctionCall/PrepareVirtualPathOptimizer.php b/Library/Optimizers/FunctionCall/PrepareVirtualPathOptimizer.php index f80213428e..637d5f37ca 100644 --- a/Library/Optimizers/FunctionCall/PrepareVirtualPathOptimizer.php +++ b/Library/Optimizers/FunctionCall/PrepareVirtualPathOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/RoundOptimizer.php b/Library/Optimizers/FunctionCall/RoundOptimizer.php index d72bc97c29..07c313646e 100644 --- a/Library/Optimizers/FunctionCall/RoundOptimizer.php +++ b/Library/Optimizers/FunctionCall/RoundOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/RtrimOptimizer.php b/Library/Optimizers/FunctionCall/RtrimOptimizer.php index 61eb136f00..1b04d11584 100644 --- a/Library/Optimizers/FunctionCall/RtrimOptimizer.php +++ b/Library/Optimizers/FunctionCall/RtrimOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/SinOptimizer.php b/Library/Optimizers/FunctionCall/SinOptimizer.php index 73b6324f37..df404ceccb 100644 --- a/Library/Optimizers/FunctionCall/SinOptimizer.php +++ b/Library/Optimizers/FunctionCall/SinOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/SqrtOptimizer.php b/Library/Optimizers/FunctionCall/SqrtOptimizer.php index df200b980e..895ac7c28a 100644 --- a/Library/Optimizers/FunctionCall/SqrtOptimizer.php +++ b/Library/Optimizers/FunctionCall/SqrtOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/StartsWithOptimizer.php b/Library/Optimizers/FunctionCall/StartsWithOptimizer.php index b9f5ba6a72..709a8d03a9 100644 --- a/Library/Optimizers/FunctionCall/StartsWithOptimizer.php +++ b/Library/Optimizers/FunctionCall/StartsWithOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/StrReplaceOptimizer.php b/Library/Optimizers/FunctionCall/StrReplaceOptimizer.php index 5af723360e..30c06a01a7 100644 --- a/Library/Optimizers/FunctionCall/StrReplaceOptimizer.php +++ b/Library/Optimizers/FunctionCall/StrReplaceOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/StripcslashesOptimizer.php b/Library/Optimizers/FunctionCall/StripcslashesOptimizer.php index 5858869e11..27c710b717 100644 --- a/Library/Optimizers/FunctionCall/StripcslashesOptimizer.php +++ b/Library/Optimizers/FunctionCall/StripcslashesOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/StripslashesOptimizer.php b/Library/Optimizers/FunctionCall/StripslashesOptimizer.php index bb59969d5e..acd5c6d3c2 100644 --- a/Library/Optimizers/FunctionCall/StripslashesOptimizer.php +++ b/Library/Optimizers/FunctionCall/StripslashesOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/StrlenOptimizer.php b/Library/Optimizers/FunctionCall/StrlenOptimizer.php index a6174eaf89..c2c7ae5e77 100644 --- a/Library/Optimizers/FunctionCall/StrlenOptimizer.php +++ b/Library/Optimizers/FunctionCall/StrlenOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/StrposOptimizer.php b/Library/Optimizers/FunctionCall/StrposOptimizer.php index a6a5b05d4c..ccd09e888f 100644 --- a/Library/Optimizers/FunctionCall/StrposOptimizer.php +++ b/Library/Optimizers/FunctionCall/StrposOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/StrtokOptimizer.php b/Library/Optimizers/FunctionCall/StrtokOptimizer.php index d14442bad5..b4a75e3159 100644 --- a/Library/Optimizers/FunctionCall/StrtokOptimizer.php +++ b/Library/Optimizers/FunctionCall/StrtokOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/StrtolowerOptimizer.php b/Library/Optimizers/FunctionCall/StrtolowerOptimizer.php index db00db8787..6de9fa1674 100644 --- a/Library/Optimizers/FunctionCall/StrtolowerOptimizer.php +++ b/Library/Optimizers/FunctionCall/StrtolowerOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/StrtoupperOptimizer.php b/Library/Optimizers/FunctionCall/StrtoupperOptimizer.php index 24e41d3beb..de404b21e9 100644 --- a/Library/Optimizers/FunctionCall/StrtoupperOptimizer.php +++ b/Library/Optimizers/FunctionCall/StrtoupperOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/SubstrOptimizer.php b/Library/Optimizers/FunctionCall/SubstrOptimizer.php index 80edaaf2bb..4587124b94 100644 --- a/Library/Optimizers/FunctionCall/SubstrOptimizer.php +++ b/Library/Optimizers/FunctionCall/SubstrOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ | Authors: Rack Lin | +--------------------------------------------------------------------------+ diff --git a/Library/Optimizers/FunctionCall/TanOptimizer.php b/Library/Optimizers/FunctionCall/TanOptimizer.php index 24cca2f681..3c5acd687a 100644 --- a/Library/Optimizers/FunctionCall/TanOptimizer.php +++ b/Library/Optimizers/FunctionCall/TanOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/TimeOptimizer.php b/Library/Optimizers/FunctionCall/TimeOptimizer.php index 91edf3afd3..61f8c11edd 100644 --- a/Library/Optimizers/FunctionCall/TimeOptimizer.php +++ b/Library/Optimizers/FunctionCall/TimeOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/TrimOptimizer.php b/Library/Optimizers/FunctionCall/TrimOptimizer.php index 9bf7f645aa..7c4017ca6b 100644 --- a/Library/Optimizers/FunctionCall/TrimOptimizer.php +++ b/Library/Optimizers/FunctionCall/TrimOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/UcfirstOptimizer.php b/Library/Optimizers/FunctionCall/UcfirstOptimizer.php index b7738aef9e..64b95a88d4 100644 --- a/Library/Optimizers/FunctionCall/UcfirstOptimizer.php +++ b/Library/Optimizers/FunctionCall/UcfirstOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/UncamelizeOptimizer.php b/Library/Optimizers/FunctionCall/UncamelizeOptimizer.php index ee407c64d6..e09059943e 100644 --- a/Library/Optimizers/FunctionCall/UncamelizeOptimizer.php +++ b/Library/Optimizers/FunctionCall/UncamelizeOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/UniqueKeyOptimizer.php b/Library/Optimizers/FunctionCall/UniqueKeyOptimizer.php index 980d722f74..6c6635d732 100644 --- a/Library/Optimizers/FunctionCall/UniqueKeyOptimizer.php +++ b/Library/Optimizers/FunctionCall/UniqueKeyOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/UniquePathKeyOptimizer.php b/Library/Optimizers/FunctionCall/UniquePathKeyOptimizer.php index 480ec4ff75..1ccd1b0ab3 100644 --- a/Library/Optimizers/FunctionCall/UniquePathKeyOptimizer.php +++ b/Library/Optimizers/FunctionCall/UniquePathKeyOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/FunctionCall/VarDumpOptimizer.php b/Library/Optimizers/FunctionCall/VarDumpOptimizer.php index d389821b66..0a88fa39f5 100644 --- a/Library/Optimizers/FunctionCall/VarDumpOptimizer.php +++ b/Library/Optimizers/FunctionCall/VarDumpOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ | Authors: Rack Lin | +--------------------------------------------------------------------------+ diff --git a/Library/Optimizers/FunctionCall/VarExportOptimizer.php b/Library/Optimizers/FunctionCall/VarExportOptimizer.php index 1a7145265d..55e24c2ca7 100644 --- a/Library/Optimizers/FunctionCall/VarExportOptimizer.php +++ b/Library/Optimizers/FunctionCall/VarExportOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ | Authors: Rack Lin | +--------------------------------------------------------------------------+ diff --git a/Library/Optimizers/FunctionCall/ZephirStringToHexOptimizer.php b/Library/Optimizers/FunctionCall/ZephirStringToHexOptimizer.php index 15d82941df..360b1891c8 100644 --- a/Library/Optimizers/FunctionCall/ZephirStringToHexOptimizer.php +++ b/Library/Optimizers/FunctionCall/ZephirStringToHexOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2016 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/IsTypeOptimizerAbstract.php b/Library/Optimizers/IsTypeOptimizerAbstract.php index b5efedb7bf..5769eac7bc 100644 --- a/Library/Optimizers/IsTypeOptimizerAbstract.php +++ b/Library/Optimizers/IsTypeOptimizerAbstract.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/MathOptimizer.php b/Library/Optimizers/MathOptimizer.php index 0b9db1d9b3..22f05aee93 100755 --- a/Library/Optimizers/MathOptimizer.php +++ b/Library/Optimizers/MathOptimizer.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Optimizers/OptimizerAbstract.php b/Library/Optimizers/OptimizerAbstract.php index 9b85ea9353..654d6e419b 100755 --- a/Library/Optimizers/OptimizerAbstract.php +++ b/Library/Optimizers/OptimizerAbstract.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Passes/LocalContextPass.php b/Library/Passes/LocalContextPass.php index f6072790f2..445d4c70ba 100644 --- a/Library/Passes/LocalContextPass.php +++ b/Library/Passes/LocalContextPass.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Passes/LoopBreakPass.php b/Library/Passes/LoopBreakPass.php index 25f69a8307..f4adb586c7 100644 --- a/Library/Passes/LoopBreakPass.php +++ b/Library/Passes/LoopBreakPass.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Passes/MutateGathererPass.php b/Library/Passes/MutateGathererPass.php index 9eedc50436..329b673ead 100644 --- a/Library/Passes/MutateGathererPass.php +++ b/Library/Passes/MutateGathererPass.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Passes/SkipVariantInit.php b/Library/Passes/SkipVariantInit.php index c47be7d6ed..1ba0993018 100644 --- a/Library/Passes/SkipVariantInit.php +++ b/Library/Passes/SkipVariantInit.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Passes/StaticTypeInference.php b/Library/Passes/StaticTypeInference.php index 3e4ea86c5b..0adbc367cd 100644 --- a/Library/Passes/StaticTypeInference.php +++ b/Library/Passes/StaticTypeInference.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/BreakStatement.php b/Library/Statements/BreakStatement.php index b3ab77dc37..5c3ab7f2f4 100644 --- a/Library/Statements/BreakStatement.php +++ b/Library/Statements/BreakStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/ContinueStatement.php b/Library/Statements/ContinueStatement.php index 1a300f98db..923ade8409 100644 --- a/Library/Statements/ContinueStatement.php +++ b/Library/Statements/ContinueStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/DeclareStatement.php b/Library/Statements/DeclareStatement.php index 92b5bbe168..68929de0ff 100644 --- a/Library/Statements/DeclareStatement.php +++ b/Library/Statements/DeclareStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/DoWhileStatement.php b/Library/Statements/DoWhileStatement.php index 56b75a74a8..aa9dd937f3 100644 --- a/Library/Statements/DoWhileStatement.php +++ b/Library/Statements/DoWhileStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/EchoStatement.php b/Library/Statements/EchoStatement.php index 1493294caf..e9600b1b03 100644 --- a/Library/Statements/EchoStatement.php +++ b/Library/Statements/EchoStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/ForStatement.php b/Library/Statements/ForStatement.php index 3f26a1dee5..a18c2a3dbd 100644 --- a/Library/Statements/ForStatement.php +++ b/Library/Statements/ForStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/IfStatement.php b/Library/Statements/IfStatement.php index cc94f9abde..cff4d90f36 100644 --- a/Library/Statements/IfStatement.php +++ b/Library/Statements/IfStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ArrayIndex.php b/Library/Statements/Let/ArrayIndex.php index 170a6a73f0..51488b9f43 100644 --- a/Library/Statements/Let/ArrayIndex.php +++ b/Library/Statements/Let/ArrayIndex.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ArrayIndexAppend.php b/Library/Statements/Let/ArrayIndexAppend.php index 9515234fb7..6053bfb513 100644 --- a/Library/Statements/Let/ArrayIndexAppend.php +++ b/Library/Statements/Let/ArrayIndexAppend.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/Decr.php b/Library/Statements/Let/Decr.php index 91ae1763e3..fd18ba4864 100644 --- a/Library/Statements/Let/Decr.php +++ b/Library/Statements/Let/Decr.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ExportSymbol.php b/Library/Statements/Let/ExportSymbol.php index b200b00ebe..9a67dc6618 100644 --- a/Library/Statements/Let/ExportSymbol.php +++ b/Library/Statements/Let/ExportSymbol.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ExportSymbolString.php b/Library/Statements/Let/ExportSymbolString.php index d60600fbbc..8036492d27 100644 --- a/Library/Statements/Let/ExportSymbolString.php +++ b/Library/Statements/Let/ExportSymbolString.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/Incr.php b/Library/Statements/Let/Incr.php index 126eb0f93f..15b1780da1 100644 --- a/Library/Statements/Let/Incr.php +++ b/Library/Statements/Let/Incr.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ObjectDynamicProperty.php b/Library/Statements/Let/ObjectDynamicProperty.php index 2f1eef3e32..d3f444985c 100644 --- a/Library/Statements/Let/ObjectDynamicProperty.php +++ b/Library/Statements/Let/ObjectDynamicProperty.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ObjectDynamicStringProperty.php b/Library/Statements/Let/ObjectDynamicStringProperty.php index 1e7f05d2ac..9a3892ef4e 100644 --- a/Library/Statements/Let/ObjectDynamicStringProperty.php +++ b/Library/Statements/Let/ObjectDynamicStringProperty.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ObjectProperty.php b/Library/Statements/Let/ObjectProperty.php index f2d3767569..84c647ae31 100644 --- a/Library/Statements/Let/ObjectProperty.php +++ b/Library/Statements/Let/ObjectProperty.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ObjectPropertyAppend.php b/Library/Statements/Let/ObjectPropertyAppend.php index a3357eaa96..087a28a434 100644 --- a/Library/Statements/Let/ObjectPropertyAppend.php +++ b/Library/Statements/Let/ObjectPropertyAppend.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ObjectPropertyArrayIndex.php b/Library/Statements/Let/ObjectPropertyArrayIndex.php index 2e0ad9c68d..283e6cd512 100644 --- a/Library/Statements/Let/ObjectPropertyArrayIndex.php +++ b/Library/Statements/Let/ObjectPropertyArrayIndex.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ObjectPropertyArrayIndexAppend.php b/Library/Statements/Let/ObjectPropertyArrayIndexAppend.php index cfc1549329..6a53ed31f9 100644 --- a/Library/Statements/Let/ObjectPropertyArrayIndexAppend.php +++ b/Library/Statements/Let/ObjectPropertyArrayIndexAppend.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ObjectPropertyDecr.php b/Library/Statements/Let/ObjectPropertyDecr.php index 398e8a4551..406c8ae1ea 100644 --- a/Library/Statements/Let/ObjectPropertyDecr.php +++ b/Library/Statements/Let/ObjectPropertyDecr.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/ObjectPropertyIncr.php b/Library/Statements/Let/ObjectPropertyIncr.php index 718bb0ce81..aa618f69d1 100644 --- a/Library/Statements/Let/ObjectPropertyIncr.php +++ b/Library/Statements/Let/ObjectPropertyIncr.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/StaticProperty.php b/Library/Statements/Let/StaticProperty.php index aa28b1eeea..a9bd1cf186 100644 --- a/Library/Statements/Let/StaticProperty.php +++ b/Library/Statements/Let/StaticProperty.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/StaticPropertyAppend.php b/Library/Statements/Let/StaticPropertyAppend.php index a2dcaad1d7..5c1b970b77 100644 --- a/Library/Statements/Let/StaticPropertyAppend.php +++ b/Library/Statements/Let/StaticPropertyAppend.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/StaticPropertyArrayIndex.php b/Library/Statements/Let/StaticPropertyArrayIndex.php index ae065954bb..2ee5b27836 100644 --- a/Library/Statements/Let/StaticPropertyArrayIndex.php +++ b/Library/Statements/Let/StaticPropertyArrayIndex.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/StaticPropertyArrayIndexAppend.php b/Library/Statements/Let/StaticPropertyArrayIndexAppend.php index 1b95174569..0b6d72f110 100644 --- a/Library/Statements/Let/StaticPropertyArrayIndexAppend.php +++ b/Library/Statements/Let/StaticPropertyArrayIndexAppend.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/Variable.php b/Library/Statements/Let/Variable.php index 46b1745c86..41a5184edd 100644 --- a/Library/Statements/Let/Variable.php +++ b/Library/Statements/Let/Variable.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/Let/VariableAppend.php b/Library/Statements/Let/VariableAppend.php index 649a662dfa..c8e06514a6 100644 --- a/Library/Statements/Let/VariableAppend.php +++ b/Library/Statements/Let/VariableAppend.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/LetStatement.php b/Library/Statements/LetStatement.php index 8f7d662fb6..7466d438eb 100644 --- a/Library/Statements/LetStatement.php +++ b/Library/Statements/LetStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/LoopStatement.php b/Library/Statements/LoopStatement.php index 494c79ce35..517c278532 100644 --- a/Library/Statements/LoopStatement.php +++ b/Library/Statements/LoopStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/RequireStatement.php b/Library/Statements/RequireStatement.php index 54d1f8c745..e1d30ecc25 100644 --- a/Library/Statements/RequireStatement.php +++ b/Library/Statements/RequireStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/ReturnStatement.php b/Library/Statements/ReturnStatement.php index 39b07932a5..a2fb4eb088 100644 --- a/Library/Statements/ReturnStatement.php +++ b/Library/Statements/ReturnStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/StatementAbstract.php b/Library/Statements/StatementAbstract.php index c990e0eed0..eae3e57b80 100644 --- a/Library/Statements/StatementAbstract.php +++ b/Library/Statements/StatementAbstract.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/SwitchStatement.php b/Library/Statements/SwitchStatement.php index ab79f43b1b..4659c06f1d 100644 --- a/Library/Statements/SwitchStatement.php +++ b/Library/Statements/SwitchStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/ThrowStatement.php b/Library/Statements/ThrowStatement.php index 5ace1a42f8..574235635c 100644 --- a/Library/Statements/ThrowStatement.php +++ b/Library/Statements/ThrowStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/TryCatchStatement.php b/Library/Statements/TryCatchStatement.php index 9b9777f6d3..f33777bdd0 100644 --- a/Library/Statements/TryCatchStatement.php +++ b/Library/Statements/TryCatchStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/UnsetStatement.php b/Library/Statements/UnsetStatement.php index c44ca79cbf..46501d75a5 100644 --- a/Library/Statements/UnsetStatement.php +++ b/Library/Statements/UnsetStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Statements/WhileStatement.php b/Library/Statements/WhileStatement.php index 87fb4ddd0e..c86a232f19 100644 --- a/Library/Statements/WhileStatement.php +++ b/Library/Statements/WhileStatement.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/StatementsBlock.php b/Library/StatementsBlock.php index e3709095f3..12ad36e5f8 100644 --- a/Library/StatementsBlock.php +++ b/Library/StatementsBlock.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/StaticCall.php b/Library/StaticCall.php index 2eb1f9c8fb..694f0d6716 100644 --- a/Library/StaticCall.php +++ b/Library/StaticCall.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/StringsManager.php b/Library/StringsManager.php index ad466a5731..440668f31b 100644 --- a/Library/StringsManager.php +++ b/Library/StringsManager.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Stubs/DocBlock.php b/Library/Stubs/DocBlock.php index 306e21193f..54eafe1fc3 100644 --- a/Library/Stubs/DocBlock.php +++ b/Library/Stubs/DocBlock.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Stubs/Generator.php b/Library/Stubs/Generator.php index 54a036efba..94b3db6798 100644 --- a/Library/Stubs/Generator.php +++ b/Library/Stubs/Generator.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Stubs/MethodDocBlock.php b/Library/Stubs/MethodDocBlock.php index cf84dd9dd8..6eaaf9fa1a 100644 --- a/Library/Stubs/MethodDocBlock.php +++ b/Library/Stubs/MethodDocBlock.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/SymbolTable.php b/Library/SymbolTable.php index 70ca8b0684..e09da77b97 100644 --- a/Library/SymbolTable.php +++ b/Library/SymbolTable.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | https://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/Library/Types.php b/Library/Types.php index 349fad7283..70b8ff818c 100644 --- a/Library/Types.php +++ b/Library/Types.php @@ -1,18 +1,12 @@ Test Extension", - "author": "Zephir Team and contributors", + "author": "Zephir Team", "version": "1.0.0", "verbose": true, "globals": { diff --git a/runtime/base.c b/runtime/base.c index 53dc847df3..beb8c5495c 100644 --- a/runtime/base.c +++ b/runtime/base.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/blocks.c b/runtime/blocks.c index 1de9182b93..65ef6f1cbb 100644 --- a/runtime/blocks.c +++ b/runtime/blocks.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/builder.c b/runtime/builder.c index f579b6cc63..9630a3c21a 100644 --- a/runtime/builder.c +++ b/runtime/builder.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/classes.c b/runtime/classes.c index da37ed2425..ca1ec23752 100644 --- a/runtime/classes.c +++ b/runtime/classes.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/classes.h b/runtime/classes.h index 9fb2bf5391..626b22accd 100644 --- a/runtime/classes.h +++ b/runtime/classes.h @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/errors.c b/runtime/errors.c index c967490a7a..72a83c0fc7 100644 --- a/runtime/errors.c +++ b/runtime/errors.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/expr.c b/runtime/expr.c index db6ff8e661..7209def671 100644 --- a/runtime/expr.c +++ b/runtime/expr.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/fcall.c b/runtime/fcall.c index 92ea1f2b0a..ae81666321 100644 --- a/runtime/fcall.c +++ b/runtime/fcall.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/operators/arithmetical.c b/runtime/operators/arithmetical.c index 2bf8d6f410..c7c52d7a5b 100644 --- a/runtime/operators/arithmetical.c +++ b/runtime/operators/arithmetical.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/operators/comparison.c b/runtime/operators/comparison.c index 9bbcfef365..4007dc00dd 100644 --- a/runtime/operators/comparison.c +++ b/runtime/operators/comparison.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/optimizers/evalexpr.c b/runtime/optimizers/evalexpr.c index ee2ab15911..e42edb0613 100644 --- a/runtime/optimizers/evalexpr.c +++ b/runtime/optimizers/evalexpr.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/optimizers/evalexpr.h b/runtime/optimizers/evalexpr.h index bb6b22ed8d..3fb996f011 100644 --- a/runtime/optimizers/evalexpr.h +++ b/runtime/optimizers/evalexpr.h @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/optimizers/functions/strlen.c b/runtime/optimizers/functions/strlen.c index 10c87d536a..51a593fd6d 100644 --- a/runtime/optimizers/functions/strlen.c +++ b/runtime/optimizers/functions/strlen.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/parser.c b/runtime/parser.c index 3d167cbdba..7c2cb520c5 100644 --- a/runtime/parser.c +++ b/runtime/parser.c @@ -7526,18 +7526,12 @@ void zephir_( /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/parser.lemon b/runtime/parser.lemon index 41d5ce84f9..163dd174b1 100644 --- a/runtime/parser.lemon +++ b/runtime/parser.lemon @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/php_zephir.h b/runtime/php_zephir.h index 39d7a20d42..5ccdd02f25 100644 --- a/runtime/php_zephir.h +++ b/runtime/php_zephir.h @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/scanner.c b/runtime/scanner.c index 7ec4f8b3ba..1e799e0240 100644 --- a/runtime/scanner.c +++ b/runtime/scanner.c @@ -3,18 +3,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/scanner.h b/runtime/scanner.h index 168bed3b4d..823f4cc6cf 100644 --- a/runtime/scanner.h +++ b/runtime/scanner.h @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/scanner.re b/runtime/scanner.re index 42f27b963f..8514cc5344 100644 --- a/runtime/scanner.re +++ b/runtime/scanner.re @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/statements/break.c b/runtime/statements/break.c index 657ec56d7d..9c1cf8b229 100644 --- a/runtime/statements/break.c +++ b/runtime/statements/break.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/statements/declare.c b/runtime/statements/declare.c index ec79ae82b1..a2f72dfd04 100644 --- a/runtime/statements/declare.c +++ b/runtime/statements/declare.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/statements/echo.c b/runtime/statements/echo.c index 64690faaa9..7b7c38bf3c 100644 --- a/runtime/statements/echo.c +++ b/runtime/statements/echo.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/statements/if.c b/runtime/statements/if.c index 17457d9279..54d736aa8c 100644 --- a/runtime/statements/if.c +++ b/runtime/statements/if.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/statements/let.c b/runtime/statements/let.c index 8a4b5c2c13..6f0b59572f 100644 --- a/runtime/statements/let.c +++ b/runtime/statements/let.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/statements/loop.c b/runtime/statements/loop.c index 5d708ceb7e..4728272395 100644 --- a/runtime/statements/loop.c +++ b/runtime/statements/loop.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/statements/return.c b/runtime/statements/return.c index 6a3fb6ccff..062278bfe3 100644 --- a/runtime/statements/return.c +++ b/runtime/statements/return.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/statements/while.c b/runtime/statements/while.c index 09f577cac5..1a2321f346 100644 --- a/runtime/statements/while.c +++ b/runtime/statements/while.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/symtable.c b/runtime/symtable.c index 11505005c1..dc93e72b60 100644 --- a/runtime/symtable.c +++ b/runtime/symtable.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/utils.c b/runtime/utils.c index 33e93b08aa..30ef371db5 100644 --- a/runtime/utils.c +++ b/runtime/utils.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/variable.c b/runtime/variable.c index c0157469e4..a8e63b7261 100644 --- a/runtime/variable.c +++ b/runtime/variable.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/zephir.c b/runtime/zephir.c index 9cf9e661f8..5ebe887446 100644 --- a/runtime/zephir.c +++ b/runtime/zephir.c @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/runtime/zephir.h b/runtime/zephir.h index 64c64ff1dc..b6be640603 100644 --- a/runtime/zephir.h +++ b/runtime/zephir.h @@ -1,18 +1,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2015 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/ArithmeticTest.php b/unit-tests/Extension/ArithmeticTest.php index b9c0f7a78f..f462b43de9 100644 --- a/unit-tests/Extension/ArithmeticTest.php +++ b/unit-tests/Extension/ArithmeticTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/ArrayObjectTest.php b/unit-tests/Extension/ArrayObjectTest.php index 4fb0121c7f..b032ca40f3 100644 --- a/unit-tests/Extension/ArrayObjectTest.php +++ b/unit-tests/Extension/ArrayObjectTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/AssignTest.php b/unit-tests/Extension/AssignTest.php index 384e07e093..55d4768df3 100644 --- a/unit-tests/Extension/AssignTest.php +++ b/unit-tests/Extension/AssignTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/BitwiseTest.php b/unit-tests/Extension/BitwiseTest.php index 2e869f181c..bf3aa41923 100644 --- a/unit-tests/Extension/BitwiseTest.php +++ b/unit-tests/Extension/BitwiseTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/BranchPredictionTest.php b/unit-tests/Extension/BranchPredictionTest.php index 57e51f4b9a..c3d3a72b4e 100644 --- a/unit-tests/Extension/BranchPredictionTest.php +++ b/unit-tests/Extension/BranchPredictionTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/BuiltIn/CharMethodTest.php b/unit-tests/Extension/BuiltIn/CharMethodTest.php index 16d720e574..9f02112022 100644 --- a/unit-tests/Extension/BuiltIn/CharMethodTest.php +++ b/unit-tests/Extension/BuiltIn/CharMethodTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/BuiltIn/IntMethodTest.php b/unit-tests/Extension/BuiltIn/IntMethodTest.php index b56008e52a..03a4a5f20f 100644 --- a/unit-tests/Extension/BuiltIn/IntMethodTest.php +++ b/unit-tests/Extension/BuiltIn/IntMethodTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/BuiltIn/StringMethodTest.php b/unit-tests/Extension/BuiltIn/StringMethodTest.php index 41aa483855..678e7d5d06 100644 --- a/unit-tests/Extension/BuiltIn/StringMethodTest.php +++ b/unit-tests/Extension/BuiltIn/StringMethodTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/CastTest.php b/unit-tests/Extension/CastTest.php index ebaaaf463a..78daaad028 100644 --- a/unit-tests/Extension/CastTest.php +++ b/unit-tests/Extension/CastTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/CblockTest.php b/unit-tests/Extension/CblockTest.php index 8db2c96ee4..834540207b 100644 --- a/unit-tests/Extension/CblockTest.php +++ b/unit-tests/Extension/CblockTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/CharsTest.php b/unit-tests/Extension/CharsTest.php index cfa4b6f535..0b28765d0d 100644 --- a/unit-tests/Extension/CharsTest.php +++ b/unit-tests/Extension/CharsTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/CompareTest.php b/unit-tests/Extension/CompareTest.php index 66fc4f8f4e..2ce6d9f4b0 100644 --- a/unit-tests/Extension/CompareTest.php +++ b/unit-tests/Extension/CompareTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/ConcatTest.php b/unit-tests/Extension/ConcatTest.php index ca2b0d913c..e1200f0ee0 100644 --- a/unit-tests/Extension/ConcatTest.php +++ b/unit-tests/Extension/ConcatTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/ConstantsInterfaceTest.php b/unit-tests/Extension/ConstantsInterfaceTest.php index b2db4bebfd..31088aa675 100644 --- a/unit-tests/Extension/ConstantsInterfaceTest.php +++ b/unit-tests/Extension/ConstantsInterfaceTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/ConstantsTest.php b/unit-tests/Extension/ConstantsTest.php index fd6bf867ad..0abc8e6b0b 100644 --- a/unit-tests/Extension/ConstantsTest.php +++ b/unit-tests/Extension/ConstantsTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/DeclareTest.php b/unit-tests/Extension/DeclareTest.php index 5600cceeab..55f41b2183 100644 --- a/unit-tests/Extension/DeclareTest.php +++ b/unit-tests/Extension/DeclareTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/DynamicPropTest.php b/unit-tests/Extension/DynamicPropTest.php index 754eed78df..6bf44ce6a8 100644 --- a/unit-tests/Extension/DynamicPropTest.php +++ b/unit-tests/Extension/DynamicPropTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/EmptyTest.php b/unit-tests/Extension/EmptyTest.php index 59cfa0f325..65b74683e5 100644 --- a/unit-tests/Extension/EmptyTest.php +++ b/unit-tests/Extension/EmptyTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/EvalTest.php b/unit-tests/Extension/EvalTest.php index ea805cddfa..f6876d0501 100644 --- a/unit-tests/Extension/EvalTest.php +++ b/unit-tests/Extension/EvalTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/ExceptionsTest.php b/unit-tests/Extension/ExceptionsTest.php index f1b616b231..bbaacfa7aa 100644 --- a/unit-tests/Extension/ExceptionsTest.php +++ b/unit-tests/Extension/ExceptionsTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/ExistsTest.php b/unit-tests/Extension/ExistsTest.php index aa64a07d12..9c6c073e16 100644 --- a/unit-tests/Extension/ExistsTest.php +++ b/unit-tests/Extension/ExistsTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/ExitDieTest.php b/unit-tests/Extension/ExitDieTest.php index 11218e644f..4222e43b1a 100644 --- a/unit-tests/Extension/ExitDieTest.php +++ b/unit-tests/Extension/ExitDieTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/ExtendedInterfaceTest.php b/unit-tests/Extension/ExtendedInterfaceTest.php index 5bdf2f36da..470d6673a7 100644 --- a/unit-tests/Extension/ExtendedInterfaceTest.php +++ b/unit-tests/Extension/ExtendedInterfaceTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/FcallTest.php b/unit-tests/Extension/FcallTest.php index f5f6106200..28b15633a5 100644 --- a/unit-tests/Extension/FcallTest.php +++ b/unit-tests/Extension/FcallTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/FetchTest.php b/unit-tests/Extension/FetchTest.php index 6f8bf0ecd0..49d44e231a 100644 --- a/unit-tests/Extension/FetchTest.php +++ b/unit-tests/Extension/FetchTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/FibonnaciTest.php b/unit-tests/Extension/FibonnaciTest.php index a25d9f7e23..f3000ca9fb 100644 --- a/unit-tests/Extension/FibonnaciTest.php +++ b/unit-tests/Extension/FibonnaciTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/FlowTest.php b/unit-tests/Extension/FlowTest.php index 13b0aebee5..af4ccb69e1 100644 --- a/unit-tests/Extension/FlowTest.php +++ b/unit-tests/Extension/FlowTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | http://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/FunctionExistsTest.php b/unit-tests/Extension/FunctionExistsTest.php index 0b0191d9f2..87775dbff4 100644 --- a/unit-tests/Extension/FunctionExistsTest.php +++ b/unit-tests/Extension/FunctionExistsTest.php @@ -2,18 +2,12 @@ /* +--------------------------------------------------------------------------+ - | Zephir Language | - +--------------------------------------------------------------------------+ - | Copyright (c) 2013-2017 Zephir Team and contributors | - +--------------------------------------------------------------------------+ - | This source file is subject the MIT license, that is bundled with | - | this package in the file LICENSE, and is available through the | - | world-wide-web at the following url: | - | https://zephir-lang.com/license.html | + | Zephir | + | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) | | | - | If you did not receive a copy of the MIT license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@zephir-lang.com so we can mail you a copy immediately. | + | This source file is subject the MIT license, that is bundled with this | + | package in the file LICENSE, and is available through the world-wide-web | + | at the following url: http://zephir-lang.com/license.html | +--------------------------------------------------------------------------+ */ diff --git a/unit-tests/Extension/Globals/EnvTest.php b/unit-tests/Extension/Globals/EnvTest.php index 0798170cbb..e0379b29a0 100644 --- a/unit-tests/Extension/Globals/EnvTest.php +++ b/unit-tests/Extension/Globals/EnvTest.php @@ -1,18 +1,12 @@ Date: Thu, 12 Oct 2017 14:09:57 +0300 Subject: [PATCH 05/13] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a0976d47ea..775b9f4edf 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ Compiler design goals: ## Installation +**NOTE:** The `development` branch will always contain the latest **unstable** version. +If you wish to check older versions or formal, tagged release, please switch to the relevant +[branch](https://github.com/phalcon/zephir/branches)/[tag](https://github.com/phalcon/zephir/tags). + ### Windows To install Zephir on Windows [follow this guide](https://github.com/phalcon/zephir/blob/master/WINDOWS.md). From a1fc93633d430c7208bfa18a6f5ed412fc9ef75a Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 14:14:51 +0300 Subject: [PATCH 06/13] Use latest Zephir Parser --- .travis.yml | 2 +- appveyor.yml | 19 +++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1e0987375..31328aa6e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ env: - LIBRARY_PATH="$TRAVIS_BUILD_DIR/build/lib":$LIBRARY_PATH - C_INCLUDE_PATH="$TRAVIS_BUILD_DIR/build/include" - CFLAGS="-g3 -O0 -Wall -fvisibility=hidden" - - ZEPHIR_PARSER_VERSION="v1.0.3" + - ZEPHIR_PARSER_VERSION="v1.1.0" matrix: - CC="ccache gcc" - CC="clang" diff --git a/appveyor.yml b/appveyor.yml index 6760339f1e..de012cfdff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,8 +34,8 @@ clone_folder: c:\projects\zephir init: - SET ANSICON=121x90 (121x90) - SET COMPOSER_NO_INTERACTION=1 - - SET PARSER_RELEASE=1.0.3 - - SET PARSER_VERSION=1.0.3-258 + - SET PARSER_RELEASE=1.1.0 + - SET PARSER_VERSION=1.1.0-262 - ps: IF ($env:APPVEYOR_REPO_BRANCH -eq "development") {$env:APPVEYOR_CACHE_SKIP_SAVE = "true"} # build cache to preserve files/folders between builds @@ -95,8 +95,19 @@ install: - '7z.exe x ..\php-sdk.zip | FIND /V "ing "' - cd .. - - echo Downloading PHP-Devel-Pack - - ps: (new-object net.webclient).DownloadFile('http://windows.php.net/downloads/releases/php-devel-pack-' + ${env:PHP_VERSION} + '-Win32-VC' + ${env:PHP_VC} + '-' + ${env:PLATFORM} + '.zip', ${env:APPVEYOR_BUILD_FOLDER} + '\..\php-dev.zip') + # ================================================== + - echo Install PHP Dev pack + # ================================================== + - ps: >- + If ($env:PHP_TYPE -Match "nts-Win32") { + $env:DEVEL_PACK_VERSION="${env:PHP_VERSION}-nts-Win32-VC${env:PHP_VC}-${env:PLATFORM}" + } Else { + $env:DEVEL_PACK_VERSION="${env:PHP_VERSION}-Win32-VC${env:PHP_VC}-${env:PLATFORM}" + } + # ================================================== + - echo Downloading PHP Dev pack source code [http://windows.php.net/downloads/releases/php-devel-pack-%DEVEL_PACK_VERSION%.zip] + # ================================================== + - ps: (new-object net.webclient).DownloadFile('http://windows.php.net/downloads/releases/php-devel-pack-' + ${env:DEVEL_PACK_VERSION} + '.zip', ${env:APPVEYOR_BUILD_FOLDER} + '\..\php-dev.zip') - 7z.exe x php-dev.zip | FIND /V "ing " - mv php-%PHP_VERSION%-devel-VC11-%PLATFORM% php-devpack From 82b6fba46550e3009d59270e379a710df99c4d3d Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 14:19:33 +0300 Subject: [PATCH 07/13] Update AppVeyor build --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index de012cfdff..f200ba2f40 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -113,6 +113,9 @@ install: - echo Enable Zephir Parser - 'cd %APPVEYOR_BUILD_FOLDER%\..\php\ext' + # ================================================== + - echo Downloading Zephir Parser [%PARSER_DOWNLOAD_URL%] + # ================================================== - curl --location --silent --show-error %PARSER_DOWNLOAD_URL% --output zephir_parser.zip - 7z.exe x zephir_parser.zip | FIND /V "ing " From 4a4861907477acfb34822f35d20f7c6f8576a1dd Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 14:23:56 +0300 Subject: [PATCH 08/13] Fixed AppVeyor build --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f200ba2f40..3ec303ee6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,8 +34,8 @@ clone_folder: c:\projects\zephir init: - SET ANSICON=121x90 (121x90) - SET COMPOSER_NO_INTERACTION=1 - - SET PARSER_RELEASE=1.1.0 - - SET PARSER_VERSION=1.1.0-262 + - SET PARSER_VERSION=1.1.0 + - SET PARSER_RELEASE=261 - ps: IF ($env:APPVEYOR_REPO_BRANCH -eq "development") {$env:APPVEYOR_CACHE_SKIP_SAVE = "true"} # build cache to preserve files/folders between builds @@ -71,7 +71,7 @@ install: $matched_versions = type sha1sum.txt | where { $_ -match "php-(${env:PHP_TARGET}\.\d+)-src" } | foreach { $matches[1] } $cleaned_version = $matched_versions.Split(' ')[-1] $env:PHP_VERSION=${cleaned_version} - - ps: $env:PARSER_DOWNLOAD_URL="https://github.com/phalcon/php-zephir-parser/releases/download/v${env:PARSER_RELEASE}/zephir_parser_${env:PLATFORM}_vc${env:PHP_VC}_php${env:PHP_TARGET}_${env:PARSER_VERSION}.zip" + - ps: $env:PARSER_DOWNLOAD_URL="https://github.com/phalcon/php-zephir-parser/releases/download/v${env:PARSER_VERSION}/zephir_parser_${env:PLATFORM}_vc${env:PHP_VC}_php${env:PHP_TARGET}_${env:PARSER_VERSION}-${env:PARSER_RELEASE}.zip" # ================================================== - echo Initializing Build... From 3943dd84dcbdca94ec1cceb642f3438dfe4f639b Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 15:01:53 +0300 Subject: [PATCH 09/13] Bump minimal parser version --- Library/Compiler.php | 6 +----- Library/Parser.php | 10 ++++++++++ Library/Parser/Manager.php | 36 +++++++++++++++++++++++++++++++++++- README.md | 2 +- 4 files changed, 47 insertions(+), 7 deletions(-) diff --git a/Library/Compiler.php b/Library/Compiler.php index 64f423739e..812e910dd9 100644 --- a/Library/Compiler.php +++ b/Library/Compiler.php @@ -206,11 +206,7 @@ public function addFunction(FunctionDefinition $func, $statement = null) protected function preCompile($filePath) { if (!$this->parserManager->isAvailable()) { - throw new IllegalStateException( - 'The zephir parser extension is not loaded! ' . PHP_EOL . - 'Note: Zephir no longer distributed with internal Zephir Parser. ' . PHP_EOL . - 'To install Zephir Parser please refer to: https://github.com/phalcon/php-zephir-parser' - ); + throw new IllegalStateException($this->parserManager->requirements()); } if (preg_match('#\.zep$#', $filePath)) { diff --git a/Library/Parser.php b/Library/Parser.php index 4f6e0c0eff..3af3d7ce42 100644 --- a/Library/Parser.php +++ b/Library/Parser.php @@ -34,6 +34,16 @@ public function isAvailable() return function_exists('zephir_parse_file'); } + /** + * Gets Zephir Parser version. + * + * @return null|string + */ + public function getVersion() + { + return extension_loaded('Zephir Parser') ? phpversion('Zephir Parser') : null; + } + /** * Parses a file and returning an intermediate representation (IR). * diff --git a/Library/Parser/Manager.php b/Library/Parser/Manager.php index bf8b04692d..1aee4da1ac 100644 --- a/Library/Parser/Manager.php +++ b/Library/Parser/Manager.php @@ -21,6 +21,8 @@ */ class Manager { + const MINIMUM_PARSER_VERSION = '1.1.0'; + /** * Zephir Parser * @var Parser @@ -75,6 +77,38 @@ public function getParser() */ public function isAvailable() { - return $this->parser->isAvailable(); + return $this->parser->isAvailable() && + version_compare(self::MINIMUM_PARSER_VERSION, $this->parser->getVersion(), '<'); + } + + /** + * @return null|string + */ + public function getParserVersion() + { + return $this->parser->getVersion(); + } + + public function requirements() + { + $temlate = <<parser->isAvailable()) { + $add = sprintf("Minimum required Zephir Parser version: %s\n", self::MINIMUM_PARSER_VERSION); + } else { + $add = ""; + } + + return sprintf($temlate,$this->parser->isAvailable() ? 'is outdated' : 'is not loaded', $add); } } diff --git a/README.md b/README.md index 775b9f4edf..892b8dd8e3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Compiler design goals: ## Requirements * [re2c](http://re2c.org/) -* [Zephir Parser](https://github.com/phalcon/php-zephir-parser) +* [Zephir Parser](https://github.com/phalcon/php-zephir-parser) >= 1.1.0 * `g++` >= 4.4 | `clang++` >= 3.x | `vc++` >= 11 * GNU `make` >= 3.81 * `automake` From 8ecb196100e1d49776bebd0a5ec3d9b0c70734af Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 15:06:28 +0300 Subject: [PATCH 10/13] Cleanup --- kernels/ZendEngine3/operators.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernels/ZendEngine3/operators.c b/kernels/ZendEngine3/operators.c index 2b5d649c77..877541e071 100644 --- a/kernels/ZendEngine3/operators.c +++ b/kernels/ZendEngine3/operators.c @@ -487,7 +487,7 @@ int zephir_is_identical(zval *op1, zval *op2) } /** - * Do bitwise_and function keeping ref_count and is_ref + * Do bitwise_and function */ int zephir_bitwise_and_function(zval *result, zval *op1, zval *op2) { @@ -497,7 +497,7 @@ int zephir_bitwise_and_function(zval *result, zval *op1, zval *op2) } /** - * Do bitwise_or function keeping ref_count and is_ref + * Do bitwise_or function */ int zephir_bitwise_or_function(zval *result, zval *op1, zval *op2) { @@ -507,7 +507,7 @@ int zephir_bitwise_or_function(zval *result, zval *op1, zval *op2) } /** - * Do bitwise_xor function keeping ref_count and is_ref + * Do bitwise_xor function */ int zephir_bitwise_xor_function(zval *result, zval *op1, zval *op2) { From 85a336c1b0cf6c06fcf669b63458e4a41c01b846 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 15:11:25 +0300 Subject: [PATCH 11/13] Fixed minimum parser version --- Library/Parser/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Parser/Manager.php b/Library/Parser/Manager.php index 1aee4da1ac..18d1e39ff1 100644 --- a/Library/Parser/Manager.php +++ b/Library/Parser/Manager.php @@ -78,7 +78,7 @@ public function getParser() public function isAvailable() { return $this->parser->isAvailable() && - version_compare(self::MINIMUM_PARSER_VERSION, $this->parser->getVersion(), '<'); + version_compare(self::MINIMUM_PARSER_VERSION, $this->parser->getVersion(), '<='); } /** From f64a6362cb894a91b99952be53c7d58615264e22 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 15:47:02 +0300 Subject: [PATCH 12/13] PSR fixes --- Library/Parser/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Parser/Manager.php b/Library/Parser/Manager.php index 18d1e39ff1..081cd7b3de 100644 --- a/Library/Parser/Manager.php +++ b/Library/Parser/Manager.php @@ -109,6 +109,6 @@ public function requirements() $add = ""; } - return sprintf($temlate,$this->parser->isAvailable() ? 'is outdated' : 'is not loaded', $add); + return sprintf($temlate, $this->parser->isAvailable() ? 'is outdated' : 'is not loaded', $add); } } From 6bb27329c2373777bb0aa62db76f84f0572120fb Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 12 Oct 2017 16:40:57 +0300 Subject: [PATCH 13/13] Added test for classes in annotations --- test/constants.zep | 10 ++++++++++ unit-tests/Extension/ConstantsTest.php | 1 + 2 files changed, 11 insertions(+) diff --git a/test/constants.zep b/test/constants.zep index ab428bc75d..f0c69ce7f5 100644 --- a/test/constants.zep +++ b/test/constants.zep @@ -38,6 +38,16 @@ class Constants extends ConstantsParent protected propertyC7 = self::ANNOTATION_REGEX {get}; protected propertyC8 = self::PARAMETER_REGEX {get}; + // Do not modify annotation bellow + // See: + // https://github.com/phalcon/php-zephir-parser/issues/13 + // https://github.com/phalcon/cphalcon/pull/11212/files + + /** + * @var \Phalcon\Cache\FrontendInterface + */ + protected propertyC9 = "some-value" {get}; + public function testReadConstant() { return ENT_QUOTES; diff --git a/unit-tests/Extension/ConstantsTest.php b/unit-tests/Extension/ConstantsTest.php index 0abc8e6b0b..5b9c6125c1 100644 --- a/unit-tests/Extension/ConstantsTest.php +++ b/unit-tests/Extension/ConstantsTest.php @@ -41,6 +41,7 @@ public function testConstantGetters() $this->assertSame($t->getPropertyC4(), 10); $this->assertSame($t->getPropertyC5(), 10.25); $this->assertSame($t->getPropertyC6(), "test"); + $this->assertSame($t->getPropertyC9(), "some-value"); } public function testConstantsRead()