git » gn.git » commit 95236fb

Use SPDX license identifier

author Acid Xeon
2024-02-12 01:07:58 UTC
committer Evangelos Foutras
2025-02-15 12:17:32 UTC
parent 793f025b48b3f17f8876869c8aaca582f62d7b52

Use SPDX license identifier

From https://gn.googlesource.com/gn/+/refs/heads/main/LICENSE

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 1a5ef3f..b4a11d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
 pkgdesc="Meta-build system that generates build files for Ninja"
 arch=('x86_64')
 url="https://gn.googlesource.com/gn/"
-license=('BSD')
+license=('BSD-3-Clause')
 depends=('gcc-libs')
 makedepends=('clang' 'ninja' 'python' 'git')
 source=(git+https://gn.googlesource.com/gn#commit=$_commit)