Adopt SPDX identifiers for license fields

This commit is contained in:
Manuel 2024-07-21 07:32:40 +02:00
parent 22120a640c
commit cc9e320509
Signed by: Manuel
GPG key ID: 4085037435E1F07A
38 changed files with 42 additions and 43 deletions

View file

@ -4,7 +4,7 @@ pkgbase = clonezilla-unstable
pkgrel = 1
url = https://clonezilla.org
arch = any
license = GPL2
license = GPL-2.0-or-later
depends = drbl
depends = partclone
depends = ntfs-3g

View file

@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="ncurses partition and disk imaging/cloning program"
arch=('any')
url="https://clonezilla.org"
license=('GPL2')
license=('GPL-2.0-or-later')
depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen' 'perl' 'cifs-utils')