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.

171 lines
6.4 KiB

15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
  1. Author:
  2. The main developer is Michael Ziegler <diese-addy@funzt-halt.net>.
  3. For a full list of authors please see the AUTHORS file in this directory.
  4. Copyright:
  5. <Copyright © 2009 Michael Ziegler>
  6. The translation files are Copyright to their respective authors.
  7. License:
  8. This package is free software; you can redistribute it and/or modify
  9. it under the terms of the GNU General Public License as published by
  10. the Free Software Foundation; either version 2 of the License, or
  11. (at your option) any later version.
  12. This package is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. GNU General Public License for more details.
  16. You should have received a copy of the GNU General Public License
  17. along with this package; if not, write to the Free Software
  18. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  19. ===============================================================================
  20. The directory "htdocs/ext-2.2" provides the ExtJS JavaScript library,
  21. version 2.2.
  22. Ext JS - JavaScript Library
  23. Copyright © 2006-2008, Ext JS, LLC
  24. All rights reserved.
  25. licensing@extjs.com
  26. http://extjs.com/license
  27. Open Source License
  28. -------------------------------------------------------------------
  29. Ext is licensed under the terms of the Open Source GPL 3.0 license.
  30. http://www.gnu.org/licenses/gpl.html
  31. There are several FLOSS exceptions available for use with this
  32. release for open source applications that are distributed under a
  33. license other than the GPL.
  34. * Open Source License Exception for Applications
  35. http://extjs.com/products/floss-exception.php
  36. * Open Source License Exception for Development
  37. http://extjs.com/products/ux-exception.php
  38. Commercial License
  39. -------------------------------------------------------------------
  40. This is the appropriate option if you are creating proprietary
  41. applications and you are not prepared to distribute and share the
  42. source code of your application under the GPL v3 license. Please
  43. visit http://extjs.com/license for more details.
  44. OEM / Reseller License
  45. -------------------------------------------------------------------
  46. For more details, please visit: http://extjs.com/license.
  47. --
  48. This library is distributed in the hope that it will be useful,
  49. but WITHOUT ANY WARRANTY; without even the implied warranty of
  50. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  51. General Public License for more details.
  52. ===============================================================================
  53. The images in the directory "htdocs/mumble" are displayed in the Channel
  54. viewer. They were included in Mumble's source package, which can be obtained
  55. from http://mumble.sf.net.
  56. Upstream Author:
  57. Martin Skilnand <http://sourceforge.net/users/cybknight/>
  58. Copyright:
  59. <Copyright © 2005-2009, Martin Skilnand>
  60. All rights reserved.
  61. The files pyweb/mumble/Murmur_1-1-8.ice and pyweb/mumble/Murmur_1-2-0.ice are
  62. being shipped with Murmur versions 1.1.8 and 1.2.0 respectively, and contain the
  63. interface definitions for the Ice interface.
  64. Upstream Author:
  65. Thorvald Natvig <thorvald@natvig.com>
  66. Copyright:
  67. Copyright (C) 2005-2009, Thorvald Natvig <thorvald@natvig.com>
  68. All rights reserved.
  69. License of Mumble (valid for both the images and Murmur*.ice):
  70. Redistribution and use in source and binary forms, with or without
  71. modification, are permitted provided that the following conditions
  72. are met:
  73. - Redistributions of source code must retain the above copyright notice,
  74. this list of conditions and the following disclaimer.
  75. - Redistributions in binary form must reproduce the above copyright notice,
  76. this list of conditions and the following disclaimer in the documentation
  77. and/or other materials provided with the distribution.
  78. - Neither the name of the Mumble Developers nor the names of its
  79. contributors may be used to endorse or promote products derived from this
  80. software without specific prior written permission.
  81. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  82. `AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  83. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  84. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
  85. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  86. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  87. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  88. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  89. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  90. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  91. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  92. ===============================================================================
  93. The directory pyweb/rosetta provides the rosetta Django application that allows
  94. easy editing of Django's translation files. The app is published on Google Code
  95. under the MIT license: <http://code.google.com/p/django-rosetta/>
  96. Upstream Author:
  97. Marco Bonetti <mbonetti@gmail.com>
  98. Copyright:
  99. <Copyright © 2010, Marco Bonetti>
  100. All rights reserved.
  101. License:
  102. The MIT License
  103. Permission is hereby granted, free of charge, to any person obtaining a copy
  104. of this software and associated documentation files (the "Software"), to deal
  105. in the Software without restriction, including without limitation the rights
  106. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  107. copies of the Software, and to permit persons to whom the Software is
  108. furnished to do so, subject to the following conditions:
  109. The above copyright notice and this permission notice shall be included in
  110. all copies or substantial portions of the Software.
  111. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  112. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  113. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  114. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  115. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  116. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  117. THE SOFTWARE.