From 738d62dcdc3e011f669be9e033f1fdedfdab5649 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Tue, 2 Apr 2024 22:38:12 +0200 Subject: Fix the Zlib license SPDX identifier in PKGBUILD.vim --- src/vim/syntax/PKGBUILD.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vim/syntax/PKGBUILD.vim b/src/vim/syntax/PKGBUILD.vim index 9aab671..06bb231 100644 --- a/src/vim/syntax/PKGBUILD.vim +++ b/src/vim/syntax/PKGBUILD.vim @@ -69,7 +69,7 @@ syn match pbLicense /AGPL-3\.0-only\|AGPL-3\.0-or-later\|Apache-2\.0\|Artistic-1 " multiple licenses combination expressions syn keyword pbLicenseCombination AND OR WITH contained " special cases from https://wiki.archlinux.org/index.php/PKGBUILD#license -syn keyword pbLicenseSpecial BSD-1-Clause BSD-2-Clause BSD-3-Clause ISC MIT OFL Python ZLIB contained +syn keyword pbLicenseSpecial BSD-1-Clause BSD-2-Clause BSD-3-Clause ISC MIT OFL Python Zlib contained syn match pbLicenseCustom /custom\(:[[:alnum:].]*\)*\|LicenseRef\(-[[:alnum:].]*\)*/ contained syn keyword pbLicenseUnknown unknown contained syn match pbIllegalLicense /[^='"() ]/ contained contains=pbLicenseUnknown,pbLicenseCustom,pbLicenseSpecial,pbLicense -- cgit v1.2.3-70-g09d2