diff options
author | Ron Yorston <rmy@pobox.com> | 2018-07-24 16:43:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-07-24 16:43:10 +0100 |
commit | 958ba292aab941d81b4d89dedc92ba78ace6b1ad (patch) | |
tree | f10caea34bb23a61be8de468a7e3f6fae16363bd /win32/resources/README | |
parent | 43dd125914c7cc4656cf06b23230031e3444c5ff (diff) | |
download | busybox-w32-958ba292aab941d81b4d89dedc92ba78ace6b1ad.tar.gz busybox-w32-958ba292aab941d81b4d89dedc92ba78ace6b1ad.tar.bz2 busybox-w32-958ba292aab941d81b4d89dedc92ba78ace6b1ad.zip |
win32: rename resource files
Since more than just icon resources are now provided give various
files more appropriate names.
Diffstat (limited to 'win32/resources/README')
-rw-r--r-- | win32/resources/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/resources/README b/win32/resources/README new file mode 100644 index 000000000..33a245386 --- /dev/null +++ b/win32/resources/README | |||
@@ -0,0 +1,9 @@ | |||
1 | The icons are based on those for GNOME terminal in the Adwaita theme. | ||
2 | |||
3 | They were generated by importing the 16x16, 32x32 and 48x48 PNG files | ||
4 | into GIMP as separate layers then exporting as a single .ico file. | ||
5 | |||
6 | The original files are dual-licensed under either the GNU LGPL v3 or | ||
7 | Creative Commons Attribution-Share Alike 3.0 United States License. | ||
8 | |||
9 | The .ico files are licensed under the latter. | ||