]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
/contrib: fixed license header
authorYann Collet <cyan@fb.com>
Mon, 2 Oct 2017 09:07:17 +0000 (02:07 -0700)
committerYann Collet <cyan@fb.com>
Mon, 2 Oct 2017 09:07:17 +0000 (02:07 -0700)
removed last reference to PATENTS file

contrib/seekable_format/zstdseek_decompress.c

index 4a8b4e568b65e58e1d657e391bd3a25308b35e77..d740e16be465e0254638fb50eece1bfd9c37c138 100644 (file)
@@ -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.
  */
 
 /* *********************************************************