https://bugzilla.redhat.com/show_bug.cgi?id=1007972
Pier Luigi Fiorini <pierluigi.fior...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pierluigi.fior...@gmail.com --- Comment #5 from Pier Luigi Fiorini <pierluigi.fior...@gmail.com> --- elegant-symbolic are derived from gnome-icon-themes-symbolic whose COPYING file states icons are CC-BY-SA 3.0 (see https://git.gnome.org/browse/gnome-icon-theme-symbolic/tree/COPYING). $ rpm -qi gnome-icon-theme-symbolic | grep -i license License : CC-BY-SA ---- elegant are derived from elementary, the COPYING file is copied from there. $ rpm -qi elementary-icon-theme | grep -i license License : GPLv2 In fact the elementary-icon-theme has icons with CC-BY-SA 2.0 too: $ cd /usr/share/icons/elementary $ find -name '*.svg' |xargs awk -F\" '/\/licenses\// {print $2}' |sort |uniq -c 48 http://creativecommons.org/licenses/GPL/2.0/ 18 http://creativecommons.org/licenses/by-sa/2.0/ ---- Latest version (0.1.91) also has mouse cursors which are LGPL 2.1 since are derived from gnome-themes-standard. ---- Do I need to split icons into multiple repositories upstream? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/package-review