copyright 7.0 KB

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