summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:34:17 -0500
committerAndrew O'Neill2024-01-30 21:34:17 -0500
commit890fbcae15e1e715d734c5b6d9dd5c1f04dd985c (patch)
tree73044ea866c0654c498a2e677e1b49a7ee5424ff
parent32313c1d855bcf6b4632e92305d70da8159f6918 (diff)
downloadaur-ruby-oci.tar.gz
Update license to use SPDX identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a84e0ef1dc..e9aff3602910 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ruby-oci
pkgrel = 1
url = https://github.com/oracle/oci-ruby-sdk
arch = x86_64
- license = Apache
+ license = Apache-2.0 OR UPL-1.0
makedepends = ruby-rdoc
depends = ruby
depends = ruby-inifile
diff --git a/PKGBUILD b/PKGBUILD
index 9463d251b6df..9b9482b48c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Ruby SDK for Oracle Cloud Infrastructure'
arch=('x86_64')
url='https://github.com/oracle/oci-ruby-sdk'
-license=('Apache')
+license=('Apache-2.0 OR UPL-1.0')
depends=('ruby' 'ruby-inifile' 'ruby-jwt')
makedepends=('ruby-rdoc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")