diff options
| author | inson1 <75314629+inson1@users.noreply.github.com> | 2024-01-27 20:12:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-27 20:12:09 +0100 |
| commit | 8851e71a8beafb5297be46dbb4d6884aa87bcdd5 (patch) | |
| tree | 1b2b90cf260eeac79a27a68ae1a2810d6dddafc2 /src/openpgp | |
| parent | dc3441f2586fdc91287f1f788a6885d1247850e6 (diff) | |
| download | monzero-gui-8851e71a8beafb5297be46dbb4d6884aa87bcdd5.tar.gz monzero-gui-8851e71a8beafb5297be46dbb4d6884aa87bcdd5.tar.xz monzero-gui-8851e71a8beafb5297be46dbb4d6884aa87bcdd5.zip | |
Update year in Cypyright
Diffstat (limited to 'src/openpgp')
| -rw-r--r-- | src/openpgp/hash.h | 2 | ||||
| -rw-r--r-- | src/openpgp/mpi.h | 2 | ||||
| -rw-r--r-- | src/openpgp/openpgp.cpp | 2 | ||||
| -rw-r--r-- | src/openpgp/openpgp.h | 2 | ||||
| -rw-r--r-- | src/openpgp/packet_stream.h | 2 | ||||
| -rw-r--r-- | src/openpgp/s_expression.h | 2 | ||||
| -rw-r--r-- | src/openpgp/serialization.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/openpgp/hash.h b/src/openpgp/hash.h index 4f69851b..54d78f58 100644 --- a/src/openpgp/hash.h +++ b/src/openpgp/hash.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2024, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/mpi.h b/src/openpgp/mpi.h index 800bcac5..a0dbf5c8 100644 --- a/src/openpgp/mpi.h +++ b/src/openpgp/mpi.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2024, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/openpgp.cpp b/src/openpgp/openpgp.cpp index fa503015..2f115530 100644 --- a/src/openpgp/openpgp.cpp +++ b/src/openpgp/openpgp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2024, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/openpgp.h b/src/openpgp/openpgp.h index 665760a2..069231a2 100644 --- a/src/openpgp/openpgp.h +++ b/src/openpgp/openpgp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2024, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/packet_stream.h b/src/openpgp/packet_stream.h index 6a993e92..6a203ee0 100644 --- a/src/openpgp/packet_stream.h +++ b/src/openpgp/packet_stream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2024, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/s_expression.h b/src/openpgp/s_expression.h index b46bf216..c15965b2 100644 --- a/src/openpgp/s_expression.h +++ b/src/openpgp/s_expression.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2024, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/serialization.h b/src/openpgp/serialization.h index fb42c1b6..e7c3f9b3 100644 --- a/src/openpgp/serialization.h +++ b/src/openpgp/serialization.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2024, The Monero Project // // All rights reserved. // |
