From bd711c90364c717c60e6d55602306b86ec01475f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 8 Aug 2024 16:13:37 +0200 Subject: [PATCH] Use newly introduced `Ruby-pty` license identifier --- ruby.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ruby.spec b/ruby.spec index 0531b19..f1bc591 100644 --- a/ruby.spec +++ b/ruby.spec @@ -191,10 +191,6 @@ Release: 14%{?dist} # .bundle/gems/net-imap-0.4.9/LICENSE.txt # https://gitlab.com/fedora/legal/fedora-license-data/-/issues/506 # -# Approved license without SPDX identifier: -# ext/pty/pty.c -# https://gitlab.com/fedora/legal/fedora-license-data/-/issues/503 -# # BSD-3-Clause: missing/{crypt,mt19937,setproctitle}.c, addr2line.c:2652 # CC0: ccan/{build_assert/build_assert.h,check_type/check_type.h, # container_of/container_of.h,str/str.h} @@ -209,11 +205,12 @@ Release: 14%{?dist} # https://gitlab.com/fedora/legal/fedora-license-data/-/merge_requests/145 # MIT: ccan/list/list.h # Ruby OR BSD-2-Clause OR GPL-1.0-or-later: lib/net/protocol.rb +# Ruby-pty: ext/pty/pty.c # Unicode-DFS-2015: some of enc/trans/**/*.src # There is also license review ticket here: # https://gitlab.com/fedora/legal/fedora-license-data/-/issues/500 # zlib: ext/digest/md5/md5.*, ext/nkf/nkf-utf8/nkf.c -License: (Ruby OR BSD-2-Clause) AND (Ruby OR BSD-2-Clause OR GPL-1.0-or-later) AND BSD-3-Clause AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND ISC AND LicenseRef-Fedora-Public-Domain AND MIT AND CC0 AND zlib AND Unicode-DFS-2015 AND HPND-Markus-Kuhn +License: (Ruby OR BSD-2-Clause) AND (Ruby OR BSD-2-Clause OR GPL-1.0-or-later) AND BSD-3-Clause AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND ISC AND LicenseRef-Fedora-Public-Domain AND MIT AND CC0 AND zlib AND Unicode-DFS-2015 AND HPND-Markus-Kuhn AND Ruby-pty URL: https://www.ruby-lang.org/ Source0: https://cache.ruby-lang.org/pub/%{name}/%{major_minor_version}/%{ruby_archive}.tar.xz Source1: operating_system.rb