copyright 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: synapse
  3. Source: https://github.com/matrix-org/synapse
  4. Files: *
  5. Copyright: 2014-2017, OpenMarket Ltd, 2017-2018 New Vector Ltd
  6. License: Apache-2.0
  7. Files: synapse/config/saml2.py
  8. Copyright: 2015, Ericsson
  9. License: Apache-2.0
  10. Files: synapse/config/jwt.py
  11. Copyright: 2015, Niklas Riekenbrauck
  12. License: Apache-2.0
  13. Files: synapse/config/workers.py
  14. Copyright: 2016, matrix.org
  15. License: Apache-2.0
  16. Files: synapse/config/repository.py
  17. Copyright: 2014-2015, matrix.org
  18. License: Apache-2.0
  19. Files: contrib/jitsimeetbridge/unjingle/strophe/base64.js
  20. Copyright: Public Domain (Tyler Akins http://rumkin.com)
  21. License: public-domain
  22. This code was written by Tyler Akins and has been placed in the
  23. public domain. It would be nice if you left this header intact.
  24. Base64 code from Tyler Akins -- http://rumkin.com
  25. Files: contrib/jitsimeetbridge/unjingle/strophe/md5.js
  26. Copyright: 1999-2002, Paul Johnston & Contributors
  27. License: BSD-3-clause
  28. Files: contrib/jitsimeetbridge/unjingle/strophe/strophe.js
  29. Copyright: 2006-2008, OGG, LLC
  30. License: Expat
  31. Files: contrib/jitsimeetbridge/unjingle/strophe/XMLHttpRequest.js
  32. Copyright: 2010 passive.ly LLC
  33. License: Expat
  34. Files: contrib/jitsimeetbridge/unjingle/*.js
  35. Copyright: 2014 Jitsi
  36. License: Apache-2.0
  37. Files: debian/*
  38. Copyright: 2016-2017, Erik Johnston <erik@matrix.org>
  39. 2017, Rahul De <rahulde@swecha.net>
  40. 2017, Sunil Mohan Adapa <sunil@medhas.org>
  41. License: Apache-2.0
  42. License: Apache-2.0
  43. Licensed under the Apache License, Version 2.0 (the "License");
  44. you may not use this file except in compliance with the License.
  45. You may obtain a copy of the License at
  46. .
  47. http://www.apache.org/licenses/LICENSE-2.0
  48. .
  49. Unless required by applicable law or agreed to in writing, software
  50. distributed under the License is distributed on an "AS IS" BASIS,
  51. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  52. See the License for the specific language governing permissions and
  53. limitations under the License.
  54. .
  55. On Debian systems, the full text of the Apache License version
  56. 2.0 can be found in the file
  57. `/usr/share/common-licenses/Apache-2.0'.
  58. License: BSD-3-clause
  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. .
  63. Redistributions of source code must retain the above copyright
  64. notice, this list of conditions and the following
  65. disclaimer. Redistributions in binary form must reproduce the above
  66. copyright notice, this list of conditions and the following
  67. disclaimer in the documentation and/or other materials provided with
  68. the distribution.
  69. .
  70. Neither the name of the author nor the names of its contributors may
  71. be used to endorse or promote products derived from this software
  72. without specific prior written permission.
  73. .
  74. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  75. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  76. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  77. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  78. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  79. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  80. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  81. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  82. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  83. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  84. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  85. License: Expat
  86. Permission is hereby granted, free of charge, to any person obtaining
  87. a copy of this software and associated documentation files (the
  88. "Software"), to deal in the Software without restriction, including
  89. without limitation the rights to use, copy, modify, merge, publish,
  90. distribute, sublicense, and/or sell copies of the Software, and to
  91. permit persons to whom the Software is furnished to do so, subject to
  92. the following conditions:
  93. .
  94. The above copyright notice and this permission notice shall be
  95. included in all copies or substantial portions of the Software.
  96. .
  97. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  98. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  99. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  100. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  101. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  102. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  103. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  104. SOFTWARE.