Index: trunk/phase3/maintenance/userOptions.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * |
10 | 10 | * @file |
11 | 11 | * @ingroup Maintenance |
12 | | - * @author Ashar Voultoiz <hashar@altern.org> |
| 12 | + * @author Ashar Voultoiz <hashar at free dot fr> |
13 | 13 | */ |
14 | 14 | |
15 | 15 | // This is a command line script, load tools and parse args |
Index: trunk/phase3/maintenance/findhooks.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | * |
33 | 33 | * @file |
34 | 34 | * @ingroup Maintenance |
35 | | - * @author Ashar Voultoiz <hashar@altern.org> |
| 35 | + * @author Ashar Voultoiz <hashar at free dot fr> |
36 | 36 | */ |
37 | 37 | |
38 | 38 | require_once( dirname( __FILE__ ) . '/Maintenance.php' ); |
Index: trunk/phase3/maintenance/showStats.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | * |
23 | 23 | * @ingroup Maintenance |
24 | | - * @author Ashar Voultoiz <hashar@altern.org> |
| 24 | + * @author Ashar Voultoiz <hashar at free dot fr> |
25 | 25 | * Based on initStats.php by: |
26 | 26 | * @author Brion Vibber |
27 | 27 | * @author Rob Church <robchur@gmail.com> |
Index: trunk/phase3/includes/IP.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | * Functions and constants to play with IP addresses and ranges |
5 | 5 | * |
6 | 6 | * @file |
7 | | - * @author Ashar Voultoiz <hashar@altern.org> |
| 7 | + * @author Ashar Voultoiz <hashar at free dot fr> |
8 | 8 | * @license GPL v2 or later |
9 | 9 | */ |
10 | 10 | |