summaryrefslogtreecommitdiffstats
path: root/src/Components/OptionsArray.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-09-26 09:41:23 +0200
committerMichal Čihař <michal@cihar.com>2016-09-26 09:41:23 +0200
commitc66456f7dcc953a6246d9a5c5fa27bf0efb11a65 (patch)
tree81deb3195aafff4366c747c13ef0212a6422b6c8 /src/Components/OptionsArray.php
parentd6a8791ac89f5ec4cbb872ff2915542234c143c8 (diff)
downloadsql-parser-c66456f7dcc953a6246d9a5c5fa27bf0efb11a65.zip
sql-parser-c66456f7dcc953a6246d9a5c5fa27bf0efb11a65.tar.gz
sql-parser-c66456f7dcc953a6246d9a5c5fa27bf0efb11a65.tar.bz2
Clarify license
- Add link to official license text - Use SPDX identifier for license - Clarify that the code is GPL or later - See issue #89 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'src/Components/OptionsArray.php')
-rw-r--r--src/Components/OptionsArray.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/OptionsArray.php b/src/Components/OptionsArray.php
index ee43eba..0c80e0d 100644
--- a/src/Components/OptionsArray.php
+++ b/src/Components/OptionsArray.php
@@ -19,7 +19,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 OptionsArray extends Component
{