goba            Fri Jan 18 14:19:46 2002 EDT

  Modified files:              
    /phpdoc/scripts     process.php revcheck.php sort_aliases.php 
  Log:
  Add authors info from cvs and file comments, correct
  process.php to print out a new line if file not modifed
  
  
Index: phpdoc/scripts/process.php
diff -u phpdoc/scripts/process.php:1.4 phpdoc/scripts/process.php:1.5
--- phpdoc/scripts/process.php:1.4      Wed Jan  9 09:50:45 2002
+++ phpdoc/scripts/process.php  Fri Jan 18 14:19:46 2002
@@ -14,7 +14,7 @@
 # | obtain it through the world wide web, please send a note to          |
 # | [EMAIL PROTECTED] so we can mail you a copy immediately                |
 # +----------------------------------------------------------------------+
-# | Authors:    ???                                                      |
+# | Authors:    Jeroen van Wolffelaar <[EMAIL PROTECTED]>                   |
 # +----------------------------------------------------------------------+
 */
 if ($argc < 2 || $argc > 3) { ?>
@@ -73,7 +73,7 @@
     }
 
     $new = apply($old);
-    if ($new === FALSE) { echo "NO MODIFICATION: $file not modified"; }
+    if ($new === FALSE) { echo "NO MODIFICATION: $file not modified\n"; }
     else {
         $fp = fopen($file,'w');
         $res = fwrite($fp,$new);
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.11 phpdoc/scripts/revcheck.php:1.12
--- phpdoc/scripts/revcheck.php:1.11    Wed Jan  9 09:50:45 2002
+++ phpdoc/scripts/revcheck.php Fri Jan 18 14:19:46 2002
@@ -14,7 +14,8 @@
 # | obtain it through the world wide web, please send a note to          |
 # | [EMAIL PROTECTED] so we can mail you a copy immediately                |
 # +----------------------------------------------------------------------+
-# | Authors:    ???                                                      |
+# | Authors:    Thomas Sch�fbeck <[EMAIL PROTECTED]>                           |
+# |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
 # +----------------------------------------------------------------------+
 */
 if ($argc < 2 || $argc > 3) {
Index: phpdoc/scripts/sort_aliases.php
diff -u phpdoc/scripts/sort_aliases.php:1.4 phpdoc/scripts/sort_aliases.php:1.5
--- phpdoc/scripts/sort_aliases.php:1.4 Wed Jan  9 09:50:45 2002
+++ phpdoc/scripts/sort_aliases.php     Fri Jan 18 14:19:46 2002
@@ -14,7 +14,7 @@
 # | obtain it through the world wide web, please send a note to          |
 # | [EMAIL PROTECTED] so we can mail you a copy immediately                |
 # +----------------------------------------------------------------------+
-# | Authors:    ???                                                      |
+# | Authors:    Jeroen van Wolffelaar <[EMAIL PROTECTED]>                   |
 # +----------------------------------------------------------------------+
 */
 


Reply via email to