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.

204 lines
8.5 KiB

8 years ago
  1. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: shadowsocks-libev
  3. Upstream-Contact: Max Lv <max.c.lv@gmail.com>
  4. Source: https://github.com/shadowsocks/shadowsocks-libev
  5. Files: *
  6. Copyright: 2013-2015, Clow Windy <clowwindy42@gmail.com>
  7. 2013-2018, Max Lv <max.c.lv@gmail.com>
  8. 2014, Linus Yang <linusyang@gmail.com>
  9. License: GPL-3+
  10. Files: debian/*
  11. Copyright: 2013-2015, Max Lv <max.c.lv@gmail.com>
  12. 2015-2018, Boyuan Yang <073plan@gmail.com>
  13. 2016-2019, Roger Shimizu <rosh@debian.org>
  14. License: GPL-3+
  15. Files: doc/*
  16. Copyright: 2012-2018, Max Lv <max.c.lv@gmail.com>
  17. License: GFDL-1.1+
  18. Files: m4/ax_pthread.m4
  19. Copyright: 2008 Steven G. Johnson <stevenj@alum.mit.edu>
  20. 2011 Daniel Richard G. <skunk@iSKUNK.ORG>
  21. License: GPL-3+ with Autoconf exception
  22. Files: m4/ax_tls.m4
  23. Copyright: 2008 Alan Woodland <ajw05@aber.ac.uk>
  24. 2010 Diego Elio Petteno` <flameeyes@gmail.com>
  25. License: GPL-3+ with Autoconf exception
  26. Files: m4/pcre.m4
  27. Copyright: 2015 Syrone Wong <wong.syrone@gmail.com>
  28. License: Apache-2.0
  29. Files: m4/stack-protector.m4
  30. Copyright: 2007 Google Inc.
  31. License: Apache-2.0
  32. Files: scripts/build_deb.sh
  33. Copyright: 2018 Roger Shimizu <rosh@debian.org>
  34. License: GPL-3+
  35. Files: src/base64.c src/base64.h
  36. Copyright: 2006 Ryan Martell <rdm4@martellventures.com>
  37. License: LGPL-2.1+
  38. Files: src/json.c src/json.h
  39. Copyright: 2012-2014, James McLaughlin et al.
  40. License: BSD-2-clause
  41. Files: src/resolv.c src/resolv.h
  42. Copyright: 2011-2014, Dustin Lundquist <dustin@null-ptr.net>
  43. License: BSD-2-clause
  44. Files: src/rule.c src/rule.h
  45. Copyright: 2011-2012, Dustin Lundquist <dustin@null-ptr.net>
  46. 2011, Manuel Kasper <mk@neon1.net>
  47. License: BSD-2-clause
  48. Files: src/ss-nat
  49. Copyright: 2015, OpenWrt-dist
  50. 2015, Jian Chang <aa65535@live.com>
  51. License: GPL-3+
  52. Files: src/uthash.h
  53. Copyright: 2003-2016, Troy D. Hanson
  54. License: BSD-1-clause
  55. Files: tests/test.py
  56. Copyright: 2015, Clow Windy <clowwindy42@gmail.com>
  57. License: Apache-2.0
  58. License: Apache-2.0
  59. Licensed to the Apache Software Foundation (ASF) under one or more
  60. contributor license agreements. See the NOTICE file distributed with
  61. this work for additional information regarding copyright ownership.
  62. The ASF licenses this file to You under the Apache License, Version 2.0
  63. (the "License"); you may not use this file except in compliance with
  64. the License. You may obtain a copy of the License at
  65. .
  66. http://www.apache.org/licenses/LICENSE-2.0
  67. .
  68. Unless required by applicable law or agreed to in writing, software
  69. distributed under the License is distributed on an "AS IS" BASIS,
  70. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  71. See the License for the specific language governing permissions and
  72. limitations under the License.
  73. .
  74. On Debian systems, the complete text of the Apache version 2.0 license
  75. can be found in "/usr/share/common-licenses/Apache-2.0".
  76. License: BSD-1-clause
  77. Redistribution and use in source and binary forms, with or without
  78. modification, are permitted provided that the following conditions are met:
  79. .
  80. * Redistributions of source code must retain the above copyright
  81. notice, this list of conditions and the following disclaimer.
  82. .
  83. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  84. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  85. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  86. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
  87. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  88. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  89. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  90. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  91. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  92. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  93. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  94. License: BSD-2-clause
  95. Redistribution and use in source and binary forms, with or without
  96. modification, are permitted provided that the following conditions
  97. are met:
  98. .
  99. 1. Redistributions of source code must retain the above copyright
  100. notice, this list of conditions and the following disclaimer.
  101. .
  102. 2. Redistributions in binary form must reproduce the above copyright
  103. notice, this list of conditions and the following disclaimer in the
  104. documentation and/or other materials provided with the distribution.
  105. .
  106. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  107. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  108. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  109. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  110. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  111. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  112. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  113. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  114. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  115. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  116. SUCH DAMAGE.
  117. License: GFDL-1.1+
  118. Permission is granted to copy, distribute and/or modify this document
  119. under the terms of the GNU Free Documentation License, Version 1.1 or
  120. any later version published by the Free Software Foundation;
  121. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  122. .
  123. A copy of the license is included in the section entitled
  124. "GNU Free Documentation License".
  125. License: GPL-3+
  126. This package is free software; you can redistribute it and/or modify
  127. it under the terms of the GNU General Public License as published by
  128. the Free Software Foundation; either version 3 of the License, or
  129. (at your option) any later version.
  130. .
  131. This package is distributed in the hope that it will be useful,
  132. but WITHOUT ANY WARRANTY; without even the implied warranty of
  133. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  134. GNU General Public License for more details.
  135. .
  136. You should have received a copy of the GNU General Public License
  137. along with this program. If not, see <http://www.gnu.org/licenses/>
  138. .
  139. On Debian systems, the complete text of the GNU General
  140. Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
  141. License: GPL-3+ with Autoconf exception
  142. This program is free software: you can redistribute it and/or modify it
  143. under the terms of the GNU General Public License as published by the
  144. Free Software Foundation, either version 3 of the License, or (at your
  145. option) any later version.
  146. .
  147. This program is distributed in the hope that it will be useful, but
  148. WITHOUT ANY WARRANTY; without even the implied warranty of
  149. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  150. Public License for more details.
  151. .
  152. You should have received a copy of the GNU General Public License along
  153. with this program. If not, see <http://www.gnu.org/licenses/>.
  154. .
  155. As a special exception, the respective Autoconf Macro's copyright owner
  156. gives unlimited permission to copy, distribute and modify the configure
  157. scripts that are the output of Autoconf when processing the Macro. You
  158. need not follow the terms of the GNU General Public License when using
  159. or distributing such scripts, even though portions of the text of the
  160. Macro appear in them. The GNU General Public License (GPL) does govern
  161. all other use of the material that constitutes the Autoconf Macro.
  162. .
  163. This special exception to the GPL applies to versions of the Autoconf
  164. Macro released by the Autoconf Archive. When you make and distribute a
  165. modified version of the Autoconf Macro, you may extend this special
  166. exception to the GPL to apply to your modified version as well.
  167. License: LGPL-2.1+
  168. This file is part of FFmpeg.
  169. .
  170. FFmpeg is free software; you can redistribute it and/or
  171. modify it under the terms of the GNU Lesser General Public
  172. License as published by the Free Software Foundation; either
  173. version 2.1 of the License, or (at your option) any later version.
  174. .
  175. FFmpeg is distributed in the hope that it will be useful,
  176. but WITHOUT ANY WARRANTY; without even the implied warranty of
  177. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  178. Lesser General Public License for more details.
  179. .
  180. You should have received a copy of the GNU Lesser General Public
  181. License along with FFmpeg; if not, write to the Free Software
  182. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA