summaryrefslogtreecommitdiffstats
path: root/src/Statements/CreateStatement.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Statements/CreateStatement.php')
-rw-r--r--src/Statements/CreateStatement.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Statements/CreateStatement.php b/src/Statements/CreateStatement.php
index 63017ef..ed13952 100644
--- a/src/Statements/CreateStatement.php
+++ b/src/Statements/CreateStatement.php
@@ -27,7 +27,7 @@ use SqlParser\Statements\SelectStatement;
* @category Statements
* @package SqlParser
* @subpackage Statements
- * @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 CreateStatement extends Statement
{