summaryrefslogtreecommitdiffstats
path: root/src/Exceptions/LexerException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exceptions/LexerException.php')
-rw-r--r--src/Exceptions/LexerException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Exceptions/LexerException.php b/src/Exceptions/LexerException.php
index 36c2387..2dd3041 100644
--- a/src/Exceptions/LexerException.php
+++ b/src/Exceptions/LexerException.php
@@ -14,7 +14,7 @@ namespace SqlParser\Exceptions;
* @category Exceptions
* @package SqlParser
* @subpackage Exceptions
- * @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 LexerException extends \Exception
{