mirror of
https://github.com/facebook/zstd.git
synced 2025-11-05 00:04:02 -05:00
Merge pull request #414 from terrelln/license
Remove references to GPLv2 license
This commit is contained in:
commit
564b94183c
@ -1,26 +1,11 @@
|
|||||||
# ##########################################################################
|
# ################################################################
|
||||||
# ZSTD educational examples - Makefile
|
# Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
|
||||||
# Copyright (C) Yann Collet 2016
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# GPL v2 License
|
# 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
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# of patent rights can be found in the PATENTS file in the same directory.
|
||||||
# it under the terms of the GNU General Public License as published by
|
# ################################################################
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
#
|
|
||||||
# You can contact the author at :
|
|
||||||
# - zstd homepage : http://www.zstd.net/
|
|
||||||
# ##########################################################################
|
|
||||||
|
|
||||||
# This Makefile presumes libzstd is installed, using `sudo make install`
|
# This Makefile presumes libzstd is installed, using `sudo make install`
|
||||||
|
|
||||||
|
|||||||
@ -8,13 +8,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
Note : this file is part of zstd command line, which is not library.
|
|
||||||
The license of ZSTD library is BSD.
|
|
||||||
The license of this file is GPLv2.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/* *************************************
|
/* *************************************
|
||||||
* Tuning options
|
* Tuning options
|
||||||
***************************************/
|
***************************************/
|
||||||
|
|||||||
@ -8,13 +8,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
Note : this is a user program, not part of libzstd.
|
|
||||||
The license of libzstd is BSD.
|
|
||||||
The license of this command line program is GPLv2.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/*-************************************
|
/*-************************************
|
||||||
* Tuning parameters
|
* Tuning parameters
|
||||||
**************************************/
|
**************************************/
|
||||||
|
|||||||
@ -1,25 +1,10 @@
|
|||||||
# ##########################################################################
|
# ##########################################################################
|
||||||
# ZSTD tests - Makefile
|
# Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
|
||||||
# Copyright (C) Yann Collet 2015-2016
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# GPL v2 License
|
# 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
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# of patent rights can be found in the PATENTS file in the same directory.
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along
|
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
#
|
|
||||||
# You can contact the author at :
|
|
||||||
# - zstd homepage : http://www.zstd.net/
|
|
||||||
# ##########################################################################
|
# ##########################################################################
|
||||||
# datagen : Synthetic and parametrable data generator, for tests
|
# datagen : Synthetic and parametrable data generator, for tests
|
||||||
# fullbench : Precisely measure speed for each zstd inner functions
|
# fullbench : Precisely measure speed for each zstd inner functions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user