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.

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