Skip to content

Commit 0746e86

Browse files
author
Bailey Brown
committed
change copyright year to 2024
1 parent 21cc0d5 commit 0746e86

File tree

96 files changed

+99
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+99
-99
lines changed

cppcryptfs/cppcryptfs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
44
5-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
5+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
66
77
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
88

cppcryptfs/cppcryptfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/dokan/CryptThreadData.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/dokan/CryptThreadData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
44
5-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
5+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
66
77
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
88

cppcryptfs/dokan/FileNameEnc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
44
5-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
5+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
66
77
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
88

cppcryptfs/dokan/FileNameEnc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/dokan/MountPointManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/dokan/MountPointManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
44
5-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
5+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
66
77
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
88

cppcryptfs/dokan/cryptdokan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
44
5-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
5+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
66
77
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
88

cppcryptfs/dokan/cryptdokan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/dokan/cryptdokanpriv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
44
5-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
5+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
66
77
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
88

cppcryptfs/ui/CreatePropertyPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
44
5-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
5+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
66
77
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
88

cppcryptfs/ui/CreatePropertyPage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/CryptAboutPropertyPage.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77
@@ -71,7 +71,7 @@ END_MESSAGE_MAP()
7171

7272

7373
static const WCHAR * components[] = {
74-
L"cppcryptfs - Copyright (C) 2016-2023 Bailey Brown. All Rights Reserved.",
74+
L"cppcryptfs - Copyright (C) 2016-2024 Bailey Brown. All Rights Reserved.",
7575
L"OpenSSL - Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.",
7676
L"RapidJSON - Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.",
7777
L"Dokany (mirror) - Copyright (C) 2020 - 2021 Google, Inc.; Copyright (C) 2015 - 2019 Adrien J., Maxime C.; Copyright (C) 2007 - 2011 Hiroki Asakawa",
@@ -85,7 +85,7 @@ static const WCHAR * components[] = {
8585
static const WCHAR *licenses[] = {
8686

8787
// cppcryptfs
88-
L"cppcryptfs - Copyright (C) 2016-2023 Bailey Brown. All rights reserved.\r\n\r\n"
88+
L"cppcryptfs - Copyright (C) 2016-2024 Bailey Brown. All rights reserved.\r\n\r\n"
8989
L"project url: github.com/bailey27/cppcryptfs\r\n\r\n"
9090
L"cppcryptfs is a user-mode cryptographic virtual overlay filesystem\r\n\r\n"
9191
L"cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)\r\n\r\n"
@@ -608,7 +608,7 @@ BOOL CCryptAboutPropertyPage::OnInitDialog()
608608

609609
wstring prod = L"cppryptfs";
610610
wstring ver = L"1.0";
611-
wstring copyright = L"Copyright (C) 2016-2023 Bailey Brown. All Rights Reserved.";
611+
wstring copyright = L"Copyright (C) 2016-2024 Bailey Brown. All Rights Reserved.";
612612

613613
GetProductVersionInfo(prod, ver, copyright);
614614

cppcryptfs/ui/CryptAboutPropertyPage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/CryptPropertyPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/CryptPropertyPage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/CryptPropertySheet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/CryptPropertySheet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/CryptSetting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/CryptSetting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/CryptSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/CryptSettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
44
5-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
5+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
66
77
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
88

cppcryptfs/ui/FsInfoDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
44
5-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
5+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
66
77
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
88

cppcryptfs/ui/FsInfoDialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/MoreSettingsPropertyPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/MoreSettingsPropertyPage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
55
6-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
6+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
77
88
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
99

cppcryptfs/ui/MountPropertyPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/MountPropertyPage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/RecentItems.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/RecentItems.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/SettingsPropertyPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/SettingsPropertyPage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/cryptdefaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/savedpasswords.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/savedpasswords.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/uiutil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

cppcryptfs/ui/uiutil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
55
6-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
6+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
77
88
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
99

cppcryptfsctl/cppcryptfsctl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

libcommonutil/commonutil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

libcommonutil/commonutil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
cppcryptfs : user-mode cryptographic virtual overlay filesystem.
33
4-
Copyright (C) 2016-2023 Bailey Brown (github.com/bailey27/cppcryptfs)
4+
Copyright (C) 2016-2024 Bailey Brown (github.com/bailey27/cppcryptfs)
55
66
cppcryptfs is based on the design of gocryptfs (github.com/rfjakob/gocryptfs)
77

0 commit comments

Comments
 (0)