Skip to content

Commit

Permalink
Update copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroz committed Jan 15, 2025
1 parent 2a880f8 commit 8364178
Show file tree
Hide file tree
Showing 137 changed files with 253 additions and 253 deletions.
2 changes: 1 addition & 1 deletion docs/examples/crypt_log_usage.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* libcryptsetup API log example
*
* Copyright (C) 2011-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2011-2025 Red Hat, Inc. All rights reserved.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/crypt_luks_usage.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* libcryptsetup API - using LUKS device example
*
* Copyright (C) 2011-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2011-2025 Red Hat, Inc. All rights reserved.
*/

#include <stdio.h>
Expand Down
6 changes: 3 additions & 3 deletions lib/bitlk/bitlk.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/*
* BITLK (BitLocker-compatible) volume handling
*
* Copyright (C) 2019-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2019-2024 Milan Broz
* Copyright (C) 2019-2024 Vojtech Trefny
* Copyright (C) 2019-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2019-2025 Milan Broz
* Copyright (C) 2019-2025 Vojtech Trefny
*/

#include <errno.h>
Expand Down
6 changes: 3 additions & 3 deletions lib/bitlk/bitlk.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/*
* BITLK (BitLocker-compatible) header definition
*
* Copyright (C) 2019-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2019-2024 Milan Broz
* Copyright (C) 2019-2024 Vojtech Trefny
* Copyright (C) 2019-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2019-2025 Milan Broz
* Copyright (C) 2019-2025 Vojtech Trefny
*/

#ifndef _CRYPTSETUP_BITLK_H
Expand Down
4 changes: 2 additions & 2 deletions lib/crypt_plain.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* cryptsetup plain device helper functions
*
* Copyright (C) 2004 Jana Saout <[email protected]>
* Copyright (C) 2010-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2024 Milan Broz
* Copyright (C) 2010-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2025 Milan Broz
*/

#include <string.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/argon2_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* Argon2 PBKDF2 library wrapper
*
* Copyright (C) 2016-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2016-2024 Milan Broz
* Copyright (C) 2016-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2016-2025 Milan Broz
*/

#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion lib/crypto_backend/base64.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (C) 2010 Lennart Poettering
*
* cryptsetup related changes
* Copyright (C) 2021-2024 Milan Broz
* Copyright (C) 2021-2025 Milan Broz
*/

#include <errno.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/cipher_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* Cipher performance check
*
* Copyright (C) 2018-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2018-2024 Milan Broz
* Copyright (C) 2018-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2018-2025 Milan Broz
*/

#include <errno.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/cipher_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* Linux kernel cipher generic utilities
*
* Copyright (C) 2018-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2018-2024 Milan Broz
* Copyright (C) 2018-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2018-2025 Milan Broz
*/

#include <errno.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/crypto_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* crypto backend implementation
*
* Copyright (C) 2010-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2024 Milan Broz
* Copyright (C) 2010-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2025 Milan Broz
*/

#ifndef _CRYPTO_BACKEND_H
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/crypto_backend_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* crypto backend implementation
*
* Copyright (C) 2010-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2024 Milan Broz
* Copyright (C) 2010-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2025 Milan Broz
*/

#ifndef _CRYPTO_BACKEND_INTERNAL_H
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/crypto_cipher_kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* Linux kernel userspace API crypto backend implementation (skcipher)
*
* Copyright (C) 2012-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2012-2024 Milan Broz
* Copyright (C) 2012-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2012-2025 Milan Broz
*/

#include <stdlib.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/crypto_gcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* GCRYPT crypto backend implementation
*
* Copyright (C) 2010-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2024 Milan Broz
* Copyright (C) 2010-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2025 Milan Broz
*/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/crypto_kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* Linux kernel userspace API crypto backend implementation
*
* Copyright (C) 2010-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2024 Milan Broz
* Copyright (C) 2010-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2025 Milan Broz
*/

#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion lib/crypto_backend/crypto_mbedtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Mbed TLS crypto backend implementation
*
* Copyright (C) 2024-2024 Yiyuan Zhong
* Copyright (C) 2024-2025 Yiyuan Zhong
*/

#include "crypto_backend.h"
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/crypto_nettle.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* Nettle crypto backend implementation
*
* Copyright (C) 2011-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2011-2024 Milan Broz
* Copyright (C) 2011-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2011-2025 Milan Broz
*/

#include <stdlib.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/crypto_nss.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* NSS crypto backend implementation
*
* Copyright (C) 2010-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2024 Milan Broz
* Copyright (C) 2010-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2025 Milan Broz
*/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/crypto_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* OPENSSL crypto backend implementation
*
* Copyright (C) 2010-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2024 Milan Broz
* Copyright (C) 2010-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2025 Milan Broz
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion lib/crypto_backend/crypto_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Generic wrapper for storage encryption modes and Initial Vectors
* (reimplementation of some functions from Linux dm-crypt kernel)
*
* Copyright (C) 2014-2024 Milan Broz
* Copyright (C) 2014-2025 Milan Broz
*/

#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion lib/crypto_backend/memutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Safe memory utilities
*
* Copyright (C) 2024 Milan Broz
* Copyright (C) 2024-2025 Milan Broz
*/

#include "crypto_backend_internal.h"
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/pbkdf2_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Copyright (C) 2004 Free Software Foundation
*
* cryptsetup related changes
* Copyright (C) 2012-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2012-2024 Milan Broz
* Copyright (C) 2012-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2012-2025 Milan Broz
*/

#include <errno.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/crypto_backend/pbkdf_check.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
/*
* PBKDF performance check
* Copyright (C) 2012-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2012-2024 Milan Broz
* Copyright (C) 2012-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2012-2025 Milan Broz
* Copyright (C) 2016-2020 Ondrej Mosnacek
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/crypto_backend/utf8.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (C) 2010 Lennart Poettering
*
* cryptsetup related changes
* Copyright (C) 2021-2024 Vojtech Trefny
* Copyright (C) 2021-2025 Vojtech Trefny
* Parts of the original systemd implementation are based on the GLIB utf8
* validation functions.
Expand Down
2 changes: 1 addition & 1 deletion lib/integrity/integrity.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Integrity volume handling
*
* Copyright (C) 2016-2024 Milan Broz
* Copyright (C) 2016-2025 Milan Broz
*/

#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion lib/integrity/integrity.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Integrity header definition
*
* Copyright (C) 2016-2024 Milan Broz
* Copyright (C) 2016-2025 Milan Broz
*/

#ifndef _CRYPTSETUP_INTEGRITY_H
Expand Down
4 changes: 2 additions & 2 deletions lib/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* Copyright (C) 2004 Jana Saout <[email protected]>
* Copyright (C) 2004-2007 Clemens Fruhwirth <[email protected]>
* Copyright (C) 2009-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2009-2024 Milan Broz
* Copyright (C) 2009-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2009-2025 Milan Broz
*/

#ifndef INTERNAL_H
Expand Down
4 changes: 2 additions & 2 deletions lib/keyslot_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* LUKS - Linux Unified Key Setup, keyslot unlock helpers
*
* Copyright (C) 2022-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2022-2024 Ondrej Kozina
* Copyright (C) 2022-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2022-2025 Ondrej Kozina
*/

#include <errno.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/keyslot_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* LUKS - Linux Unified Key Setup, keyslot unlock helpers
*
* Copyright (C) 2022-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2022-2024 Ondrej Kozina
* Copyright (C) 2022-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2022-2025 Ondrej Kozina
*/

#ifndef KEYSLOT_CONTEXT_H
Expand Down
4 changes: 2 additions & 2 deletions lib/libcryptsetup.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* Copyright (C) 2004 Jana Saout <[email protected]>
* Copyright (C) 2004-2007 Clemens Fruhwirth <[email protected]>
* Copyright (C) 2009-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2009-2024 Milan Broz
* Copyright (C) 2009-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2009-2025 Milan Broz
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions lib/libcryptsetup_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* Definitions of common constant and generic macros of libcryptsetup
*
* Copyright (C) 2009-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2009-2024 Milan Broz
* Copyright (C) 2009-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2009-2025 Milan Broz
*/

#ifndef _LIBCRYPTSETUP_MACROS_H
Expand Down
2 changes: 1 addition & 1 deletion lib/libcryptsetup_symver.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Helpers for defining versioned symbols
*
* Copyright (C) 2021-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2021-2025 Red Hat, Inc. All rights reserved.
*/

#ifndef _LIBCRYPTSETUP_SYMVER_H
Expand Down
4 changes: 2 additions & 2 deletions lib/libdevmapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* Copyright (C) 2004 Jana Saout <[email protected]>
* Copyright (C) 2004-2007 Clemens Fruhwirth <[email protected]>
* Copyright (C) 2009-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2009-2024 Milan Broz
* Copyright (C) 2009-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2009-2025 Milan Broz
*/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/loopaes/loopaes.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* loop-AES compatible volume handling
*
* Copyright (C) 2011-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2011-2024 Milan Broz
* Copyright (C) 2011-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2011-2025 Milan Broz
*/

#include <errno.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/loopaes/loopaes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* loop-AES compatible volume handling
*
* Copyright (C) 2011-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2011-2024 Milan Broz
* Copyright (C) 2011-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2011-2025 Milan Broz
*/

#ifndef _LOOPAES_H
Expand Down
2 changes: 1 addition & 1 deletion lib/luks1/af.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* AFsplitter - Anti forensic information splitter
*
* Copyright (C) 2004 Clemens Fruhwirth <[email protected]>
* Copyright (C) 2009-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2009-2025 Red Hat, Inc. All rights reserved.
*
* AFsplitter diffuses information over a large stripe of data,
* therefore supporting secure data destruction.
Expand Down
2 changes: 1 addition & 1 deletion lib/luks1/af.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* AFsplitter - Anti forensic information splitter
*
* Copyright (C) 2004 Clemens Fruhwirth <[email protected]>
* Copyright (C) 2009-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2009-2025 Red Hat, Inc. All rights reserved.
*/

#ifndef INCLUDED_CRYPTSETUP_LUKS_AF_H
Expand Down
4 changes: 2 additions & 2 deletions lib/luks1/keyencryption.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* LUKS - Linux Unified Key Setup
*
* Copyright (C) 2004-2006 Clemens Fruhwirth <[email protected]>
* Copyright (C) 2009-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2012-2024 Milan Broz
* Copyright (C) 2009-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2012-2025 Milan Broz
*/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions lib/luks1/keymanage.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* LUKS - Linux Unified Key Setup
*
* Copyright (C) 2004-2006 Clemens Fruhwirth <[email protected]>
* Copyright (C) 2009-2024 Red Hat, Inc. All rights reserved.
* Copyright (C) 2013-2024 Milan Broz
* Copyright (C) 2009-2025 Red Hat, Inc. All rights reserved.
* Copyright (C) 2013-2025 Milan Broz
*/

#include <sys/types.h>
Expand Down
Loading

0 comments on commit 8364178

Please sign in to comment.