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

0 commit comments

Comments
 (0)