Index: trunk/extensions/Translate/groups/MantisBT/MantisBT.yml |
— | — | @@ -59,23 +59,23 @@ |
60 | 60 | header: | |
61 | 61 | <?php |
62 | 62 | /** MantisBT - a php based bugtracking system |
63 | | - * |
64 | | - * Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org |
65 | | - * Copyright (C) 2002 - 2010 MantisBT Team - mantisbt-dev@lists.sourceforge.net |
66 | | - * |
67 | | - * MantisBT is free software: you can redistribute it and/or modify |
68 | | - * it under the terms of the GNU General Public License as published by |
69 | | - * the Free Software Foundation, either version 2 of the License, or |
70 | | - * (at your option) any later version. |
71 | | - * |
72 | | - * MantisBT is distributed in the hope that it will be useful, |
73 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
74 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
75 | | - * GNU General Public License for more details. |
76 | | - * |
77 | | - * You should have received a copy of the GNU General Public License |
78 | | - * along with MantisBT. If not, see <http://www.gnu.org/licenses/>. |
79 | | - */ |
| 63 | + * |
| 64 | + * Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org |
| 65 | + * Copyright (C) 2002 - 2010 MantisBT Team - mantisbt-dev@lists.sourceforge.net |
| 66 | + * |
| 67 | + * MantisBT is free software: you can redistribute it and/or modify |
| 68 | + * it under the terms of the GNU General Public License as published by |
| 69 | + * the Free Software Foundation, either version 2 of the License, or |
| 70 | + * (at your option) any later version. |
| 71 | + * |
| 72 | + * MantisBT is distributed in the hope that it will be useful, |
| 73 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 74 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 75 | + * GNU General Public License for more details. |
| 76 | + * |
| 77 | + * You should have received a copy of the GNU General Public License |
| 78 | + * along with MantisBT. If not, see <http://www.gnu.org/licenses/>. |
| 79 | + */ |
80 | 80 | |
81 | 81 | |
82 | 82 | CHECKER: |
Index: trunk/extensions/Translate/ffs/PhpVariables.php |
— | — | @@ -256,7 +256,7 @@ |
257 | 257 | $authors = $this->filterAuthors( $authors, $collection->code ); |
258 | 258 | |
259 | 259 | foreach ( $authors as $author ) { |
260 | | - $output .= "* @author $author\n"; |
| 260 | + $output .= " * @author $author\n"; |
261 | 261 | } |
262 | 262 | |
263 | 263 | return $output; |