diff options
Diffstat (limited to 'src/Components/FunctionCall.php')
-rw-r--r-- | src/Components/FunctionCall.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/FunctionCall.php b/src/Components/FunctionCall.php index 4ac5f70..e260532 100644 --- a/src/Components/FunctionCall.php +++ b/src/Components/FunctionCall.php @@ -19,7 +19,7 @@ use SqlParser\TokensList; * @category Keywords * @package SqlParser * @subpackage Components - * @license http://opensource.org/licenses/GPL-2.0 GNU Public License + * @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+ */ class FunctionCall extends Component { |