Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

117 lines
4.2 KiB

  1. Author:
  2. Michael Ziegler <diese-addy@funzt-halt.net>
  3. Copyright:
  4. <Copyright © 2009 Michael Ziegler>
  5. License:
  6. This package is free software; you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation; either version 2 of the License, or
  9. (at your option) any later version.
  10. This package is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU General Public License for more details.
  14. You should have received a copy of the GNU General Public License
  15. along with this package; if not, write to the Free Software
  16. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  17. ===============================================================================
  18. The directory "htdocs/ext-2.2" provides the ExtJS JavaScript library.
  19. Ext JS - JavaScript Library
  20. Copyright © 2006-2008, Ext JS, LLC
  21. All rights reserved.
  22. licensing@extjs.com
  23. http://extjs.com/license
  24. Open Source License
  25. -------------------------------------------------------------------
  26. Ext is licensed under the terms of the Open Source GPL 3.0 license.
  27. http://www.gnu.org/licenses/gpl.html
  28. There are several FLOSS exceptions available for use with this
  29. release for open source applications that are distributed under a
  30. license other than the GPL.
  31. * Open Source License Exception for Applications
  32. http://extjs.com/products/floss-exception.php
  33. * Open Source License Exception for Development
  34. http://extjs.com/products/ux-exception.php
  35. Commercial License
  36. -------------------------------------------------------------------
  37. This is the appropriate option if you are creating proprietary
  38. applications and you are not prepared to distribute and share the
  39. source code of your application under the GPL v3 license. Please
  40. visit http://extjs.com/license for more details.
  41. OEM / Reseller License
  42. -------------------------------------------------------------------
  43. For more details, please visit: http://extjs.com/license.
  44. --
  45. This library is distributed in the hope that it will be useful,
  46. but WITHOUT ANY WARRANTY; without even the implied warranty of
  47. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  48. General Public License for more details.
  49. ===============================================================================
  50. The images in the directory "htdocs/mumble" are displayed in the Channel
  51. viewer. They were included in Mumble's source package, which can be obtained
  52. from http://mumble.sf.net.
  53. Upstream Author:
  54. Martin Skilnand <http://sourceforge.net/users/cybknight/>
  55. Copyright:
  56. <Copyright © 2005-2009, Martin Skilnand>
  57. All rights reserved.
  58. License:
  59. Redistribution and use in source and binary forms, with or without
  60. modification, are permitted provided that the following conditions
  61. are met:
  62. - Redistributions of source code must retain the above copyright notice,
  63. this list of conditions and the following disclaimer.
  64. - Redistributions in binary form must reproduce the above copyright notice,
  65. this list of conditions and the following disclaimer in the documentation
  66. and/or other materials provided with the distribution.
  67. - Neither the name of the Mumble Developers nor the names of its
  68. contributors may be used to endorse or promote products derived from this
  69. software without specific prior written permission.
  70. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  71. `AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  72. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  73. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
  74. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  75. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  76. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  77. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  78. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  79. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  80. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.