Index: trunk/extensions/Translate/ffs/PhpVariables.php |
— | — | @@ -123,23 +123,23 @@ |
124 | 124 | |
125 | 125 | fwrite( $handle, <<<HEADER |
126 | 126 | <?php |
127 | | -/** Mantis - a php based bugtracking system |
| 127 | +/** MantisBT - a php based bugtracking system |
128 | 128 | * |
129 | 129 | * Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org |
130 | | - * Copyright (C) 2002 - 2009 Mantis Team - mantisbt-dev@lists.sourceforge.net |
| 130 | + * Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net |
131 | 131 | * |
132 | | - * Mantis is free software: you can redistribute it and/or modify |
| 132 | + * MantisBT is free software: you can redistribute it and/or modify |
133 | 133 | * it under the terms of the GNU General Public License as published by |
134 | 134 | * the Free Software Foundation, either version 2 of the License, or |
135 | 135 | * (at your option) any later version. |
136 | 136 | * |
137 | | - * Mantis is distributed in the hope that it will be useful, |
| 137 | + * MantisBT is distributed in the hope that it will be useful, |
138 | 138 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
139 | 139 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
140 | 140 | * GNU General Public License for more details. |
141 | 141 | * |
142 | 142 | * You should have received a copy of the GNU General Public License |
143 | | - * along with Mantis. If not, see <http://www.gnu.org/licenses/>. |
| 143 | + * along with MantisBT. If not, see <http://www.gnu.org/licenses/>. |
144 | 144 | */ |
145 | 145 | |
146 | 146 | /** $name ($native) |