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/main | |
| 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/main')
| -rw-r--r-- | src/main/Logger.cpp | 2 | ||||
| -rw-r--r-- | src/main/Logger.h | 2 | ||||
| -rw-r--r-- | src/main/MainApp.cpp | 2 | ||||
| -rw-r--r-- | src/main/MainApp.h | 2 | ||||
| -rw-r--r-- | src/main/clipboardAdapter.cpp | 2 | ||||
| -rw-r--r-- | src/main/clipboardAdapter.h | 2 | ||||
| -rw-r--r-- | src/main/filter.cpp | 2 | ||||
| -rw-r--r-- | src/main/filter.h | 2 | ||||
| -rw-r--r-- | src/main/main.cpp | 2 | ||||
| -rw-r--r-- | src/main/oscursor.cpp | 2 | ||||
| -rw-r--r-- | src/main/oscursor.h | 2 | ||||
| -rw-r--r-- | src/main/oshelper.cpp | 2 | ||||
| -rw-r--r-- | src/main/oshelper.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/src/main/Logger.cpp b/src/main/Logger.cpp index 62267eb6..8fa98979 100644 --- a/src/main/Logger.cpp +++ b/src/main/Logger.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2019, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/Logger.h b/src/main/Logger.h index 6d350ae8..a2f9e91c 100644 --- a/src/main/Logger.h +++ b/src/main/Logger.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2019, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/MainApp.cpp b/src/main/MainApp.cpp index b1c418ce..de378aa3 100644 --- a/src/main/MainApp.cpp +++ b/src/main/MainApp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2019, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/MainApp.h b/src/main/MainApp.h index ec8b7045..2059fa97 100644 --- a/src/main/MainApp.h +++ b/src/main/MainApp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2019, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/clipboardAdapter.cpp b/src/main/clipboardAdapter.cpp index b558936a..d3fb3598 100644 --- a/src/main/clipboardAdapter.cpp +++ b/src/main/clipboardAdapter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2018, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/clipboardAdapter.h b/src/main/clipboardAdapter.h index 0ce168cf..7e268451 100644 --- a/src/main/clipboardAdapter.h +++ b/src/main/clipboardAdapter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2019, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/filter.cpp b/src/main/filter.cpp index 2384c10c..1f8155a9 100644 --- a/src/main/filter.cpp +++ b/src/main/filter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2018, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/filter.h b/src/main/filter.h index 24b278ec..5c5bf57a 100644 --- a/src/main/filter.h +++ b/src/main/filter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2019, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/main.cpp b/src/main/main.cpp index b2fc944c..38901d3f 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2018, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/oscursor.cpp b/src/main/oscursor.cpp index f5ee3c74..714b1a8f 100644 --- a/src/main/oscursor.cpp +++ b/src/main/oscursor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2019, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/oscursor.h b/src/main/oscursor.h index cb84e6fb..09eb08a0 100644 --- a/src/main/oscursor.h +++ b/src/main/oscursor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2019, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/oshelper.cpp b/src/main/oshelper.cpp index 469f3842..766aac5d 100644 --- a/src/main/oshelper.cpp +++ b/src/main/oshelper.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2019, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/src/main/oshelper.h b/src/main/oshelper.h index d789471d..4242cc05 100644 --- a/src/main/oshelper.h +++ b/src/main/oshelper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2019, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // |
