COPYING 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* Copyright (c) 2004-2007 Sara Golemon <sarag@libssh2.org>
  2. * Copyright (c) 2005,2006 Mikhail Gusarov <dottedmag@dottedmag.net>
  3. * Copyright (c) 2006-2007 The Written Word, Inc.
  4. * Copyright (c) 2007 Eli Fant <elifantu@mail.ru>
  5. * Copyright (c) 2009-2021 Daniel Stenberg
  6. * Copyright (C) 2008, 2009 Simon Josefsson
  7. * Copyright (c) 2000 Markus Friedl
  8. * Copyright (c) 2015 Microsoft Corp.
  9. * All rights reserved.
  10. *
  11. * Redistribution and use in source and binary forms,
  12. * with or without modification, are permitted provided
  13. * that the following conditions are met:
  14. *
  15. * Redistributions of source code must retain the above
  16. * copyright notice, this list of conditions and the
  17. * following disclaimer.
  18. *
  19. * Redistributions in binary form must reproduce the above
  20. * copyright notice, this list of conditions and the following
  21. * disclaimer in the documentation and/or other materials
  22. * provided with the distribution.
  23. *
  24. * Neither the name of the copyright holder nor the names
  25. * of any other contributors may be used to endorse or
  26. * promote products derived from this software without
  27. * specific prior written permission.
  28. *
  29. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  30. * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  31. * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  32. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  33. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  34. * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  35. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  36. * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  37. * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  38. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  39. * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  40. * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  41. * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
  42. * OF SUCH DAMAGE.
  43. */