Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
2.7 KiB

  1. Compilation Copyright (c) 1995-2010 by Wei Dai. All rights reserved.
  2. This copyright applies only to this software distribution package
  3. as a compilation, and does not imply a copyright on any particular
  4. file in the package.
  5. All individual files in this compilation are placed in the public domain by
  6. Wei Dai and other contributors.
  7. I would like to thank the following authors for placing their works into
  8. the public domain:
  9. Joan Daemen - 3way.cpp
  10. Leonard Janke - cast.cpp, seal.cpp
  11. Steve Reid - cast.cpp
  12. Phil Karn - des.cpp
  13. Andrew M. Kuchling - md2.cpp, md4.cpp
  14. Colin Plumb - md5.cpp
  15. Seal Woods - rc6.cpp
  16. Chris Morgan - rijndael.cpp
  17. Paulo Baretto - rijndael.cpp, skipjack.cpp, square.cpp
  18. Richard De Moliner - safer.cpp
  19. Matthew Skala - twofish.cpp
  20. Kevin Springle - camellia.cpp, shacal2.cpp, ttmac.cpp, whrlpool.cpp, ripemd.cpp
  21. Permission to use, copy, modify, and distribute this compilation for
  22. any purpose, including commercial applications, is hereby granted
  23. without fee, subject to the following restrictions:
  24. 1. Any copy or modification of this compilation in any form, except
  25. in object code form as part of an application software, must include
  26. the above copyright notice and this license.
  27. 2. Users of this software agree that any modification or extension
  28. they provide to Wei Dai will be considered public domain and not
  29. copyrighted unless it includes an explicit copyright notice.
  30. 3. Wei Dai makes no warranty or representation that the operation of the
  31. software in this compilation will be error-free, and Wei Dai is under no
  32. obligation to provide any services, by way of maintenance, update, or
  33. otherwise. THE SOFTWARE AND ANY DOCUMENTATION ARE PROVIDED "AS IS"
  34. WITHOUT EXPRESS OR IMPLIED WARRANTY INCLUDING, BUT NOT LIMITED TO,
  35. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  36. PURPOSE. IN NO EVENT WILL WEI DAI OR ANY OTHER CONTRIBUTOR BE LIABLE FOR
  37. DIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES, EVEN IF
  38. ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  39. 4. Users will not use Wei Dai or any other contributor's name in any
  40. publicity or advertising, without prior written consent in each case.
  41. 5. Export of this software from the United States may require a
  42. specific license from the United States Government. It is the
  43. responsibility of any person or organization contemplating export
  44. to obtain such a license before exporting.
  45. 6. Certain parts of this software may be protected by patents. It
  46. is the users' responsibility to obtain the appropriate
  47. licenses before using those parts.
  48. If this compilation is used in object code form in an application
  49. software, acknowledgement of the author is not required but would be
  50. appreciated. The contribution of any useful modifications or extensions
  51. to Wei Dai is not required but would also be appreciated.