]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update Copyright Year ('2021' -> 'present')
authorW. Felix Handte <w@felixhandte.com>
Tue, 20 Dec 2022 17:42:50 +0000 (12:42 -0500)
committerW. Felix Handte <w@felixhandte.com>
Tue, 20 Dec 2022 17:42:50 +0000 (12:42 -0500)
```
for f in $(find . \( -path ./.git -o -path ./tests/fuzz/corpora -o -path ./tests/regression/data-cache -o -path ./tests/regression/cache \) -prune -o -type f);
do
  sed -i 's/\-2021/-present/' $f;
done

g co HEAD -- .github/workflows/dev-short-tests.yml # fix bad match
```

17 files changed:
Makefile
contrib/freestanding_lib/freestanding.py
contrib/linux-kernel/test/include/linux/compiler.h
contrib/linux-kernel/test/include/linux/errno.h
contrib/linux-kernel/test/include/linux/kernel.h
contrib/linux-kernel/test/include/linux/limits.h
contrib/linux-kernel/test/include/linux/math64.h
contrib/linux-kernel/test/include/linux/module.h
contrib/linux-kernel/test/include/linux/printk.h
contrib/linux-kernel/test/include/linux/stddef.h
contrib/linux-kernel/test/include/linux/swab.h
contrib/linux-kernel/test/include/linux/types.h
contrib/recovery/recover_directory.c
doc/zstd_compression_format.md
zlibWrapper/gzcompatibility.h
zlibWrapper/zstd_zlibwrapper.c
zlibWrapper/zstd_zlibwrapper.h

index dcd872f5c2c17a92bc469c1c975516f2ed3bdb1e..65d2130611e0cd825529a004bbb9dcf15f080629 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2021, Yann Collet, Meta Platforms, Inc. and affiliates.
+# Copyright (c) 2015-present, Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 12eb52ab0d50669ff7bf9927d7d082f3235acea0..33a1ead38c4cdf516e1a04171d1ead46b688d221 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # ################################################################
-# Copyright (c) 2021-2021, Meta Platforms, Inc. and affiliates.
+# Copyright (c) 2021-present, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index ed3062d8f4398762ff5630ad6ffc33356708f9ff..f882850c1f7546f9eb66105f6a70102da479f480 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 4115f60916dc2610a2019242af3713b142b676ad..fe643adf5a89bfedd4b4ebfc3883ceab3f4bcfa4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 19d5f26cc8ade61276723135cacbae0e9435cc4a..0543b4ad3224e621fdb7ece7f4d21b7ad908be87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9dbcc42a54efa0b7f3a2e936dc0f009edf4885de..e9a818ac4d39591cdb224491041224b84a7e5b6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 60b05bd6834fb917327f9b6994e4e33adaf7f419..f8821528bfb34f228d812d775bf383b2cb708e21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 0e8c5563d6c209266471746f524f7674e95f9dcb..0821f296c8df221cab6e8f29d498adaf6873dbbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 7661c0b377b602a9b9354224aaab1686d3112969..1989aeb5333e5335d6575fe9b670f6a5149d7527 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 689edb0e76cf847c496b516b55f93ac6a23df282..94f1f36eed8a1f899b4b18ead5cba767e2955e45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 36c25550c8bdf557b8098daf9de07cc6f1d427b8..aeeb84c03896943f206713b2888710077cdf61ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 1c194a8ac3c5bd0cb6ad11832c55aa6053fa1871..917fb428f50c2f6e5513ec6b81992bf462cff013 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8f6b12abedff2a460285695066ae4dee227819bc..749ca7df6f37b30d6a6101036e61314a3e9cc8e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index a8f7f4ff5de6acff9826d0a99f57bac0cf7a86ef..4b2330994453bfab772633279b7b2b0db5c449c2 100644 (file)
@@ -3,7 +3,7 @@ Zstandard Compression Format
 
 ### Notices
 
-Copyright (c) 2016-2021 Yann Collet, Meta Platforms, Inc. and affiliates.
+Copyright (c) 2016-present Yann Collet, Meta Platforms, Inc. and affiliates.
 
 Permission is granted to copy and distribute this document
 for any purpose and without charge,
index 969bfdbaded6c1043eb0d8b063afe931d017d27c..68d29090c8f6fe1021cf651abd3ce4f1dc10fab8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index bec433e8fd2666c113213c9eb825a7b32330a922..e001629bf5faebe634a5734500812e3d98f1d0f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 22ff1a7223988eaaf70be1bc9b0c8905b520ae19..2a34763e4a097079664fa62684470252dabdf14f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the