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-2012 Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  32. License: GPL-2.0+
  33. License: BSD-3-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. 3. Neither the name of the University nor the names of its contributors
  43. may be used to endorse or promote products derived from this software
  44. without specific prior written permission.
  45. .
  46. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  47. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  48. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  49. FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  50. COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  51. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  52. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  53. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  54. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  55. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  56. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  57. OF THE POSSIBILITY OF SUCH DAMAGE.
  58. License: other
  59. Permission to use, copy, modify, and distribute this software for any
  60. purpose with or without fee is hereby granted, provided that the above
  61. copyright notice and this permission notice appear in all copies.
  62. .
  63. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  64. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  65. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  66. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  67. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  68. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  69. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  70. License: like-BSD-2-clause
  71. Redistribution and use in source and binary forms, with or without
  72. modification, are permitted provided that the following conditions
  73. are met:
  74. 1. Redistributions of source code must retain the above copyright
  75. notice, this list of conditions and the following disclaimer.
  76. 2. Redistributions in binary form must reproduce the above copyright
  77. notice, this list of conditions and the following disclaimer in the
  78. documentation and/or other materials provided with the distribution.
  79. .
  80. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  81. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  82. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  83. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  84. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  85. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  86. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  87. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  88. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  89. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  90. Comment: This is the BSD-2-clause license with "THE COPYRIGHT HOLDER OR
  91. CONTRIBUTORS" replaced by "THE AUTHOR".
  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".