Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
antlr4-runtime
Commits:
4ad0ff89 by loqs at 2024-10-08T12:43:05+02:00
Change to SPDX license identifier
Contents of LICENSE.txt in the root antlr4-cpp-runtime-4.13.2-source.zip:
Copyright (c) 2012-2022 The ANTLR Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither name of copyright holders nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = antlr4-runtime
pkgrel = 1
url = https://www.antlr.org/
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = git
makedepends = cmake
makedepends = python
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ arch=('x86_64')
depends=('gcc-libs')
makedepends=('git' 'cmake' 'python')
provides=('libantlr4-runtime.so')
-license=('BSD')
+license=('BSD-3-Clause')
source=("https://www.antlr.org/download/antlr4-cpp-runtime-${pkgver}-source.zip")
sha256sums=('0ed13668906e86dbc0dcddf30fdee68c10203dea4e83852b4edb810821bee3c4')
# FS#72726
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/antlr4-runtime/-/commit/4ad0ff89ca5e77bddddb1f2a50b8a13e64c4c6c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/antlr4-runtime/-/commit/4ad0ff89ca5e77bddddb1f2a50b8a13e64c4c6c6
You're receiving this email because of your account on gitlab.archlinux.org.