AUTHORS 1.8 KB

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