summaryrefslogtreecommitdiffstats
path: root/src/Utils
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-09-26 09:34:59 +0200
committerMichal Čihař <michal@cihar.com>2016-09-26 09:34:59 +0200
commitd6a8791ac89f5ec4cbb872ff2915542234c143c8 (patch)
tree0d328ebb0eea57f66adc3d669892c3055eb09d7b /src/Utils
parent6aba52a2f7ab03f9786e8b16e6dde2e6db2179b5 (diff)
downloadsql-parser-d6a8791ac89f5ec4cbb872ff2915542234c143c8.zip
sql-parser-d6a8791ac89f5ec4cbb872ff2915542234c143c8.tar.gz
sql-parser-d6a8791ac89f5ec4cbb872ff2915542234c143c8.tar.bz2
Remove @author from comment metadata
- We're doing this for ages in phpmyadmin repo - The comments get outdated over time - See issue #89 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'src/Utils')
-rw-r--r--src/Utils/BufferedQuery.php1
-rw-r--r--src/Utils/CLI.php1
-rw-r--r--src/Utils/Error.php1
-rw-r--r--src/Utils/Formatter.php1
-rw-r--r--src/Utils/Misc.php1
-rw-r--r--src/Utils/Query.php1
-rw-r--r--src/Utils/Routine.php1
-rw-r--r--src/Utils/Table.php1
-rw-r--r--src/Utils/Tokens.php1
9 files changed, 0 insertions, 9 deletions
diff --git a/src/Utils/BufferedQuery.php b/src/Utils/BufferedQuery.php
index 8aad59f..ef43649 100644
--- a/src/Utils/BufferedQuery.php
+++ b/src/Utils/BufferedQuery.php
@@ -22,7 +22,6 @@ use SqlParser\Context;
* @category Lexer
* @package SqlParser
* @subpackage Utils
- * @author Dan Ungureanu <udan1107@gmail.com>
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
*/
class BufferedQuery
diff --git a/src/Utils/CLI.php b/src/Utils/CLI.php
index b6ce35e..506d28e 100644
--- a/src/Utils/CLI.php
+++ b/src/Utils/CLI.php
@@ -17,7 +17,6 @@ use SqlParser\Lexer;
* @category Exceptions
* @package SqlParser
* @subpackage Utils
- * @author Michal Čihař <michal@cihar.com>
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
*/
class CLI
diff --git a/src/Utils/Error.php b/src/Utils/Error.php
index f0ad5af..d7c903c 100644
--- a/src/Utils/Error.php
+++ b/src/Utils/Error.php
@@ -17,7 +17,6 @@ use SqlParser\Parser;
* @category Exceptions
* @package SqlParser
* @subpackage Utils
- * @author Dan Ungureanu <udan1107@gmail.com>
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
*/
class Error
diff --git a/src/Utils/Formatter.php b/src/Utils/Formatter.php
index 41b5094..af40266 100644
--- a/src/Utils/Formatter.php
+++ b/src/Utils/Formatter.php
@@ -19,7 +19,6 @@ use SqlParser\TokensList;
* @category Misc
* @package SqlParser
* @subpackage Utils
- * @author Dan Ungureanu <udan1107@gmail.com>
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
*/
class Formatter
diff --git a/src/Utils/Misc.php b/src/Utils/Misc.php
index cec5653..e77cbea 100644
--- a/src/Utils/Misc.php
+++ b/src/Utils/Misc.php
@@ -17,7 +17,6 @@ use SqlParser\Statements\SelectStatement;
* @category Misc
* @package SqlParser
* @subpackage Utils
- * @author Dan Ungureanu <udan1107@gmail.com>
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
*/
class Misc
diff --git a/src/Utils/Query.php b/src/Utils/Query.php
index 239cd6f..dc30286 100644
--- a/src/Utils/Query.php
+++ b/src/Utils/Query.php
@@ -39,7 +39,6 @@ use SqlParser\Statements\UpdateStatement;
* @category Statement
* @package SqlParser
* @subpackage Utils
- * @author Dan Ungureanu <udan1107@gmail.com>
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
*/
class Query
diff --git a/src/Utils/Routine.php b/src/Utils/Routine.php
index 5450cac..1515e6b 100644
--- a/src/Utils/Routine.php
+++ b/src/Utils/Routine.php
@@ -20,7 +20,6 @@ use SqlParser\Statements\CreateStatement;
* @category Routines
* @package SqlParser
* @subpackage Utils
- * @author Dan Ungureanu <udan1107@gmail.com>
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
*/
class Routine
diff --git a/src/Utils/Table.php b/src/Utils/Table.php
index b88f234..a8541fd 100644
--- a/src/Utils/Table.php
+++ b/src/Utils/Table.php
@@ -16,7 +16,6 @@ use SqlParser\Statements\CreateStatement;
* @category Statement
* @package SqlParser
* @subpackage Utils
- * @author Dan Ungureanu <udan1107@gmail.com>
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
*/
class Table
diff --git a/src/Utils/Tokens.php b/src/Utils/Tokens.php
index eb76df2..13017ad 100644
--- a/src/Utils/Tokens.php
+++ b/src/Utils/Tokens.php
@@ -18,7 +18,6 @@ use SqlParser\TokensList;
* @category Token
* @package SqlParser
* @subpackage Utils
- * @author Dan Ungureanu <udan1107@gmail.com>
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
*/
class Tokens