AUTHORS 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Borg authors ("The Borg Collective")
  2. ------------------------------------
  3. - Thomas Waldmann <tw@waldmann-edv.de>
  4. - Antoine Beaupré <anarcat@debian.org>
  5. - Radek Podgorny <radek@podgorny.cz>
  6. - Yuri D'Elia
  7. - Michael Hanselmann <public@hansmi.ch>
  8. - Teemu Toivanen <public@profnetti.fi>
  9. - Marian Beermann <public@enkore.de>
  10. - Martin Hostettler <textshell@uchuujin.de>
  11. - Daniel Reichelt <hacking@nachtgeist.net>
  12. - Lauri Niskanen <ape@ape3000.com>
  13. - Abdel-Rahman A. (Abogical)
  14. - Gu1nness <guinness@crans.org>
  15. Borg is a fork of Attic.
  16. Attic authors
  17. -------------
  18. Attic is written and maintained by Jonas Borgström and various contributors:
  19. Attic Development Lead
  20. ``````````````````````
  21. - Jonas Borgström <jonas@borgstrom.se>
  22. Attic Patches and Suggestions
  23. `````````````````````````````
  24. - Brian Johnson
  25. - Cyril Roussillon
  26. - Dan Christensen
  27. - Jeremy Maitin-Shepard
  28. - Johann Klähn
  29. - Petros Moisiadis
  30. - Thomas Waldmann
  31. BLAKE2
  32. ------
  33. Borg includes BLAKE2: Copyright 2012, Samuel Neves <sneves@dei.uc.pt>, licensed under the terms
  34. of the CC0, the OpenSSL Licence, or the Apache Public License 2.0.
  35. Slicing CRC32
  36. -------------
  37. Borg includes a fast slice-by-8 implementation of CRC32, Copyright 2011-2015 Stephan Brumme,
  38. licensed under the terms of a zlib license. See http://create.stephan-brumme.com/crc32/
  39. Folding CRC32
  40. -------------
  41. Borg includes an extremely fast folding implementation of CRC32, Copyright 2013 Intel Corporation,
  42. licensed under the terms of the zlib license.
  43. msgpack
  44. -------
  45. Borg includes Python msgpack, Copyright 2008-2011 INADA Naoki
  46. licensed under the terms of the Apache License 2.0.
  47. xxHash
  48. ------
  49. XXH64, a fast non-cryptographic hash algorithm. Copyright 2012-2016 Yann Collet,
  50. licensed under a BSD 2-clause license.