diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2020-05-23 20:37:33 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2020-05-23 20:37:33 +0000 |
| commit | bc64b5ce191d48b503e4fad8c0cefb774a2fa969 (patch) | |
| tree | 9b41925d7159f1f57c1b59a1a5f887c80a57e999 /lib/common/threading.c | |
| parent | ea68403922c3b53b00fc999fcb3eaef1feb50177 (diff) | |
Import Zstd 1.4.5vendor/zstd/1.4.5
Notes
svn path=/vendor/zstd/dist/; revision=361423
svn path=/vendor/zstd/1.4.5/; revision=361424; tag=vendor/zstd/1.4.5
Diffstat (limited to 'lib/common/threading.c')
| -rw-r--r-- | lib/common/threading.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/common/threading.c b/lib/common/threading.c index 482664bd9ada..e2edb313ebff 100644 --- a/lib/common/threading.c +++ b/lib/common/threading.c @@ -2,12 +2,13 @@ * Copyright (c) 2016 Tino Reichardt * All rights reserved. * + * You can contact the author at: + * - zstdmt source repository: https://github.com/mcmilk/zstdmt + * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). - * - * You can contact the author at: - * - zstdmt source repository: https://github.com/mcmilk/zstdmt + * You may select, at your option, one of the above-listed licenses. */ /** |
