Added missing GPLv2 headers in some places.
[lhc/web/wiklou.git] / includes / IP.php
index 2889dd4..e1c1f6d 100644 (file)
@@ -18,7 +18,7 @@
  * http://www.gnu.org/copyleft/gpl.html
  *
  * @file
- * @author Ashar Voultoiz <hashar at free dot fr>, Aaron Schulz
+ * @author Antoine Musso <hashar at free dot fr>, Aaron Schulz
  */
 
 // Some regex definition to "play" with IP address and IP address blocks
@@ -198,7 +198,7 @@ class IP {
         *
         * A bare IPv6 address is accepted despite the lack of square brackets.
         *
-        * @param $both The string with the host and port
+        * @param $both string The string with the host and port
         * @return array
         */
        public static function splitHostAndPort( $both ) {