Changeset 93

Show
Ignore:
Timestamp:
01/18/07 00:33:06 (2 years ago)
Author:
mikey
Message:

credit to whom credit is due

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/experiments/people/mikey/star/StarArchive.php

    r86 r93  
    22/** 
    33 * Class for creating star archives. 
     4 *  
     5 * This class contains code from skeleton/lang/archive/Archive.class.php 
     6 * of the XP-framework, written by Timm Friebe and Alex Kiesel. 
    47 *  
    58 * @author   Frank Kleine <mikey@stubbles.net> 
     
    811/** 
    912 * Class for creating star archives. 
     13 *  
     14 * This class contains code from skeleton/lang/archive/Archive.class.php 
     15 * of the XP-framework, written by Timm Friebe and Alex Kiesel. 
    1016 *  
    1117 * @package  star 
  • trunk/experiments/people/mikey/star/StarLoader.php

    r86 r93  
    22/** 
    33 * Class for reading classes from star archives via stream wrapper. 
     4 *  
     5 * This class contains code from lang.base.php of the XP-framework, 
     6 * written by Timm Friebe and Alex Kiesel. 
    47 *  
    58 * @author   Frank Kleine <mikey@stubbles.net> 
     
    710 */ 
    811/** 
    9  * Class for reading classes from star archives via stream wrapper. 
     12 * Class for reading classes from star archives via stream wrapper, 
     13 * written by Timm Friebe and Alex Kiesel. 
     14 *  
     15 * This class contains code from lang.base.php of the XP-framework. 
    1016 *  
    1117 * @package  star