aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/plugin')
-rw-r--r--src/core/plugin/Event.cpp8
-rw-r--r--src/core/plugin/Event.h8
-rw-r--r--src/core/plugin/GlobalPluginContext.cpp8
-rw-r--r--src/core/plugin/GlobalPluginContext.h8
-rw-r--r--src/core/plugin/Plugin.cpp8
-rw-r--r--src/core/plugin/Plugin.h8
-rw-r--r--src/core/plugin/PluginManager.cpp8
-rw-r--r--src/core/plugin/PluginManager.h8
8 files changed, 40 insertions, 24 deletions
diff --git a/src/core/plugin/Event.cpp b/src/core/plugin/Event.cpp
index ec898f27..2ca7d4ad 100644
--- a/src/core/plugin/Event.cpp
+++ b/src/core/plugin/Event.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric
+ * Copyright (C) 2021 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
@@ -19,8 +19,10 @@
* The initial version of the source code is inherited from
* the gpg4usb project, which is under GPL-3.0-or-later.
*
- * The source code version of this software was modified and released
- * by Saturneric<[email protected]><[email protected]> starting on May 12, 2021.
+ * All the source code of GpgFrontend was modified and released by
+ * Saturneric <[email protected]> starting on May 12, 2021.
+ *
+ * SPDX-License-Identifier: GPL-3.0-or-later
*
*/
diff --git a/src/core/plugin/Event.h b/src/core/plugin/Event.h
index b6b70730..8b6a537a 100644
--- a/src/core/plugin/Event.h
+++ b/src/core/plugin/Event.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric
+ * Copyright (C) 2021 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
@@ -19,8 +19,10 @@
* The initial version of the source code is inherited from
* the gpg4usb project, which is under GPL-3.0-or-later.
*
- * The source code version of this software was modified and released
- * by Saturneric<[email protected]><[email protected]> starting on May 12, 2021.
+ * All the source code of GpgFrontend was modified and released by
+ * Saturneric <[email protected]> starting on May 12, 2021.
+ *
+ * SPDX-License-Identifier: GPL-3.0-or-later
*
*/
diff --git a/src/core/plugin/GlobalPluginContext.cpp b/src/core/plugin/GlobalPluginContext.cpp
index 3b3744b5..365d0e2d 100644
--- a/src/core/plugin/GlobalPluginContext.cpp
+++ b/src/core/plugin/GlobalPluginContext.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric
+ * Copyright (C) 2021 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
@@ -19,8 +19,10 @@
* The initial version of the source code is inherited from
* the gpg4usb project, which is under GPL-3.0-or-later.
*
- * The source code version of this software was modified and released
- * by Saturneric<[email protected]><[email protected]> starting on May 12, 2021.
+ * All the source code of GpgFrontend was modified and released by
+ * Saturneric <[email protected]> starting on May 12, 2021.
+ *
+ * SPDX-License-Identifier: GPL-3.0-or-later
*
*/
diff --git a/src/core/plugin/GlobalPluginContext.h b/src/core/plugin/GlobalPluginContext.h
index c53cb28d..d4a379c0 100644
--- a/src/core/plugin/GlobalPluginContext.h
+++ b/src/core/plugin/GlobalPluginContext.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric
+ * Copyright (C) 2021 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
@@ -19,8 +19,10 @@
* The initial version of the source code is inherited from
* the gpg4usb project, which is under GPL-3.0-or-later.
*
- * The source code version of this software was modified and released
- * by Saturneric<[email protected]> starting on May 12, 2021.
+ * All the source code of GpgFrontend was modified and released by
+ * Saturneric <[email protected]> starting on May 12, 2021.
+ *
+ * SPDX-License-Identifier: GPL-3.0-or-later
*
*/
diff --git a/src/core/plugin/Plugin.cpp b/src/core/plugin/Plugin.cpp
index 23fb3fce..e1a35d9a 100644
--- a/src/core/plugin/Plugin.cpp
+++ b/src/core/plugin/Plugin.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric
+ * Copyright (C) 2021 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
@@ -19,8 +19,10 @@
* The initial version of the source code is inherited from
* the gpg4usb project, which is under GPL-3.0-or-later.
*
- * The source code version of this software was modified and released
- * by Saturneric<[email protected]><[email protected]> starting on May 12, 2021.
+ * All the source code of GpgFrontend was modified and released by
+ * Saturneric <[email protected]> starting on May 12, 2021.
+ *
+ * SPDX-License-Identifier: GPL-3.0-or-later
*
*/
diff --git a/src/core/plugin/Plugin.h b/src/core/plugin/Plugin.h
index 7983e9dd..8e7ab58f 100644
--- a/src/core/plugin/Plugin.h
+++ b/src/core/plugin/Plugin.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric
+ * Copyright (C) 2021 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
@@ -19,8 +19,10 @@
* The initial version of the source code is inherited from
* the gpg4usb project, which is under GPL-3.0-or-later.
*
- * The source code version of this software was modified and released
- * by Saturneric<[email protected]> starting on May 12, 2021.
+ * All the source code of GpgFrontend was modified and released by
+ * Saturneric <[email protected]> starting on May 12, 2021.
+ *
+ * SPDX-License-Identifier: GPL-3.0-or-later
*
*/
diff --git a/src/core/plugin/PluginManager.cpp b/src/core/plugin/PluginManager.cpp
index 9fd488bb..b56f7fc8 100644
--- a/src/core/plugin/PluginManager.cpp
+++ b/src/core/plugin/PluginManager.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric
+ * Copyright (C) 2021 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
@@ -19,8 +19,10 @@
* The initial version of the source code is inherited from
* the gpg4usb project, which is under GPL-3.0-or-later.
*
- * The source code version of this software was modified and released
- * by Saturneric<[email protected]><[email protected]> starting on May 12, 2021.
+ * All the source code of GpgFrontend was modified and released by
+ * Saturneric <[email protected]> starting on May 12, 2021.
+ *
+ * SPDX-License-Identifier: GPL-3.0-or-later
*
*/
diff --git a/src/core/plugin/PluginManager.h b/src/core/plugin/PluginManager.h
index 5b6ac0b1..4b36eb12 100644
--- a/src/core/plugin/PluginManager.h
+++ b/src/core/plugin/PluginManager.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric
+ * Copyright (C) 2021 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
@@ -19,8 +19,10 @@
* The initial version of the source code is inherited from
* the gpg4usb project, which is under GPL-3.0-or-later.
*
- * The source code version of this software was modified and released
- * by Saturneric<[email protected]> starting on May 12, 2021.
+ * All the source code of GpgFrontend was modified and released by
+ * Saturneric <[email protected]> starting on May 12, 2021.
+ *
+ * SPDX-License-Identifier: GPL-3.0-or-later
*
*/