AUTHORS 1.7 KB

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