summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-03-08 15:28:10 -0800
committerArmin Kuster <akuster808@gmail.com>2022-03-11 21:12:56 -0800
commit30f34fa990340f71db819b8a554c53b97b262f9e (patch)
tree06167fb1d1e3e192be8aa336c4d77659a7085d45
parentda23c2a094b2e1a87da2932552ec96c0f842a639 (diff)
downloadmeta-security-30f34fa990340f71db819b8a554c53b97b262f9e.tar.gz
python3-fail2ban: fix SPDX license.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/fail2ban/python3-fail2ban_0.11.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb
index f6394cc..51e7d65 100644
--- a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb
+++ b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb
@@ -6,7 +6,7 @@ out-of-the-box ready to read many standard log files, such as those for sshd and
6and is easy to configure to read any log file you choose, for any error you choose." 6and is easy to configure to read any log file you choose, for any error you choose."
7HOMEPAGE = "http://www.fail2ban.org" 7HOMEPAGE = "http://www.fail2ban.org"
8 8
9LICENSE = "GPL-2.0" 9LICENSE = "GPL-2.0-only"
10LIC_FILES_CHKSUM = "file://COPYING;md5=ecabc31e90311da843753ba772885d9f" 10LIC_FILES_CHKSUM = "file://COPYING;md5=ecabc31e90311da843753ba772885d9f"
11 11
12SRCREV ="4fe4ac8dde6ba14841da598ec37f8c6911fe0f64" 12SRCREV ="4fe4ac8dde6ba14841da598ec37f8c6911fe0f64"