diff options
Diffstat (limited to 'doc/educational_decoder/zstd_decompress.h')
-rw-r--r-- | doc/educational_decoder/zstd_decompress.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/educational_decoder/zstd_decompress.h b/doc/educational_decoder/zstd_decompress.h index 74b18533850a4..2b44eee95cecf 100644 --- a/doc/educational_decoder/zstd_decompress.h +++ b/doc/educational_decoder/zstd_decompress.h @@ -1,10 +1,11 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) 2016-2020, Facebook, Inc. * All rights reserved. * * 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 may select, at your option, one of the above-listed licenses. */ #include <stddef.h> /* size_t */ |