diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-30 02:50:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-30 02:50:19 +0800 |
commit | 855a91a694d6dcd607feef15569199bcfa1f75ac (patch) | |
tree | fa3087d0b643e857301d04ea45d9e435d89a1013 | |
parent | 0067abc21a679e78b05a138dd693b0400b7584a0 (diff) | |
download | gsoc2013-evolution-855a91a694d6dcd607feef15569199bcfa1f75ac.tar.gz gsoc2013-evolution-855a91a694d6dcd607feef15569199bcfa1f75ac.tar.zst gsoc2013-evolution-855a91a694d6dcd607feef15569199bcfa1f75ac.zip |
Clarify Firefox's license for the "wrapped" icon.
-rw-r--r-- | data/icons/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 594ed593f5..babdaf4935 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -84,8 +84,15 @@ private_icons = \ hicolor_status_32x32_online.png \ $(NULL) -# hicolor_status_16x16_wrapped.png was copied from Firefox. +# hicolor_status_16x16_wrapped.png was copied from Firefox +# (toolkit/themes/gnomestripe/global/icons/wrap.png), which +# contained the following notice: +# +# All files in this directory are assumed to be licensed under the +# tri-license (MPL/GPL/LGPL) used throughout this codebase. +# # There is no corresponding SVG file. */ + noinst_DATA = \ hicolor_actions_16x16_go-today.svg \ hicolor_actions_16x16_view-calendar-day.svg \ |