2
0

AUTHORS 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. - Gu1nness <guinness@crans.org>
  17. Retired
  18. ```````
  19. - Antoine Beaupré <anarcat@debian.org>
  20. Borg is a fork of Attic.
  21. Attic authors
  22. -------------
  23. Attic is written and maintained by Jonas Borgström and various contributors:
  24. Attic Development Lead
  25. ``````````````````````
  26. - Jonas Borgström <jonas@borgstrom.se>
  27. Attic Patches and Suggestions
  28. `````````````````````````````
  29. - Brian Johnson
  30. - Cyril Roussillon
  31. - Dan Christensen
  32. - Jeremy Maitin-Shepard
  33. - Johann Klähn
  34. - Petros Moisiadis
  35. - Thomas Waldmann
  36. BLAKE2
  37. ------
  38. Borg includes BLAKE2: Copyright 2012, Samuel Neves <sneves@dei.uc.pt>, licensed under the terms
  39. of the CC0, the OpenSSL Licence, or the Apache Public License 2.0.
  40. Slicing CRC32
  41. -------------
  42. Borg includes a fast slice-by-8 implementation of CRC32, Copyright 2011-2015 Stephan Brumme,
  43. licensed under the terms of a zlib license. See http://create.stephan-brumme.com/crc32/
  44. Folding CRC32
  45. -------------
  46. Borg includes an extremely fast folding implementation of CRC32, Copyright 2013 Intel Corporation,
  47. licensed under the terms of the zlib license.
  48. xxHash
  49. ------
  50. XXH64, a fast non-cryptographic hash algorithm. Copyright 2012-2016 Yann Collet,
  51. licensed under a BSD 2-clause license.