]> granicus.if.org Git - php/commitdiff
Vim tags added plus some other minor text about license and author
authorTomas V.V.Cox <cox@php.net>
Tue, 16 Apr 2002 00:31:16 +0000 (00:31 +0000)
committerTomas V.V.Cox <cox@php.net>
Tue, 16 Apr 2002 00:31:16 +0000 (00:31 +0000)
pear/PEAR/Command/Registry.php

index 252701dcdf0949b7e94c58ba4caa8caa4789d17a..049b89f54c808695af75b7bb3fe56e205a4f06d5 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/Registry.php';