forked from borgbackup/borg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
53 lines (41 loc) · 1.42 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Borg authors ("The Borg Collective")
------------------------------------
- Thomas Waldmann <[email protected]>
- Antoine Beaupré <[email protected]>
- Radek Podgorny <[email protected]>
- Yuri D'Elia
- Michael Hanselmann <[email protected]>
- Teemu Toivanen <[email protected]>
- Marian Beermann <[email protected]>
- Martin Hostettler <[email protected]>
- Daniel Reichelt <[email protected]>
- Lauri Niskanen <[email protected]>
- Abdel-Rahman A. (Abogical)
Borg is a fork of Attic.
Attic authors
-------------
Attic is written and maintained by Jonas Borgström and various contributors:
Attic Development Lead
``````````````````````
- Jonas Borgström <[email protected]>
Attic Patches and Suggestions
`````````````````````````````
- Brian Johnson
- Cyril Roussillon
- Dan Christensen
- Jeremy Maitin-Shepard
- Johann Klähn
- Petros Moisiadis
- Thomas Waldmann
BLAKE2
------
Borg includes BLAKE2: Copyright 2012, Samuel Neves <[email protected]>, licensed under the terms
of the CC0, the OpenSSL Licence, or the Apache Public License 2.0.
Slicing CRC32
-------------
Borg includes a fast slice-by-8 implementation of CRC32, Copyright 2011-2015 Stephan Brumme,
licensed under the terms of a zlib license. See http://create.stephan-brumme.com/crc32/
Folding CRC32
-------------
Borg includes an extremely fast folding implementation of CRC32, Copyright 2013 Intel Corporation,
licensed under the terms of the zlib license.