copyright 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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: debian/*
  20. Copyright: 2016-2017, Erik Johnston <erik@matrix.org>
  21. 2017, Rahul De <rahulde@swecha.net>
  22. 2017, Sunil Mohan Adapa <sunil@medhas.org>
  23. License: Apache-2.0
  24. License: Apache-2.0
  25. Licensed under the Apache License, Version 2.0 (the "License");
  26. you may not use this file except in compliance with the License.
  27. You may obtain a copy of the License at
  28. .
  29. http://www.apache.org/licenses/LICENSE-2.0
  30. .
  31. Unless required by applicable law or agreed to in writing, software
  32. distributed under the License is distributed on an "AS IS" BASIS,
  33. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  34. See the License for the specific language governing permissions and
  35. limitations under the License.
  36. .
  37. On Debian systems, the full text of the Apache License version
  38. 2.0 can be found in the file
  39. `/usr/share/common-licenses/Apache-2.0'.
  40. License: BSD-3-clause
  41. Redistribution and use in source and binary forms, with or without
  42. modification, are permitted provided that the following conditions
  43. are met:
  44. .
  45. Redistributions of source code must retain the above copyright
  46. notice, this list of conditions and the following
  47. disclaimer. Redistributions in binary form must reproduce the above
  48. copyright notice, this list of conditions and the following
  49. disclaimer in the documentation and/or other materials provided with
  50. the distribution.
  51. .
  52. Neither the name of the author nor the names of its contributors may
  53. be used to endorse or promote products derived from this software
  54. without specific prior written permission.
  55. .
  56. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  57. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  58. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  59. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  60. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  61. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  62. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  63. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  64. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  65. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  66. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  67. License: Expat
  68. Permission is hereby granted, free of charge, to any person obtaining
  69. a copy of this software and associated documentation files (the
  70. "Software"), to deal in the Software without restriction, including
  71. without limitation the rights to use, copy, modify, merge, publish,
  72. distribute, sublicense, and/or sell copies of the Software, and to
  73. permit persons to whom the Software is furnished to do so, subject to
  74. the following conditions:
  75. .
  76. The above copyright notice and this permission notice shall be
  77. included in all copies or substantial portions of the Software.
  78. .
  79. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  80. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  81. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  82. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  83. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  84. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  85. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  86. SOFTWARE.