diff options
Diffstat (limited to 'src/Components/Key.php')
-rw-r--r-- | src/Components/Key.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/Key.php b/src/Components/Key.php index 08378af..24cc363 100644 --- a/src/Components/Key.php +++ b/src/Components/Key.php @@ -22,7 +22,7 @@ use SqlParser\TokensList; * @category Components * @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 Key extends Component { |