From: "Alexey V. Vissarionov" <gremlin@altlinux.org> To: ALT Linux Team development discussions <devel@lists.altlinux.org> Subject: Re: [devel] License tag Date: Wed, 25 Mar 2020 13:07:44 +0300 Message-ID: <20200325100744.GB21275@altlinux.org> (raw) In-Reply-To: <202003251355.09922.asy@altlinux.org> On 2020-03-25 13:55:09 +0400, Sergey Afonin wrote: >> Это, в частности, означает, что если в пакете перемешан код под >> GPLv2+, GPLv2-only и какой-нибудь MIT, то у пакета лицензия >> GPLv2-only, и точка. Потому что весь остальной код "автоматически" >> перелицензируется под самую жесткую из лицензий, если может, а >> если не может, то такой пакет нельзя собирать в Сизиф. > Давайте ещё один пример разберём. Пакет nfdump. Основная лицензия > BSD-3-Clause. Но вот libnfdump содержит LZ4 с BSD-2-Clause и > miniLZO с GPL-2.0-or-later. Всё это попадает в один бинарник > libnfdump-%version.so. С libnfdump, согласно вышеотквоченному, > понятно - GPL-2.0-or-later. > Вопрос, что с libnfdump-devel? Этого подпакета у nfdump нет по > случаю, но если бы он был, там должны бы были быть lz4.h c > BSD-2-Clause и minilzo.h с GPL-2.0-or-later. И что писать надо > было бы в этом случае? Всё же все три через and? Если чистоплюйствовать, то: %package devel-lz4 License: BSD-2-Clause # ... %package devel-minilzo License: GPL-2.0-or-later # ... %package devel Requires: %name-devel-lz4 %name-devel-minilzo # сам пакет может быть вообще пустым Но, по счастью, всем глубоко начхать.. -- Alexey V. Vissarionov gremlin ПРИ altlinux ТЧК org; +vii-cmiii-ccxxix-lxxix-xlii GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net
next prev parent reply other threads:[~2020-03-25 10:07 UTC|newest] Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-03-15 16:42 [devel] mysql-workbench-community, " Sergey Y. Afonin 2020-03-15 18:43 ` Andrey Savchenko 2020-03-15 19:36 ` Sergey Y. Afonin 2020-03-15 21:58 ` Alexey Gladkov 2020-03-15 22:51 ` Dmitry V. Levin 2020-03-16 5:46 ` Sergey Afonin 2020-03-16 8:10 ` Dmitry V. Levin 2020-03-16 10:52 ` Sergey Afonin 2020-03-16 11:16 ` Alexey Gladkov 2020-03-16 11:37 ` Sergey Afonin 2020-03-16 12:16 ` Sergey Afonin 2020-03-16 12:27 ` Sergey Afonin 2020-03-16 14:40 ` Alexey Gladkov 2020-03-16 22:14 ` Andrey Savchenko 2020-03-16 23:03 ` Alexey Gladkov 2020-03-17 6:24 ` Ivan A. Melnikov 2020-03-17 10:37 ` Alexey Gladkov 2020-03-17 13:31 ` Sergey Afonin 2020-03-17 16:40 ` [devel] License tag for source packages Dmitry V. Levin 2020-03-17 16:56 ` Andrey Savchenko 2020-03-17 20:06 ` Dmitry V. Levin 2020-03-17 20:52 ` Leonid Krivoshein 2020-03-17 22:16 ` Andrey Savchenko 2020-03-17 22:31 ` Dmitry V. Levin 2020-03-17 22:48 ` Leonid Krivoshein 2020-03-18 8:49 ` Andrey Savchenko 2020-03-17 22:56 ` Alexey Gladkov 2020-03-17 23:10 ` Dmitry V. Levin 2020-03-18 8:45 ` Andrey Savchenko 2020-03-18 9:45 ` Sergey Afonin 2020-03-20 8:17 ` Sergey Afonin 2020-03-18 10:50 ` Dmitry V. Levin 2020-03-18 20:04 ` Andrey Savchenko 2020-03-18 20:08 ` [devel] License tag for source packages (и лишние сущности) Michael Shigorin 2020-03-18 20:11 ` Dmitry V. Levin 2020-03-18 20:14 ` Michael Shigorin 2020-03-18 20:22 ` Dmitry V. Levin 2020-03-18 20:35 ` Andrey Cherepanov 2020-03-18 12:42 ` [devel] License tag for source packages Alexey Gladkov 2020-03-17 21:07 ` Leonid Krivoshein 2020-03-17 21:50 ` Andrey Savchenko 2020-03-18 8:16 ` Alexey V. Vissarionov 2020-03-18 9:32 ` Andrey Savchenko 2020-03-18 12:23 ` Alexey Gladkov 2020-03-18 16:21 ` Anton Farygin 2020-03-18 16:35 ` Alexey Gladkov 2020-03-18 16:48 ` Anton Farygin 2020-03-18 17:04 ` Alexey Gladkov 2020-03-19 4:05 ` Anton Farygin 2020-03-19 9:52 ` Alexey Gladkov 2020-03-21 21:21 ` Dmitry V. Levin 2020-03-21 21:59 ` Vladimir D. Seleznev 2020-03-22 8:50 ` Andrey Savchenko 2020-03-23 11:53 ` Sergey V Turchin 2020-03-22 15:12 ` Alexey Gladkov 2020-03-25 8:17 ` Pavel Isopenko 2020-03-25 8:22 ` Andrey Savchenko 2020-03-25 8:32 ` Sergey Afonin 2020-03-25 9:32 ` Alexey V. Vissarionov 2020-03-25 9:46 ` Sergey Afonin 2020-03-25 10:02 ` Alexey V. Vissarionov 2020-03-25 8:33 ` Sergey Afonin 2020-03-25 9:55 ` [devel] License tag Sergey Afonin 2020-03-25 10:07 ` Alexey V. Vissarionov [this message] 2020-03-25 14:06 ` Sergey Afonin 2020-03-25 10:12 ` [devel] nfdump Dmitry V. Levin 2020-03-25 10:23 ` Sergey Afonin 2020-04-03 11:07 ` [devel] License tag Sergey Afonin 2020-04-03 12:27 ` Andrey Savchenko 2020-04-03 14:15 ` Sergey Y. Afonin 2020-04-03 14:28 ` Vladimir D. Seleznev 2020-04-03 14:34 ` Sergey Y. Afonin 2020-03-16 5:43 ` [devel] mysql-workbench-community, " Sergey Afonin 2020-03-16 22:01 ` Andrey Savchenko
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200325100744.GB21275@altlinux.org \ --to=gremlin@altlinux.org \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git