[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-cvs
Subject:    [PEAR-CVS] cvs: pear /Net_CheckIP2/Net CheckIP2.php
From:       "Till Klampaeckel" <till () php ! net>
Date:       2007-10-31 17:13:55
Message-ID: cvstill1193850835 () cvsserver
[Download RAW message or body]

till		Wed Oct 31 17:13:55 2007 UTC

  Modified files:              
    /pear/Net_CheckIP2/Net	CheckIP2.php 
  Log:
  * added @category, @package and @license tags
  
  
  
http://cvs.php.net/viewvc.cgi/pear/Net_CheckIP2/Net/CheckIP2.php?r1=1.1&r2=1.2&diff_format=u
Index: pear/Net_CheckIP2/Net/CheckIP2.php
diff -u pear/Net_CheckIP2/Net/CheckIP2.php:1.1 pear/Net_CheckIP2/Net/CheckIP2.php:1.2
--- pear/Net_CheckIP2/Net/CheckIP2.php:1.1	Wed Oct 31 10:54:03 2007
+++ pear/Net_CheckIP2/Net/CheckIP2.php	Wed Oct 31 17:13:55 2007
@@ -1,5 +1,5 @@
 <?php
-/* 
+/**
  * Copyright (c) 2002-2006 Martin Jansen
  *
  * Permission is hereby granted, free of charge, to any person obtaining
@@ -28,18 +28,20 @@
  *
  * Usage:
  *   <?php
- *   require_once "Net/CheckIP2.php";
+ *   require_once 'Net/CheckIP2.php';
  *     
  *   if (Net_CheckIP2::check_ip("your_ip_goes_here")) {
  *       // Syntax of the IP is ok
  *   }
  *   ?>
  *
- * @author  Martin Jansen <mj@php.net>
- * @author  Guido Haeger <gh-lists@ecora.de>
- * @author  Till Klampaeckel <till@php.net>
- * @package Net_CheckIP2
- * @version 0.0.1
+ * @author   Martin Jansen <mj@php.net>
+ * @author   Guido Haeger <gh-lists@ecora.de>
+ * @author   Till Klampaeckel <till@php.net>
+ * @category Networking
+ * @package  Net_CheckIP2
+ * @version  0.0.1
+ * @license http://www.opensource.org/licenses/mit-license.html MIT License
  */
 class Net_CheckIP2
 {

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic