copyright 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: softflowd
  3. Upstream-Contact: Damien Miller <djm@mindrot.org>
  4. Source: https://github.com/irino/softflowd
  5. Files: *
  6. Copyright: 2002-2006 Damien Miller <djm@mindrot.org>
  7. License: like-BSD-2-clause
  8. Files:
  9. closefrom.c
  10. Copyright: 2004 Todd C. Miller <Todd.Miller@courtesan.com>
  11. License: other
  12. Files:
  13. convtime.c
  14. Copyright: 2001 Kevin Steves
  15. License: like-BSD-2-clause
  16. Files:
  17. daemon.c
  18. Copyright: 1990, 1993 The Regents of the University of California.
  19. License: BSD-3-Clause
  20. Files:
  21. strlcat.c
  22. strlcpy.c
  23. Copyright: 1998 Todd C. Miller <Todd.Miller@courtesan.com>
  24. License: other
  25. Files:
  26. sys-tree.h
  27. Copyright: 2002 Niels Provos <provos@citi.umich.edu>
  28. License: like-BSD-2-clause
  29. Files:
  30. debian/*
  31. Copyright: 2007-2018 Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  32. License: GPL-2.0+
  33. License: like-BSD-2-clause
  34. Redistribution and use in source and binary forms, with or without
  35. modification, are permitted provided that the following conditions
  36. are met:
  37. 1. Redistributions of source code must retain the above copyright
  38. notice, this list of conditions and the following disclaimer.
  39. 2. Redistributions in binary form must reproduce the above copyright
  40. notice, this list of conditions and the following disclaimer in the
  41. documentation and/or other materials provided with the distribution.
  42. .
  43. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  44. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  45. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  46. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  47. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  48. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  49. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  50. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  51. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  52. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  53. Comment: This is the BSD-2-clause license with "THE COPYRIGHT HOLDER OR
  54. CONTRIBUTORS" replaced by "THE AUTHOR".
  55. License: other
  56. Permission to use, copy, modify, and distribute this software for any
  57. purpose with or without fee is hereby granted, provided that the above
  58. copyright notice and this permission notice appear in all copies.
  59. .
  60. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  61. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  62. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  63. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  64. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  65. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  66. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  67. License: BSD-3-Clause
  68. Redistribution and use in source and binary forms, with or without
  69. modification, are permitted provided that the following conditions
  70. are met:
  71. 1. Redistributions of source code must retain the above copyright
  72. notice, this list of conditions and the following disclaimer.
  73. 2. Redistributions in binary form must reproduce the above copyright
  74. notice, this list of conditions and the following disclaimer in the
  75. documentation and/or other materials provided with the distribution.
  76. 3. Neither the name of the University nor the names of its contributors
  77. may be used to endorse or promote products derived from this software
  78. without specific prior written permission.
  79. .
  80. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  81. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  82. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  83. FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  84. COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  85. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  86. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  87. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  88. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  89. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  90. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  91. OF THE POSSIBILITY OF SUCH DAMAGE.
  92. License: GPL-2.0+
  93. This package is free software; you can redistribute it and/or modify
  94. it under the terms of the GNU General Public License as published by
  95. the Free Software Foundation; either version 2 of the License, or
  96. (at your option) any later version.
  97. .
  98. This package is distributed in the hope that it will be useful,
  99. but WITHOUT ANY WARRANTY; without even the implied warranty of
  100. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  101. GNU General Public License for more details.
  102. .
  103. You should have received a copy of the GNU General Public License
  104. along with this program. If not, see <http://www.gnu.org/licenses/>
  105. .
  106. On Debian systems, the complete text of the GNU General
  107. Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".