Changeset 8082 for trunk/wp-includes/class-snoopy.php
- Timestamp:
- 06/14/2008 04:36:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-snoopy.php
r6440 r8082 9 9 * @package Snoopy 10 10 */ 11 /************************************************* 12 13 Snoopy - the PHP net client 14 Author: Monte Ohrt <monte@ispi.net> 15 Copyright (c): 1999-2000 ispi, all rights reserved 16 Version: 1.01 17 11 12 if ( !in_array('Snoopy', get_declared_classes() ) ) : 13 /** 14 * Snoopy - the PHP net client 15 * 16 * @author Monte Ohrt <monte@ispi.net> 17 * @copyright (c): 1999-2000 ispi, all rights reserved 18 * @version 1.01 19 * 18 20 * This library is free software; you can redistribute it and/or 19 21 * modify it under the terms of the GNU Lesser General Public … … 29 31 * License along with this library; if not, write to the Free Software 30 32 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 31 32 You may contact the author of Snoopy by e-mail at: 33 monte@ispi.net 34 35 Or, write to: 36 Monte Ohrt 37 CTO, ispi 38 237 S. 70th suite 220 39 Lincoln, NE 68510 40 41 The latest version of Snoopy can be obtained from: 42 http://snoopy.sourceforge.net/ 43 44 *************************************************/ 45 46 if ( !in_array('Snoopy', get_declared_classes() ) ) : 33 * 34 * You may contact the author of Snoopy by e-mail at: 35 * monte@ispi.net 36 * 37 * Or, write to: 38 * Monte Ohrt 39 * CTO, ispi 40 * 237 S. 70th suite 220 41 * Lincoln, NE 68510 42 * 43 * @link http://snoopy.sourceforge.net/ The latest version of Snoopy can be 44 * obtained 45 */ 47 46 class Snoopy 48 47 {
Note: See TracChangeset
for help on using the changeset viewer.