summaryrefslogtreecommitdiffstats
path: root/src/extension/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/timer.cpp')
-rw-r--r--src/extension/timer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extension/timer.cpp b/src/extension/timer.cpp
index 867faf205..7ed856ec4 100644
--- a/src/extension/timer.cpp
+++ b/src/extension/timer.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Here is where the extensions can get timed on when they load and
* unload. All of the timing is done in here.
@@ -7,7 +8,7 @@
*
* Copyright (C) 2004 Authors
*
- * Released under GNU GPL, read the file 'COPYING' for more information
+ * Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/
#include <glibmm/main.h>