]> granicus.if.org Git - php/commitdiff
Added standar header
authorTomas V.V.Cox <cox@php.net>
Tue, 16 Apr 2002 00:38:21 +0000 (00:38 +0000)
committerTomas V.V.Cox <cox@php.net>
Tue, 16 Apr 2002 00:38:21 +0000 (00:38 +0000)
pear/PEAR/Command/Remote.php

index d5777d3c7a7132ef13a03b8072bf5409b9e2baa1..b754055d0a772791b4e5c7ca18296ace4d5ce2f6 100644 (file)
@@ -1,4 +1,23 @@
 <?php
+// /* vim: set expandtab tabstop=4 shiftwidth=4: */
+// +----------------------------------------------------------------------+
+// | PHP Version 4                                                        |
+// +----------------------------------------------------------------------+
+// | Copyright (c) 1997-2002 The PHP Group                                |
+// +----------------------------------------------------------------------+
+// | This source file is subject to version 2.02 of the PHP license,      |
+// | that is bundled with this package in the file LICENSE, and is        |
+// | available at through the world-wide-web at                           |
+// | http://www.php.net/license/2_02.txt.                                 |
+// | If you did not receive a copy of the PHP license and are unable to   |
+// | obtain it through the world-wide-web, please send a note to          |
+// | license@php.net so we can mail you a copy immediately.               |
+// +----------------------------------------------------------------------+
+// | Author: Stig Bakken <ssb@fast.no>                                    |
+// |                                                                      |
+// +----------------------------------------------------------------------+
+//
+// $Id$
 
 require_once 'PEAR/Command/Common.php';
 require_once 'PEAR/Remote.php';