diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-24 21:50:35 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-12 20:28:30 +0100 |
commit | 173aed7fd8e73b9e6a6055981ce284ea9cf5d33a (patch) | |
tree | 5928fb1c8f06ac9521f2b396bfef233a31c63f03 /launcher/pathmatcher | |
parent | 335bec68fb803f0a06400585b1dc4c2341951c7c (diff) | |
download | PrismLauncher-173aed7fd8e73b9e6a6055981ce284ea9cf5d33a.tar.gz PrismLauncher-173aed7fd8e73b9e6a6055981ce284ea9cf5d33a.tar.bz2 PrismLauncher-173aed7fd8e73b9e6a6055981ce284ea9cf5d33a.zip |
chore: add REUSE headers
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/pathmatcher')
-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" |