Skip to content

Commit 75d3465

Browse files
committed
Drop the email
1 parent a92e4e4 commit 75d3465

13 files changed

+12
-19
lines changed

SourceQuery/BaseSocket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Pavel Djundik <sourcequery@xpaw.me>
3+
* @author Pavel Djundik
44
*
55
* @link https://xpaw.me
66
* @link https://github.com/xPaw/PHP-Source-Query

SourceQuery/Buffer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Pavel Djundik <sourcequery@xpaw.me>
3+
* @author Pavel Djundik
44
*
55
* @link https://xpaw.me
66
* @link https://github.com/xPaw/PHP-Source-Query

SourceQuery/Exception/AuthenticationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Pavel Djundik <sourcequery@xpaw.me>
3+
* @author Pavel Djundik
44
*
55
* @link https://xpaw.me
66
* @link https://github.com/xPaw/PHP-Source-Query

SourceQuery/Exception/InvalidArgumentException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Pavel Djundik <sourcequery@xpaw.me>
3+
* @author Pavel Djundik
44
*
55
* @link https://xpaw.me
66
* @link https://github.com/xPaw/PHP-Source-Query

SourceQuery/Exception/InvalidPacketException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Pavel Djundik <sourcequery@xpaw.me>
3+
* @author Pavel Djundik
44
*
55
* @link https://xpaw.me
66
* @link https://github.com/xPaw/PHP-Source-Query

SourceQuery/Exception/SocketException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Pavel Djundik <sourcequery@xpaw.me>
3+
* @author Pavel Djundik
44
*
55
* @link https://xpaw.me
66
* @link https://github.com/xPaw/PHP-Source-Query

SourceQuery/Exception/SourceQueryException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Pavel Djundik <sourcequery@xpaw.me>
3+
* @author Pavel Djundik
44
*
55
* @link https://xpaw.me
66
* @link https://github.com/xPaw/PHP-Source-Query

SourceQuery/GoldSourceRcon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Pavel Djundik <sourcequery@xpaw.me>
3+
* @author Pavel Djundik
44
*
55
* @link https://xpaw.me
66
* @link https://github.com/xPaw/PHP-Source-Query

SourceQuery/Socket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Pavel Djundik <sourcequery@xpaw.me>
3+
* @author Pavel Djundik
44
*
55
* @link https://xpaw.me
66
* @link https://github.com/xPaw/PHP-Source-Query

SourceQuery/SourceQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This class provides the public interface to the PHP-Source-Query library.
44
*
5-
* @author Pavel Djundik <sourcequery@xpaw.me>
5+
* @author Pavel Djundik
66
*
77
* @link https://xpaw.me
88
* @link https://github.com/xPaw/PHP-Source-Query

0 commit comments

Comments
 (0)