diff options
| author | Nathan Moinvaziri <nathan@nathanm.com> | 2024-01-28 20:06:05 -0800 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2024-02-07 19:15:56 +0100 |
| commit | fc634263722f39bfcf52437b783db32ff53f2b36 (patch) | |
| tree | 01861d967ffb67b2d80259b7d2a6764be2ef7698 /arch | |
| parent | 6c7b9a4c9bf96a781efca5e56ec8286273fe297b (diff) | |
| download | Project-Tick-fc634263722f39bfcf52437b783db32ff53f2b36.tar.gz Project-Tick-fc634263722f39bfcf52437b783db32ff53f2b36.zip | |
Update copyright years in other source files.
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/insert_string_acle.c | 2 | ||||
| -rw-r--r-- | arch/generic/insert_string_c.c | 2 | ||||
| -rw-r--r-- | arch/generic/slide_hash_c.c | 2 | ||||
| -rw-r--r-- | arch/x86/insert_string_sse42.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/insert_string_acle.c b/arch/arm/insert_string_acle.c index b357f8abcd..70edffe739 100644 --- a/arch/arm/insert_string_acle.c +++ b/arch/arm/insert_string_acle.c @@ -1,6 +1,6 @@ /* insert_string_acle.c -- insert_string integer hash variant using ACLE's CRC instructions * - * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler + * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h * */ diff --git a/arch/generic/insert_string_c.c b/arch/generic/insert_string_c.c index cfe39837f8..3e1e03842e 100644 --- a/arch/generic/insert_string_c.c +++ b/arch/generic/insert_string_c.c @@ -1,6 +1,6 @@ /* insert_string.c -- insert_string integer hash variant * - * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler + * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h * */ diff --git a/arch/generic/slide_hash_c.c b/arch/generic/slide_hash_c.c index b9fbbdb69f..8345b9e36b 100644 --- a/arch/generic/slide_hash_c.c +++ b/arch/generic/slide_hash_c.c @@ -1,6 +1,6 @@ /* slide_hash.c -- slide hash table C implementation * - * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler + * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ diff --git a/arch/x86/insert_string_sse42.c b/arch/x86/insert_string_sse42.c index 0cccf1d356..9871661ed9 100644 --- a/arch/x86/insert_string_sse42.c +++ b/arch/x86/insert_string_sse42.c @@ -1,6 +1,6 @@ /* insert_string_sse42.c -- insert_string integer hash variant using SSE4.2's CRC instructions * - * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler + * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h * */ |
