From 0d58aaf6f066297e546e3334af7ca6c9fa6e363e Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 2 Oct 2017 02:07:17 -0700 Subject: [PATCH] /contrib: fixed license header removed last reference to PATENTS file --- contrib/seekable_format/zstdseek_decompress.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/seekable_format/zstdseek_decompress.c b/contrib/seekable_format/zstdseek_decompress.c index 4a8b4e568..d740e16be 100644 --- a/contrib/seekable_format/zstdseek_decompress.c +++ b/contrib/seekable_format/zstdseek_decompress.c @@ -2,9 +2,10 @@ * Copyright (c) 2017-present, Facebook, Inc. * All rights reserved. * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * 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. */ /* *********************************************************