summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2004-03-21 22:11:18 +0000
committerStig Bakken <ssb@php.net>2004-03-21 22:11:18 +0000
commitc9a5a75fefeb47a3bcca2bfd2783f076c8f469de (patch)
treee508eb7c4149b7cc522a591f4da3fe48e236c34a /pear
parent4ccca568bba184f8631e7de6cebff840fd937492 (diff)
downloadphp-git-c9a5a75fefeb47a3bcca2bfd2783f076c8f469de.tar.gz
* fit copyright header on 80 columns
Diffstat (limited to 'pear')
-rw-r--r--pear/PEAR.php34
1 files changed, 17 insertions, 17 deletions
diff --git a/pear/PEAR.php b/pear/PEAR.php
index 17b4df51f5..7645d9717f 100644
--- a/pear/PEAR.php
+++ b/pear/PEAR.php
@@ -1,22 +1,22 @@
<?php
//
-// +----------------------------------------------------------------------+
-// | PEAR, the PHP Extension and Application Repository |
-// +----------------------------------------------------------------------+
-// | Copyright (c) 1997-2004 The PHP Group |
-// +----------------------------------------------------------------------+
-// | This source file is subject to version 2.0 of the PHP license, |
-// | that is bundled with this package in the file LICENSE, and is |
-// | available through the world-wide-web at the following url: |
-// | http://www.php.net/license/3_0.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. |
-// +----------------------------------------------------------------------+
-// | Authors: Sterling Hughes <sterling@php.net> |
-// | Stig Bakken <ssb@php.net> |
-// | Tomas V.V.Cox <cox@idecnet.com> |
-// +----------------------------------------------------------------------+
+// +--------------------------------------------------------------------+
+// | PEAR, the PHP Extension and Application Repository |
+// +--------------------------------------------------------------------+
+// | Copyright (c) 1997-2004 The PHP Group |
+// +--------------------------------------------------------------------+
+// | This source file is subject to version 2.0 of the PHP license, |
+// | that is bundled with this package in the file LICENSE, and is |
+// | available through the world-wide-web at the following url: |
+// | http://www.php.net/license/3_0.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. |
+// +--------------------------------------------------------------------+
+// | Authors: Sterling Hughes <sterling@php.net> |
+// | Stig Bakken <ssb@php.net> |
+// | Tomas V.V.Cox <cox@idecnet.com> |
+// +--------------------------------------------------------------------+
//
// $Id$
//