summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/implementation/script.cpp')
-rw-r--r--src/extension/implementation/script.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp
index 9e0dd31c8..82b6b577a 100644
--- a/src/extension/implementation/script.cpp
+++ b/src/extension/implementation/script.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/**
* Code for handling extensions (i.e. scripts).
*
@@ -9,7 +10,7 @@
*
* Copyright (C) 2002-2007 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.h>
@@ -54,7 +55,7 @@
#ifdef _WIN32
#include <windows.h>
#include <sys/stat.h>
-#include "registrytool.h"
+#include "io/registrytool.h"
#endif
/** This is the command buffer that gets allocated from the stack */