Skip to content

Commit 38a6275

Browse files
committed
nvidia-open-module: Follow SPDX Identifier
Signed-off-by: Peter Jung <[email protected]>
1 parent 32d5dab commit 38a6275

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

linux-cachyos-bore/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ _package-nvidia-open(){
728728
pkgdesc="nvidia open modules of ${_nv_ver} driver for the linux-$pkgsuffix kernel"
729729
depends=("$pkgbase=$_kernver" "nvidia-utils=${_nv_ver}" "libglvnd")
730730
provides=('NVIDIA-MODULE')
731-
license=('GPL')
731+
license=(GPL-1.0-only)
732732

733733
cd "${srcdir}/${_nv_open_pkg}"
734734
install -dm755 "$pkgdir/usr/lib/modules/${_kernver}-${pkgsuffix}"

linux-cachyos-deckify/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ _package-nvidia-open(){
730730
pkgdesc="nvidia open modules of ${_nv_ver} driver for the linux-$pkgsuffix kernel"
731731
depends=("$pkgbase=$_kernver" "nvidia-utils=${_nv_ver}" "libglvnd")
732732
provides=('NVIDIA-MODULE')
733-
license=('GPL')
733+
license=(GPL-1.0-only)
734734

735735
cd "${srcdir}/${_nv_open_pkg}"
736736
install -dm755 "$pkgdir/usr/lib/modules/${_kernver}-${pkgsuffix}"

linux-cachyos-echo/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ _package-nvidia-open(){
728728
pkgdesc="nvidia open modules of ${_nv_ver} driver for the linux-$pkgsuffix kernel"
729729
depends=("$pkgbase=$_kernver" "nvidia-utils=${_nv_ver}" "libglvnd")
730730
provides=('NVIDIA-MODULE')
731-
license=('GPL')
731+
license=(GPL-1.0-only)
732732

733733
cd "${srcdir}/${_nv_open_pkg}"
734734
install -dm755 "$pkgdir/usr/lib/modules/${_kernver}-${pkgsuffix}"

linux-cachyos-eevdf/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ _package-nvidia-open(){
728728
pkgdesc="nvidia open modules of ${_nv_ver} driver for the linux-$pkgsuffix kernel"
729729
depends=("$pkgbase=$_kernver" "nvidia-utils=${_nv_ver}" "libglvnd")
730730
provides=('NVIDIA-MODULE')
731-
license=('GPL')
731+
license=(GPL-1.0-only)
732732

733733
cd "${srcdir}/${_nv_open_pkg}"
734734
install -dm755 "$pkgdir/usr/lib/modules/${_kernver}-${pkgsuffix}"

linux-cachyos-hardened/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ _package-nvidia-open(){
727727
pkgdesc="nvidia open modules of ${_nv_ver} driver for the linux-$pkgsuffix kernel"
728728
depends=("$pkgbase=$_kernver" "nvidia-utils=${_nv_ver}" "libglvnd")
729729
provides=('NVIDIA-MODULE')
730-
license=('GPL')
730+
license=(GPL-1.0-only)
731731

732732
cd "${srcdir}/${_nv_open_pkg}"
733733
install -dm755 "$pkgdir/usr/lib/modules/${_kernver}-${pkgsuffix}"

linux-cachyos-lts/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ _package-nvidia-open(){
796796
pkgdesc="nvidia open modules of ${_nv_ver} driver for the linux-$pkgsuffix kernel"
797797
depends=("$pkgbase=$_kernver" "nvidia-utils=${_nv_ver}" "libglvnd")
798798
provides=('NVIDIA-MODULE')
799-
license=('GPL')
799+
license=(GPL-1.0-only)
800800

801801
cd "${srcdir}/${_nv_open_pkg}"
802802
install -dm755 "$pkgdir/usr/lib/modules/${_kernver}-${pkgsuffix}"

linux-cachyos-rc/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ _package-nvidia-open(){
730730
pkgdesc="nvidia open modules of ${_nv_ver} driver for the linux-$pkgsuffix kernel"
731731
depends=("$pkgbase=$_kernver" "nvidia-utils=${_nv_ver}" "libglvnd")
732732
provides=('NVIDIA-MODULE')
733-
license=('GPL')
733+
license=(GPL-1.0-only)
734734

735735
local moduleprefix=${_major}.${_minor}-${_rcver}-${pkgrel}
736736
cd "${srcdir}/${_nv_open_pkg}"

linux-cachyos-rt-bore/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ _package-nvidia-open(){
728728
pkgdesc="nvidia open modules of ${_nv_ver} driver for the linux-$pkgsuffix kernel"
729729
depends=("$pkgbase=$_kernver" "nvidia-utils=${_nv_ver}" "libglvnd")
730730
provides=('NVIDIA-MODULE')
731-
license=('GPL')
731+
license=(GPL-1.0-only)
732732

733733
cd "${srcdir}/${_nv_open_pkg}"
734734
install -dm755 "$pkgdir/usr/lib/modules/${_kernver}-${pkgsuffix}"

linux-cachyos-sched-ext/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ _package-nvidia-open(){
728728
pkgdesc="nvidia open modules of ${_nv_ver} driver for the linux-$pkgsuffix kernel"
729729
depends=("$pkgbase=$_kernver" "nvidia-utils=${_nv_ver}" "libglvnd")
730730
provides=('NVIDIA-MODULE')
731-
license=('GPL')
731+
license=(GPL-1.0-only)
732732

733733
cd "${srcdir}/${_nv_open_pkg}"
734734
install -dm755 "$pkgdir/usr/lib/modules/${_kernver}-${pkgsuffix}"

linux-cachyos-server/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ _package-nvidia-open(){
728728
pkgdesc="nvidia open modules of ${_nv_ver} driver for the linux-$pkgsuffix kernel"
729729
depends=("$pkgbase=$_kernver" "nvidia-utils=${_nv_ver}" "libglvnd")
730730
provides=('NVIDIA-MODULE')
731-
license=('GPL')
731+
license=(GPL-1.0-only)
732732

733733
cd "${srcdir}/${_nv_open_pkg}"
734734
install -dm755 "$pkgdir/usr/lib/modules/${_kernver}-${pkgsuffix}"

0 commit comments

Comments
 (0)