CC-1639: Change copyright and webpage info in source code. Also removed useless @author and @revision tags

This commit is contained in:
paul.baranowski 2010-07-23 23:03:53 -04:00
parent ad5a849d34
commit ef785742be
627 changed files with 279 additions and 4101 deletions

View file

@ -6,14 +6,10 @@ require_once("BasicStor.php");
*
* Local storage interface
*
* @author Tomas Hlava <th@red2head.com>
* @author Paul Baranowski <paul@paulbaranowski.org>
* @version $Revision$
* @package Campcaster
* @subpackage StorageServer
* @copyright 2006 MDLF, Inc.
* @copyright 2010 Sourcefabric O.P.S.
* @license http://www.gnu.org/licenses/gpl.txt
* @link http://www.campware.org
*/
class LocStor extends BasicStor {