From c9aeaa5c13fb7007cd07f7d0ae15f31d06d66147 Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Wed, 13 Nov 2019 16:38:39 +0900 Subject: [PATCH] Correct license information [Version] 0.0.1-3 [Profile] Common [Issue Type] License Change-Id: Id2365ae2eb3dcc8ba5fe2cbce240c11e1b7c4832 Signed-off-by: Jeongmo Yang --- LICENCE => LICENSE | 0 packaging/libomxil-vc4.spec | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename LICENCE => LICENSE (100%) diff --git a/LICENCE b/LICENSE similarity index 100% rename from LICENCE rename to LICENSE diff --git a/packaging/libomxil-vc4.spec b/packaging/libomxil-vc4.spec index 35703da..6fbd034 100755 --- a/packaging/libomxil-vc4.spec +++ b/packaging/libomxil-vc4.spec @@ -1,11 +1,11 @@ Name: libomxil-vc4 Version: 0.0.1 -Release: 2 +Release: 3 Summary: Libraries for interfacing to Raspberry Pi GPU Group: System/Libraries URL: https://github.com/raspberrypi/userland Source: %{name}-%{version}.tar.gz -License: BSD +License: BSD-3-Clause BuildRequires: glibc-devel BuildRequires: cmake BuildRequires: gcc-c++ @@ -94,12 +94,12 @@ popd %files -n libomxil-vc4-utils /opt/vc/bin/* -%doc LICENCE +%doc LICENSE %files -n libomxil-vc4 %manifest packaging/%{name}.manifest %defattr(-,root,root) -%license LICENCE +%license LICENSE /opt/vc/lib/lib*.so /opt/vc/lib/plugins/*.so /etc/ld.so.conf.d/libomxil-vc4.conf -- 2.7.4