copyright 5.1 KB

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