1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-06 07:37:29 +02:00

[linux-kernel] Dual license with GPLv2

This commit is contained in:
Nick Terrell
2017-05-17 11:58:53 -07:00
parent fb10c91b4f
commit d1a5790f8e
25 changed files with 1205 additions and 612 deletions

View File

@ -3,8 +3,15 @@
* 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.
* LICENSE file in the root directory of https://github.com/facebook/zstd.
* An additional grant of patent rights can be found in the PATENTS file in the
* same directory.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 2 as published by the
* Free Software Foundation. This program is dual-licensed; you may select
* either version 2 of the GNU General Public License ("GPL") or BSD license
* ("BSD").
*/
#ifndef ZSTD_H