]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed a few headers that were too hastily copy/pasted during last license change
authorYann Collet <cyan@fb.com>
Mon, 21 Aug 2017 18:24:32 +0000 (11:24 -0700)
committerYann Collet <cyan@fb.com>
Mon, 21 Aug 2017 18:24:32 +0000 (11:24 -0700)
14 files changed:
examples/dictionary_compression.c
examples/dictionary_decompression.c
examples/multiple_streaming_compression.c
examples/simple_compression.c
examples/simple_decompression.c
examples/streaming_compression.c
examples/streaming_decompression.c
lib/compress/zstd_opt.h
programs/platform.h
programs/util.h
zlibWrapper/examples/zwrapbench.c
zlibWrapper/gzcompatibility.h
zlibWrapper/zstd_zlibwrapper.c
zlibWrapper/zstd_zlibwrapper.h

index 17acec98dfa138c73c8ae46ee908af6822ea3359..adcc3b4d5c03d1a89d1a9e803c239231c96ce49a 100644 (file)
@@ -1,10 +1,9 @@
-/*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+/**
+ * Copyright 2016-present, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
- * 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).
+ * This source code is licensed under the license found in the
+ * LICENSE-examples file in the root directory of this source tree.
  */
 
 
index 345c968c3d4055879f3f40368cf65d35b9e78040..ef739c1890bad15909fdeb97f47178da8a05dc20 100644 (file)
@@ -1,10 +1,9 @@
-/*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+/**
+ * Copyright 2016-present, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
- * 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).
+ * This source code is licensed under the license found in the
+ * LICENSE-examples file in the root directory of this source tree.
  */
 
 
index 7bfa133ee93436455e10873bab693f60f6d4ba86..61699104c40fb6bba045d852cac14f3065c8dc13 100644 (file)
@@ -1,10 +1,9 @@
-/*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+/**
+ * Copyright 2016-present, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
- * 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).
+ * This source code is licensed under the license found in the
+ * LICENSE-examples file in the root directory of this source tree.
  */
 
 
index 95853faa6e13d3a7c0e4b84df1e2e4640c65aba2..ab11314755759fdbd66fdab198135f6915c3250b 100644 (file)
@@ -1,10 +1,9 @@
-/*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+/**
+ * Copyright 2016-present, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
- * 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).
+ * This source code is licensed under the license found in the
+ * LICENSE-examples file in the root directory of this source tree.
  */
 
 
index 9e9fcc9ed785769e4155752cd77814f1dce1a20d..4b7ea59e50ccf5154b9ba2a01f259f82305b6b3e 100644 (file)
@@ -1,10 +1,9 @@
-/*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+/**
+ * Copyright 2016-present, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
- * 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).
+ * This source code is licensed under the license found in the
+ * LICENSE-examples file in the root directory of this source tree.
  */
 
 #include <stdlib.h>    // malloc, exit
index ac7ee7687f44ec8b6ec4ce8adb6e7bdacbed36a6..24ad15bd614ce3aaf57bac567aa04f40c6079230 100644 (file)
@@ -1,10 +1,9 @@
-/*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+/**
+ * Copyright 2016-present, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
- * 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).
+ * This source code is licensed under the license found in the
+ * LICENSE-examples file in the root directory of this source tree.
  */
 
 
index 76dd851691a592056dea753d83a98ca357974bfb..bb2d809870810dcc2ced5302423d936f4ee4a5b0 100644 (file)
@@ -1,10 +1,9 @@
-/*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+/**
+ * Copyright 2016-present, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
- * 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).
+ * This source code is licensed under the license found in the
+ * LICENSE-examples file in the root directory of this source tree.
  */
 
 
index ae24732c7d8405d4c4b2ff61f13550ebbc24bfe5..4d938c80d8769d6da0ba412618142215b7da339b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index fb2e9b173d2aaf709142e38c06ad80b8bc8b1673..e9629a0fa05c1e5952f83ae1ca07293554187476 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 7b553661cde392f4a3879e5f5f56afabea77165a..d6e1dfc200f3e40958eda9a93f5ab25cf272a884 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 050c9db63218fd403eaf76794ee0a5ae3b4a269d..82ec47b705fc99a9e4ec3731c98380473b431ccc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
@@ -36,7 +36,6 @@
 #endif
 
 
-
 /*-************************************
 *  Constants
 **************************************/
index ac9020acc15b499c9eafab8b714ff89c66334e16..98ddf1f114a4a612c98cc1e64c0e4e0e9771f69d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 272369a2874c64a8c24e986e012bfbe0aa5f83d2..836587f2b12510b780543b663eec8111abd35293 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index f8f36800928eae3c9472f4fc86222141e36c045b..9c923cb18386d4dfea90930de0eaca1ede7eaf55 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the