┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/Messages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Messages.sh')
-rwxr-xr-xsrc/Messages.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Messages.sh b/src/Messages.sh
index ec4333e7c..90fc08d4d 100755
--- a/src/Messages.sh
+++ b/src/Messages.sh
@@ -1,4 +1,13 @@
#! /usr/bin/env bash
+
+# SPDX-FileCopyrightText: 2006, 2010 Laurent Montel <[email protected]>
+# SPDX-FileCopyrightText: 2007 Albert Astals Cid <[email protected]>
+# SPDX-FileCopyrightText: 2007 Stephan Kulow <[email protected]>
+# SPDX-FileCopyrightText: 2007, 2008 Chusslove Illich <[email protected]>
+# SPDX-FileCopyrightText: 2019 Pino Toscano <[email protected]>
+#
+# SPDX-License-Identifier: GPL-2.0-or-later
+
$EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name \*.cpp \! -path '*/servicemenuinstaller/*'` -o $podir/dolphin.pot
rm -f rc.cpp