commit 162f62d53a37e7b3b447c981f488b58f009a5862
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Tue Dec 13 20:04:12 2022 +0100
Converted license tag to SPDX format.
tg_owt.spec | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/tg_owt.spec b/tg_owt.spec
index ffd1af8..830dd0d 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -16,14 +16,20 @@ Name: tg_owt
Version: 0
Release: 26.%{date}git%{shortcommit0}%{?dist}
-# Main project - BSD
-# abseil-cpp - ASL 2.0
-# libsrtp - BSD
-# libyuv - BSD
-# openh264 - BSD
-# pffft - BSD
-# rnnoise - BSD
-License: BSD and ASL 2.0
+# Library and 3rd-party bundled modules licensing:
+# * tg_owt - BSD-3-Clause -- main tarball;
+# * abseil-cpp - Apache-2.0 -- static dependency;
+# * base64 - LicenseRef-Fedora-Public-Domain -- static dependency;
+# * crc32c - BSD-3-Clause -- static dependency;
+# * libsrtp - BSD-3-Clause -- static dependency;
+# * libyuv - BSD-3-Clause -- static dependency;
+# * openh264 - BSD-2-Clause -- static dependency;
+# * pffft - BSD-3-Clause -- static dependency;
+# * portaudio - MIT -- static dependency;
+# * rnnoise - BSD-3-Clause -- static dependency;
+# * sigslot - LicenseRef-Fedora-Public-Domain -- static dependency;
+# * spl_sqrt_floor - LicenseRef-Fedora-Public-Domain -- static dependency.
+License: BSD-3-Clause AND BSD-2-Clause AND Apache-2.0 AND MIT AND
LicenseRef-Fedora-Public-Domain
Summary: WebRTC library for the Telegram messenger
URL:
https://github.com/desktop-app/%{name}