X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/177fd6fefd2e3d5a0ea6591c71d660cabdb3c1a4..refs/tags/wordpress-2.6.2:/wp-includes/class-snoopy.php diff --git a/wp-includes/class-snoopy.php b/wp-includes/class-snoopy.php index 12f0e970..5ec5dce4 100644 --- a/wp-includes/class-snoopy.php +++ b/wp-includes/class-snoopy.php @@ -8,13 +8,15 @@ * @link http://snoopy.sourceforge.net/ * @package Snoopy */ -/************************************************* - -Snoopy - the PHP net client -Author: Monte Ohrt -Copyright (c): 1999-2000 ispi, all rights reserved -Version: 1.01 +if ( !in_array('Snoopy', get_declared_classes() ) ) : +/** + * Snoopy - the PHP net client + * + * @author Monte Ohrt + * @copyright (c): 1999-2000 ispi, all rights reserved + * @version 1.01 + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -28,22 +30,19 @@ Version: 1.01 * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -You may contact the author of Snoopy by e-mail at: -monte@ispi.net - -Or, write to: -Monte Ohrt -CTO, ispi -237 S. 70th suite 220 -Lincoln, NE 68510 - -The latest version of Snoopy can be obtained from: -http://snoopy.sourceforge.net/ - -*************************************************/ - -if ( !in_array('Snoopy', get_declared_classes() ) ) : + * + * You may contact the author of Snoopy by e-mail at: + * monte@ispi.net + * + * Or, write to: + * Monte Ohrt + * CTO, ispi + * 237 S. 70th suite 220 + * Lincoln, NE 68510 + * + * @link http://snoopy.sourceforge.net/ The latest version of Snoopy can be + * obtained + */ class Snoopy { /**** Public variables ****/