Skip to content

Commit

Permalink
Mantis -> MantisBT in file headers, comments, and elsewhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
siebrand committed Feb 14, 2009
1 parent c15823b commit 4d63b48
Show file tree
Hide file tree
Showing 352 changed files with 1,994 additions and 1,994 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -13,6 +13,7 @@ docbook/*/*/install
# IDE/Editor temporary files
*~
*.swp
*.bak
.project

# IIS7
Expand Down
12 changes: 6 additions & 6 deletions account_delete.php
@@ -1,18 +1,18 @@
<?php
# Mantis - a php based bugtracking system
# MantisBT - a php based bugtracking system

# Mantis is free software: you can redistribute it and/or modify
# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Mantis is distributed in the hope that it will be useful,
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
# along with MantisBT. If not, see <http://www.gnu.org/licenses/>.

/**
* CALLERS
Expand All @@ -33,11 +33,11 @@
*
* @package MantisBT
* @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* @copyright Copyright (C) 2002 - 2009 Mantis Team - mantisbt-dev@lists.sourceforge.net
* @copyright Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/
/**
* Mantis Core API's
* MantisBT Core API's
*/
require_once( 'core.php' );

Expand Down
12 changes: 6 additions & 6 deletions account_manage_columns_page.php
@@ -1,27 +1,27 @@
<?php
# Mantis - a php based bugtracking system
# MantisBT - a php based bugtracking system

# Mantis is free software: you can redistribute it and/or modify
# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Mantis is distributed in the hope that it will be useful,
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
# along with MantisBT. If not, see <http://www.gnu.org/licenses/>.

/**
* @package MantisBT
* @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* @copyright Copyright (C) 2002 - 2009 Mantis Team - mantisbt-dev@lists.sourceforge.net
* @copyright Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/
/**
* Mantis Core API's
* MantisBT Core API's
*/
require_once( 'core.php' );

Expand Down
12 changes: 6 additions & 6 deletions account_page.php
@@ -1,18 +1,18 @@
<?php
# Mantis - a php based bugtracking system
# MantisBT - a php based bugtracking system

# Mantis is free software: you can redistribute it and/or modify
# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Mantis is distributed in the hope that it will be useful,
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
# along with MantisBT. If not, see <http://www.gnu.org/licenses/>.

/**
* CALLERS
Expand All @@ -39,11 +39,11 @@
*
* @package MantisBT
* @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* @copyright Copyright (C) 2002 - 2009 Mantis Team - mantisbt-dev@lists.sourceforge.net
* @copyright Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/
/**
* Mantis Core API's
* MantisBT Core API's
*/
require_once( 'core.php' );

Expand Down
12 changes: 6 additions & 6 deletions account_prefs_inc.php
@@ -1,27 +1,27 @@
<?php
# Mantis - a php based bugtracking system
# MantisBT - a php based bugtracking system

# Mantis is free software: you can redistribute it and/or modify
# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Mantis is distributed in the hope that it will be useful,
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
# along with MantisBT. If not, see <http://www.gnu.org/licenses/>.

/**
* @package MantisBT
* @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* @copyright Copyright (C) 2002 - 2009 Mantis Team - mantisbt-dev@lists.sourceforge.net
* @copyright Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/
/**
* Mantis Core API's
* MantisBT Core API's
*/
$t_core_path = config_get( 'core_path' );

Expand Down
12 changes: 6 additions & 6 deletions account_prefs_page.php
@@ -1,18 +1,18 @@
<?php
# Mantis - a php based bugtracking system
# MantisBT - a php based bugtracking system

# Mantis is free software: you can redistribute it and/or modify
# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Mantis is distributed in the hope that it will be useful,
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
# along with MantisBT. If not, see <http://www.gnu.org/licenses/>.

/**
* CALLERS
Expand All @@ -36,11 +36,11 @@
*
* @package MantisBT
* @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* @copyright Copyright (C) 2002 - 2009 Mantis Team - mantisbt-dev@lists.sourceforge.net
* @copyright Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/
/**
* Mantis Core API's
* MantisBT Core API's
*/
require_once( 'core.php' );

Expand Down
12 changes: 6 additions & 6 deletions account_prefs_reset.php
@@ -1,18 +1,18 @@
<?php
# Mantis - a php based bugtracking system
# MantisBT - a php based bugtracking system

# Mantis is free software: you can redistribute it and/or modify
# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Mantis is distributed in the hope that it will be useful,
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
# along with MantisBT. If not, see <http://www.gnu.org/licenses/>.

/**
* CALLERS
Expand All @@ -32,11 +32,11 @@
*
* @package MantisBT
* @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* @copyright Copyright (C) 2002 - 2009 Mantis Team - mantisbt-dev@lists.sourceforge.net
* @copyright Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/
/**
* Mantis Core API's
* MantisBT Core API's
*/
require_once( 'core.php' );

Expand Down
12 changes: 6 additions & 6 deletions account_prefs_update.php
@@ -1,28 +1,28 @@
<?php
# Mantis - a php based bugtracking system
# MantisBT - a php based bugtracking system

# Mantis is free software: you can redistribute it and/or modify
# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Mantis is distributed in the hope that it will be useful,
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
# along with MantisBT. If not, see <http://www.gnu.org/licenses/>.

/**
* Updates prefs then redirect to account_prefs_page.php
* @package MantisBT
* @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* @copyright Copyright (C) 2002 - 2009 Mantis Team - mantisbt-dev@lists.sourceforge.net
* @copyright Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/
/**
* Mantis Core API's
* MantisBT Core API's
*/
require_once( 'core.php' );

Expand Down
12 changes: 6 additions & 6 deletions account_prof_edit_page.php
@@ -1,30 +1,30 @@
<?php
# Mantis - a php based bugtracking system
# MantisBT - a php based bugtracking system

# Mantis is free software: you can redistribute it and/or modify
# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Mantis is distributed in the hope that it will be useful,
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
# along with MantisBT. If not, see <http://www.gnu.org/licenses/>.

/**
* This page allows the user to edit his/her profile
* Changes get POSTed to account_prof_update.php
*
* @package MantisBT
* @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* @copyright Copyright (C) 2002 - 2009 Mantis Team - mantisbt-dev@lists.sourceforge.net
* @copyright Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/
/**
* Mantis Core API's
* MantisBT Core API's
*/
require_once( 'core.php' );

Expand Down
12 changes: 6 additions & 6 deletions account_prof_menu_page.php
@@ -1,18 +1,18 @@
<?php
# Mantis - a php based bugtracking system
# MantisBT - a php based bugtracking system

# Mantis is free software: you can redistribute it and/or modify
# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Mantis is distributed in the hope that it will be useful,
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
# along with MantisBT. If not, see <http://www.gnu.org/licenses/>.

/**
* This page allows users to add a new profile which is POSTed to
Expand All @@ -22,11 +22,11 @@
*
* @package MantisBT
* @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* @copyright Copyright (C) 2002 - 2009 Mantis Team - mantisbt-dev@lists.sourceforge.net
* @copyright Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/
/**
* Mantis Core API's
* MantisBT Core API's
*/
require_once( 'core.php' );

Expand Down
12 changes: 6 additions & 6 deletions account_prof_update.php
@@ -1,29 +1,29 @@
<?php
# Mantis - a php based bugtracking system
# MantisBT - a php based bugtracking system

# Mantis is free software: you can redistribute it and/or modify
# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Mantis is distributed in the hope that it will be useful,
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
# along with MantisBT. If not, see <http://www.gnu.org/licenses/>.

/**
* This page updates the users profile information then redirects to
* account_prof_menu_page.php
* @package MantisBT
* @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* @copyright Copyright (C) 2002 - 2009 Mantis Team - mantisbt-dev@lists.sourceforge.net
* @copyright Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/
/**
* Mantis Core API's
* MantisBT Core API's
*/
require_once( 'core.php' );

Expand Down

0 comments on commit 4d63b48

Please sign in to comment.