From: Eric Biggers Date: Mon, 20 Mar 2023 03:59:17 +0000 (-0700) Subject: Update some copyright years X-Git-Tag: v1.14.0~77 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;h=60e4859a298c6ee158538d1b7b766c880a65480a;p=wimlib Update some copyright years --- diff --git a/include/wimlib/sha1.h b/include/wimlib/sha1.h index e1b7c778..dc63857c 100644 --- a/include/wimlib/sha1.h +++ b/include/wimlib/sha1.h @@ -1,7 +1,7 @@ /* * sha1.h * - * Copyright 2022 Eric Biggers + * Copyright 2022-2023 Eric Biggers * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/programs/imagex.c b/programs/imagex.c index e44ff276..c0b68020 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2012-2021 Eric Biggers + * Copyright (C) 2012-2023 Eric Biggers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -4612,7 +4612,7 @@ version(void) static const tchar * const fmt = T( "wimlib-imagex " PACKAGE_VERSION " (using wimlib %"TS")\n" -"Copyright (C) 2012-2021 Eric Biggers\n" +"Copyright (C) 2012-2023 Eric Biggers\n" "License GPLv3+; GNU GPL version 3 or later .\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" diff --git a/src/compress_parallel.c b/src/compress_parallel.c index 159b9ce5..c6400b5c 100644 --- a/src/compress_parallel.c +++ b/src/compress_parallel.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2013 Eric Biggers + * Copyright (C) 2013-2023 Eric Biggers * * This file is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free diff --git a/src/cpu_features.c b/src/cpu_features.c index 9aae638c..7611b3db 100644 --- a/src/cpu_features.c +++ b/src/cpu_features.c @@ -1,7 +1,7 @@ /* * cpu_features.c - runtime CPU feature detection * - * Copyright 2022 Eric Biggers + * Copyright 2022-2023 Eric Biggers * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/src/sha1.c b/src/sha1.c index 9cec68e9..70ddfdc5 100644 --- a/src/sha1.c +++ b/src/sha1.c @@ -1,7 +1,7 @@ /* * sha1.c - implementation of the Secure Hash Algorithm version 1 (FIPS 180-1) * - * Copyright 2022 Eric Biggers + * Copyright 2022-2023 Eric Biggers * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/src/win32_vss.c b/src/win32_vss.c index 6a74b099..cab05663 100644 --- a/src/win32_vss.c +++ b/src/win32_vss.c @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2015-2016 Eric Biggers + * Copyright (C) 2015-2023 Eric Biggers * * This file is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free