aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/m_gpg_info/CMakeLists.txt2
-rw-r--r--src/m_gpg_info/GnuPGInfoGatheringModule.cpp2
-rw-r--r--src/m_gpg_info/GnuPGInfoGatheringModule.h2
-rw-r--r--src/m_gpg_info/GnupgTab.cpp2
-rw-r--r--src/m_gpg_info/GnupgTab.h2
-rw-r--r--src/m_gpg_info/GpgInfo.cpp2
-rw-r--r--src/m_gpg_info/GpgInfo.h2
-rw-r--r--src/m_paper_key/CMakeLists.txt2
-rw-r--r--src/m_paper_key/PaperKeyModule.cpp2
-rw-r--r--src/m_paper_key/PaperKeyModule.h2
-rw-r--r--src/m_pinentry/CMakeLists.txt2
-rw-r--r--src/m_pinentry/GpgPassphraseContext.cpp2
-rw-r--r--src/m_pinentry/GpgPassphraseContext.h2
-rw-r--r--src/m_pinentry/PinentryModule.cpp2
-rw-r--r--src/m_pinentry/PinentryModule.h2
-rw-r--r--src/m_pinentry/RaisePinentry.cpp2
-rw-r--r--src/m_pinentry/RaisePinentry.h2
-rw-r--r--src/m_ver_check/CMakeLists.txt2
-rw-r--r--src/m_ver_check/SoftwareVersion.cpp2
-rw-r--r--src/m_ver_check/SoftwareVersion.h2
-rw-r--r--src/m_ver_check/UpdateTab.cpp2
-rw-r--r--src/m_ver_check/UpdateTab.h2
-rw-r--r--src/m_ver_check/VersionCheckTask.cpp2
-rw-r--r--src/m_ver_check/VersionCheckTask.h2
-rw-r--r--src/m_ver_check/VersionCheckingModule.cpp2
-rw-r--r--src/m_ver_check/VersionCheckingModule.h2
27 files changed, 27 insertions, 27 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5615150..795c335 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2021 Saturneric <[email protected]>
+# Copyright (C) 2021-2024 Saturneric <[email protected]>
#
# This file is part of GpgFrontend.
#
diff --git a/src/m_gpg_info/CMakeLists.txt b/src/m_gpg_info/CMakeLists.txt
index 1a98483..3833547 100644
--- a/src/m_gpg_info/CMakeLists.txt
+++ b/src/m_gpg_info/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2021 Saturneric <[email protected]>
+# Copyright (C) 2021-2024 Saturneric <[email protected]>
#
# This file is part of GpgFrontend.
#
diff --git a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp
index cd1b0c7..f0ff772 100644
--- a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp
+++ b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_gpg_info/GnuPGInfoGatheringModule.h b/src/m_gpg_info/GnuPGInfoGatheringModule.h
index 3298ec5..e021464 100644
--- a/src/m_gpg_info/GnuPGInfoGatheringModule.h
+++ b/src/m_gpg_info/GnuPGInfoGatheringModule.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_gpg_info/GnupgTab.cpp b/src/m_gpg_info/GnupgTab.cpp
index 1317139..3d0d687 100644
--- a/src/m_gpg_info/GnupgTab.cpp
+++ b/src/m_gpg_info/GnupgTab.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_gpg_info/GnupgTab.h b/src/m_gpg_info/GnupgTab.h
index ed16a59..cd7f4a6 100644
--- a/src/m_gpg_info/GnupgTab.h
+++ b/src/m_gpg_info/GnupgTab.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_gpg_info/GpgInfo.cpp b/src/m_gpg_info/GpgInfo.cpp
index 680f4a8..2d007eb 100644
--- a/src/m_gpg_info/GpgInfo.cpp
+++ b/src/m_gpg_info/GpgInfo.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_gpg_info/GpgInfo.h b/src/m_gpg_info/GpgInfo.h
index 1aacc20..6405ebf 100644
--- a/src/m_gpg_info/GpgInfo.h
+++ b/src/m_gpg_info/GpgInfo.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_paper_key/CMakeLists.txt b/src/m_paper_key/CMakeLists.txt
index 61396c7..42e4d8c 100644
--- a/src/m_paper_key/CMakeLists.txt
+++ b/src/m_paper_key/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2021 Saturneric <[email protected]>
+# Copyright (C) 2021-2024 Saturneric <[email protected]>
#
# This file is part of GpgFrontend.
#
diff --git a/src/m_paper_key/PaperKeyModule.cpp b/src/m_paper_key/PaperKeyModule.cpp
index 695e149..3da46d3 100644
--- a/src/m_paper_key/PaperKeyModule.cpp
+++ b/src/m_paper_key/PaperKeyModule.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_paper_key/PaperKeyModule.h b/src/m_paper_key/PaperKeyModule.h
index 88836da..992647a 100644
--- a/src/m_paper_key/PaperKeyModule.h
+++ b/src/m_paper_key/PaperKeyModule.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_pinentry/CMakeLists.txt b/src/m_pinentry/CMakeLists.txt
index b1e19bc..bf17acd 100644
--- a/src/m_pinentry/CMakeLists.txt
+++ b/src/m_pinentry/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2021 Saturneric <[email protected]>
+# Copyright (C) 2021-2024 Saturneric <[email protected]>
#
# This file is part of GpgFrontend.
#
diff --git a/src/m_pinentry/GpgPassphraseContext.cpp b/src/m_pinentry/GpgPassphraseContext.cpp
index c96f29a..4e21a20 100644
--- a/src/m_pinentry/GpgPassphraseContext.cpp
+++ b/src/m_pinentry/GpgPassphraseContext.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_pinentry/GpgPassphraseContext.h b/src/m_pinentry/GpgPassphraseContext.h
index 4060d36..107307b 100644
--- a/src/m_pinentry/GpgPassphraseContext.h
+++ b/src/m_pinentry/GpgPassphraseContext.h
@@ -1,7 +1,7 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_pinentry/PinentryModule.cpp b/src/m_pinentry/PinentryModule.cpp
index 5b45a67..5d767a9 100644
--- a/src/m_pinentry/PinentryModule.cpp
+++ b/src/m_pinentry/PinentryModule.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_pinentry/PinentryModule.h b/src/m_pinentry/PinentryModule.h
index 3298ec5..e021464 100644
--- a/src/m_pinentry/PinentryModule.h
+++ b/src/m_pinentry/PinentryModule.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_pinentry/RaisePinentry.cpp b/src/m_pinentry/RaisePinentry.cpp
index 283bd81..ed9538d 100644
--- a/src/m_pinentry/RaisePinentry.cpp
+++ b/src/m_pinentry/RaisePinentry.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_pinentry/RaisePinentry.h b/src/m_pinentry/RaisePinentry.h
index 4c8ace6..9dbc0d3 100644
--- a/src/m_pinentry/RaisePinentry.h
+++ b/src/m_pinentry/RaisePinentry.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_ver_check/CMakeLists.txt b/src/m_ver_check/CMakeLists.txt
index c780a28..ce68f30 100644
--- a/src/m_ver_check/CMakeLists.txt
+++ b/src/m_ver_check/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2021 Saturneric <[email protected]>
+# Copyright (C) 2021-2024 Saturneric <[email protected]>
#
# This file is part of GpgFrontend.
#
diff --git a/src/m_ver_check/SoftwareVersion.cpp b/src/m_ver_check/SoftwareVersion.cpp
index a3cd933..becc396 100644
--- a/src/m_ver_check/SoftwareVersion.cpp
+++ b/src/m_ver_check/SoftwareVersion.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_ver_check/SoftwareVersion.h b/src/m_ver_check/SoftwareVersion.h
index 6b05d41..89158aa 100644
--- a/src/m_ver_check/SoftwareVersion.h
+++ b/src/m_ver_check/SoftwareVersion.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_ver_check/UpdateTab.cpp b/src/m_ver_check/UpdateTab.cpp
index e01d49c..c782fdb 100644
--- a/src/m_ver_check/UpdateTab.cpp
+++ b/src/m_ver_check/UpdateTab.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_ver_check/UpdateTab.h b/src/m_ver_check/UpdateTab.h
index fd48f05..92f1b2f 100644
--- a/src/m_ver_check/UpdateTab.h
+++ b/src/m_ver_check/UpdateTab.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_ver_check/VersionCheckTask.cpp b/src/m_ver_check/VersionCheckTask.cpp
index 5cffb1d..6cb5af1 100644
--- a/src/m_ver_check/VersionCheckTask.cpp
+++ b/src/m_ver_check/VersionCheckTask.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_ver_check/VersionCheckTask.h b/src/m_ver_check/VersionCheckTask.h
index b915be6..3d9c6b6 100644
--- a/src/m_ver_check/VersionCheckTask.h
+++ b/src/m_ver_check/VersionCheckTask.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_ver_check/VersionCheckingModule.cpp b/src/m_ver_check/VersionCheckingModule.cpp
index 9185c9f..b819288 100644
--- a/src/m_ver_check/VersionCheckingModule.cpp
+++ b/src/m_ver_check/VersionCheckingModule.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
diff --git a/src/m_ver_check/VersionCheckingModule.h b/src/m_ver_check/VersionCheckingModule.h
index 88836da..992647a 100644
--- a/src/m_ver_check/VersionCheckingModule.h
+++ b/src/m_ver_check/VersionCheckingModule.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*