copyright 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: tcpreplay
  3. Source: https://github.com/appneta/tcpreplay
  4. Files: *
  5. Copyright:
  6. 2001-2010 Aaron Turner <aturner at synfin dot net>]
  7. 2013-2022 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
  8. License: GPL-3.0+
  9. Files:
  10. lib/queue.h
  11. Copyright: 1991-1993 The Regents of the University of California
  12. License: BSD-4-Clause
  13. Files:
  14. lib/sll.h
  15. Copyright: 1990-1997 The Regents of the University of California
  16. License: BSD-4-Clause
  17. Files:
  18. lib/strlcat.c
  19. lib/strlcpy.c
  20. Copyright: 1998, 2015 Todd C. Miller <millert@openbsd.org>
  21. License: ISC
  22. Files:
  23. lib/strlcpy.h
  24. Copyright: 2013-2022 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
  25. License: GPL-3.0+
  26. Files:
  27. lib/tree.h
  28. Copyright: 2002 Niels Provos <provos@citi.umich.edu>
  29. License: BSD-2-Clause
  30. Files:
  31. libopts/*
  32. Copyright: 1992-2014 by Bruce Korb
  33. License: GPL-3.0+
  34. Files:
  35. src/fragroute/*
  36. Copyright:
  37. 2001-2002 Dug Song <dugsong@monkey.org>
  38. 2008 Aaron Turner
  39. 2013-2014 Fred Klassen - AppNeta
  40. License: BSD-3-Clause
  41. Files:
  42. src/common/err.?
  43. Copyright:
  44. 1993 The Regents of the University of California.
  45. 2000 Dug Song <dugsong@monkey.org>
  46. 2001-2010 Aaron Turner.
  47. 2013-2022 Fred Klassen - AppNeta
  48. License: BSD-4-Clause
  49. Files:
  50. scripts/dlt2name.pl
  51. src/common/dlt_names.*
  52. Copyright:
  53. 1990-1997 The Regents of the University of California
  54. 2006-2010 Aaron Turner
  55. License: BSD-4-Clause
  56. Files:
  57. src/common/fakepoll.*
  58. Copyright: 2001-2003 Nick Mathewson <nickm@freehaven.net>
  59. License: BSD-3-Clause
  60. Files:
  61. src/tcpliveplay.*
  62. Copyright: 2012 Yazan Siam
  63. License: BSD-3-Clause
  64. License: GPL-3.0+
  65. This program is free software: you can redistribute it and/or modify
  66. it under the terms of the GNU General Public License as published by
  67. the Free Software Foundation, either version 3 of the License, or
  68. (at your option) any later version.
  69. .
  70. This package is distributed in the hope that it will be useful,
  71. but WITHOUT ANY WARRANTY; without even the implied warranty of
  72. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  73. GNU General Public License for more details.
  74. .
  75. You should have received a copy of the GNU General Public License
  76. along with this program. If not, see <https://www.gnu.org/licenses/>.
  77. .
  78. On Debian systems, the complete text of the GNU General
  79. Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
  80. License: BSD-4-Clause
  81. Redistribution and use in source and binary forms, with or without
  82. modification, are permitted provided that the following conditions
  83. are met:
  84. 1. Redistributions of source code must retain the above copyright
  85. notice, this list of conditions and the following disclaimer.
  86. 2. Redistributions in binary form must reproduce the above copyright
  87. notice, this list of conditions and the following disclaimer in the
  88. documentation and/or other materials provided with the distribution.
  89. 3. All advertising materials mentioning features or use of this software
  90. must display the following acknowledgement:
  91. This product includes software developed by the University of
  92. California, Berkeley and its contributors.
  93. 4. Neither the name of the University nor the names of its contributors
  94. may be used to endorse or promote products derived from this software
  95. without specific prior written permission.
  96. .
  97. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  98. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  99. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  100. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  101. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  102. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  103. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  104. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  105. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  106. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  107. SUCH DAMAGE.
  108. License: ISC
  109. Permission to use, copy, modify, and distribute this software for any
  110. purpose with or without fee is hereby granted, provided that the above
  111. copyright notice and this permission notice appear in all copies.
  112. .
  113. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  114. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  115. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  116. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  117. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  118. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  119. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  120. License: BSD-2-Clause
  121. Redistribution and use in source and binary forms, with or without
  122. modification, are permitted provided that the following conditions
  123. are met:
  124. 1. Redistributions of source code must retain the above copyright
  125. notice, this list of conditions and the following disclaimer.
  126. 2. Redistributions in binary form must reproduce the above copyright
  127. notice, this list of conditions and the following disclaimer in the
  128. documentation and/or other materials provided with the distribution.
  129. .
  130. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  131. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  132. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  133. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  134. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  135. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  136. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  137. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  138. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  139. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  140. License: BSD-3-Clause
  141. Redistribution and use in source and binary forms, with or without
  142. modification, are permitted provided that the following conditions
  143. are met:
  144. 1. Redistributions of source code must retain the above copyright
  145. notice, this list of conditions and the following disclaimer.
  146. 2. Redistributions in binary form must reproduce the above copyright
  147. notice, this list of conditions and the following disclaimer in the
  148. documentation and/or other materials provided with the distribution.
  149. 3. The names of the authors and copyright holders may not be used to
  150. endorse or promote products derived from this software without
  151. specific prior written permission.
  152. .
  153. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  154. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  155. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  156. THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  157. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  158. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  159. OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  160. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  161. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  162. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.