diff options
Diffstat (limited to 'launcher/pathmatcher/SimplePrefixMatcher.h')
-rw-r--r-- | launcher/pathmatcher/SimplePrefixMatcher.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher/pathmatcher/SimplePrefixMatcher.h b/launcher/pathmatcher/SimplePrefixMatcher.h index 191d010c..fc1f5ced 100644 --- a/launcher/pathmatcher/SimplePrefixMatcher.h +++ b/launcher/pathmatcher/SimplePrefixMatcher.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 Sefa Eyeoglu <contact@scrumplex.net> +// +// SPDX-License-Identifier: GPL-3.0-only + #include <QRegularExpression> #include "IPathMatcher.h" |