Advertisement
Guest User

Untitled

a guest
Jun 4th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. -# MantisBT - A PHP based bugtracking system
  2.  
  3. -
  4.  
  5. -# MantisBT is free software: you can redistribute it and/or modify
  6.  
  7. -# it under the terms of the GNU General Public License as published by
  8.  
  9. -# the Free Software Foundation, either version 2 of the License, or
  10.  
  11. -# (at your option) any later version.
  12.  
  13. -#
  14.  
  15. -# MantisBT is distributed in the hope that it will be useful,
  16.  
  17. -# but WITHOUT ANY WARRANTY; without even the implied warranty of
  18.  
  19. -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20.  
  21. -# GNU General Public License for more details.
  22.  
  23. -#
  24.  
  25. -# You should have received a copy of the GNU General Public License
  26.  
  27. -# along with MantisBT. If not, see <http://www.gnu.org/licenses/>.
  28.  
  29. +/**
  30.  
  31. + * MantisBT - A PHP based bugtracking system
  32.  
  33. + *
  34.  
  35. + * MantisBT is free software: you can redistribute it and/or modify
  36.  
  37. + * it under the terms of the GNU General Public License as published by
  38.  
  39. + * the Free Software Foundation, either version 2 of the License, or
  40.  
  41. + * (at your option) any later version.
  42.  
  43. + *
  44.  
  45. + * MantisBT is distributed in the hope that it will be useful,
  46.  
  47. + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  48.  
  49. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  50.  
  51. + * GNU General Public License for more details.
  52.  
  53. + *
  54.  
  55. + * You should have received a copy of the GNU General Public License
  56.  
  57. + * along with MantisBT. If not, see <http://www.gnu.org/licenses/>.
  58.  
  59. + *
  60.  
  61. + * @copyright Copyright (C) 2002 - 2012 MantisBT Team - mantisbt-dev@lists.sourceforge.
  62.  
  63. + * @link http://www.mantisbt.org
  64.  
  65. + * @package MantisBT
  66.  
  67. + */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement