mirror of
				https://github.com/facebook/zstd.git
				synced 2025-11-03 20:33:11 +03:00 
			
		
		
		
	Merge pull request #821 from facebook/licenseExample
changed license for examples
This commit is contained in:
		@@ -1,11 +0,0 @@
 | 
				
			|||||||
Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
The examples provided by Facebook are for non-commercial testing and evaluation
 | 
					 | 
				
			||||||
purposes only. Facebook reserves all rights not expressly granted.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 | 
					 | 
				
			||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 | 
					 | 
				
			||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 | 
					 | 
				
			||||||
FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 | 
					 | 
				
			||||||
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 | 
					 | 
				
			||||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
					 | 
				
			||||||
@@ -1,9 +1,10 @@
 | 
				
			|||||||
/**
 | 
					/*
 | 
				
			||||||
 * Copyright 2017-present, Facebook, Inc.
 | 
					 * Copyright (c) 2017-present, Facebook, Inc.
 | 
				
			||||||
 * All rights reserved.
 | 
					 * All rights reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This source code is licensed under the license found in the
 | 
					 * This source code is licensed under both the BSD-style license (found in the
 | 
				
			||||||
 * LICENSE-examples file in the root directory of this source tree.
 | 
					 * 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).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <stdlib.h>    // malloc, free, exit, atoi
 | 
					#include <stdlib.h>    // malloc, free, exit, atoi
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,10 @@
 | 
				
			|||||||
/**
 | 
					/*
 | 
				
			||||||
 * Copyright 2017-present, Facebook, Inc.
 | 
					 * Copyright (c) 2017-present, Facebook, Inc.
 | 
				
			||||||
 * All rights reserved.
 | 
					 * All rights reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This source code is licensed under the license found in the
 | 
					 * This source code is licensed under both the BSD-style license (found in the
 | 
				
			||||||
 * LICENSE-examples file in the root directory of this source tree.
 | 
					 * 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).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,10 @@
 | 
				
			|||||||
/**
 | 
					/*
 | 
				
			||||||
 * Copyright 2017-present, Facebook, Inc.
 | 
					 * Copyright (c) 2017-present, Facebook, Inc.
 | 
				
			||||||
 * All rights reserved.
 | 
					 * All rights reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This source code is licensed under the license found in the
 | 
					 * This source code is licensed under both the BSD-style license (found in the
 | 
				
			||||||
 * LICENSE-examples file in the root directory of this source tree.
 | 
					 * 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).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <stdlib.h>    // malloc, free, exit, atoi
 | 
					#include <stdlib.h>    // malloc, free, exit, atoi
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,10 @@
 | 
				
			|||||||
/**
 | 
					/*
 | 
				
			||||||
 * Copyright 2016-present, Yann Collet, Facebook, Inc.
 | 
					 * Copyright (c) 2017-present, Facebook, Inc.
 | 
				
			||||||
 * All rights reserved.
 | 
					 * All rights reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This source code is licensed under the license found in the
 | 
					 * This source code is licensed under both the BSD-style license (found in the
 | 
				
			||||||
 * LICENSE-examples file in the root directory of this source tree.
 | 
					 * 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).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,10 @@
 | 
				
			|||||||
/**
 | 
					/*
 | 
				
			||||||
 * Copyright 2016-present, Yann Collet, Facebook, Inc.
 | 
					 * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
 | 
				
			||||||
 * All rights reserved.
 | 
					 * All rights reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This source code is licensed under the license found in the
 | 
					 * This source code is licensed under both the BSD-style license (found in the
 | 
				
			||||||
 * LICENSE-examples file in the root directory of this source tree.
 | 
					 * 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).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,10 @@
 | 
				
			|||||||
/**
 | 
					/*
 | 
				
			||||||
 * Copyright 2016-present, Yann Collet, Facebook, Inc.
 | 
					 * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
 | 
				
			||||||
 * All rights reserved.
 | 
					 * All rights reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This source code is licensed under the license found in the
 | 
					 * This source code is licensed under both the BSD-style license (found in the
 | 
				
			||||||
 * LICENSE-examples file in the root directory of this source tree.
 | 
					 * 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).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,10 @@
 | 
				
			|||||||
/**
 | 
					/*
 | 
				
			||||||
 * Copyright 2016-present, Yann Collet, Facebook, Inc.
 | 
					 * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
 | 
				
			||||||
 * All rights reserved.
 | 
					 * All rights reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This source code is licensed under the license found in the
 | 
					 * This source code is licensed under both the BSD-style license (found in the
 | 
				
			||||||
 * LICENSE-examples file in the root directory of this source tree.
 | 
					 * 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).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,10 @@
 | 
				
			|||||||
/**
 | 
					/*
 | 
				
			||||||
 * Copyright 2016-present, Yann Collet, Facebook, Inc.
 | 
					 * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
 | 
				
			||||||
 * All rights reserved.
 | 
					 * All rights reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This source code is licensed under the license found in the
 | 
					 * This source code is licensed under both the BSD-style license (found in the
 | 
				
			||||||
 * LICENSE-examples file in the root directory of this source tree.
 | 
					 * 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).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,10 @@
 | 
				
			|||||||
/**
 | 
					/*
 | 
				
			||||||
 * Copyright 2016-present, Yann Collet, Facebook, Inc.
 | 
					 * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
 | 
				
			||||||
 * All rights reserved.
 | 
					 * All rights reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This source code is licensed under the license found in the
 | 
					 * This source code is licensed under both the BSD-style license (found in the
 | 
				
			||||||
 * LICENSE-examples file in the root directory of this source tree.
 | 
					 * 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).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <stdlib.h>    // malloc, exit
 | 
					#include <stdlib.h>    // malloc, exit
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,10 @@
 | 
				
			|||||||
/**
 | 
					/*
 | 
				
			||||||
 * Copyright 2016-present, Yann Collet, Facebook, Inc.
 | 
					 * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
 | 
				
			||||||
 * All rights reserved.
 | 
					 * All rights reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This source code is licensed under the license found in the
 | 
					 * This source code is licensed under both the BSD-style license (found in the
 | 
				
			||||||
 * LICENSE-examples file in the root directory of this source tree.
 | 
					 * 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).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,10 @@
 | 
				
			|||||||
/**
 | 
					/*
 | 
				
			||||||
 * Copyright 2016-present, Yann Collet, Facebook, Inc.
 | 
					 * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
 | 
				
			||||||
 * All rights reserved.
 | 
					 * All rights reserved.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This source code is licensed under the license found in the
 | 
					 * This source code is licensed under both the BSD-style license (found in the
 | 
				
			||||||
 * LICENSE-examples file in the root directory of this source tree.
 | 
					 * 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).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user