AUTHORS 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. - Daniel Reichelt <hacking@nachtgeist.net>
  11. - Lauri Niskanen <ape@ape3000.com>
  12. Borg is a fork of Attic.
  13. Attic authors
  14. -------------
  15. Attic is written and maintained by Jonas Borgström and various contributors:
  16. Attic Development Lead
  17. ``````````````````````
  18. - Jonas Borgström <jonas@borgstrom.se>
  19. Attic Patches and Suggestions
  20. `````````````````````````````
  21. - Brian Johnson
  22. - Cyril Roussillon
  23. - Dan Christensen
  24. - Jeremy Maitin-Shepard
  25. - Johann Klähn
  26. - Petros Moisiadis
  27. - Thomas Waldmann
  28. BLAKE2
  29. ------
  30. Borg includes BLAKE2: Copyright 2012, Samuel Neves <sneves@dei.uc.pt>, licensed under the terms
  31. of the CC0, the OpenSSL Licence, or the Apache Public License 2.0.
  32. Slicing CRC32
  33. -------------
  34. Borg includes a fast slice-by-8 implementation of CRC32, Copyright 2011-2015 Stephan Brumme,
  35. licensed under the terms of a zlib license. See http://create.stephan-brumme.com/crc32/
  36. Folding CRC32
  37. -------------
  38. Borg includes an extremely fast folding implementation of CRC32, Copyright 2013 Intel Corporation,
  39. licensed under the terms of the zlib license.