Mercurial > emacs
annotate etc/images/README @ 87671:c6166f66e673
gnome icons are GPLv2 or later.
gtk icons are LGPLv2 or later.
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01306.html
Correct gtk copyright holders based on makecopyright in gtk tarball.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 09 Jan 2008 04:57:51 +0000 |
parents | 107ccd98fa12 |
children | 9759bfb65382 |
rev | line source |
---|---|
75830
de1ac66b39ff
Add section for icons that are a part of Emacs.
Bill Wohler <wohler@newt.com>
parents:
75809
diff
changeset
|
1 * The default GTK icons were not overridden by the GNOME theme due to |
de1ac66b39ff
Add section for icons that are a part of Emacs.
Bill Wohler <wohler@newt.com>
parents:
75809
diff
changeset
|
2 a bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in wide |
de1ac66b39ff
Add section for icons that are a part of Emacs.
Bill Wohler <wohler@newt.com>
parents:
75809
diff
changeset
|
3 circulation, the GTK icons should be replaced with the equivalent |
de1ac66b39ff
Add section for icons that are a part of Emacs.
Bill Wohler <wohler@newt.com>
parents:
75809
diff
changeset
|
4 GNOME icons. |
69776
98fd471d25c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents:
69763
diff
changeset
|
5 |
98fd471d25c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents:
69763
diff
changeset
|
6 * Recipe for Creating PBM Versions |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
66168
diff
changeset
|
7 |
69776
98fd471d25c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents:
69763
diff
changeset
|
8 1. Edit .xpm image in GIMP. |
98fd471d25c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents:
69763
diff
changeset
|
9 2. Image > Mode > Indexed. Check Use Black/White Palette and No |
98fd471d25c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents:
69763
diff
changeset
|
10 Color Dithering. |
98fd471d25c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents:
69763
diff
changeset
|
11 3. File > Save As file.xbm. |
98fd471d25c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents:
69763
diff
changeset
|
12 4. Run xbmtopbm < file.xbm > file.pbm. |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
66168
diff
changeset
|
13 |
69776
98fd471d25c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents:
69763
diff
changeset
|
14 Thanks to jan.h.d@swipnet.se for the help. |
98fd471d25c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents:
69763
diff
changeset
|
15 |
75728
7442836ceba2
Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents:
69776
diff
changeset
|
16 |
7442836ceba2
Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents:
69776
diff
changeset
|
17 COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES |
7442836ceba2
Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents:
69776
diff
changeset
|
18 |
75845
5e25c83b84f0
Move mh-logo-copyright to copyrights section.
Chong Yidong <cyd@stupidchicken.com>
parents:
75830
diff
changeset
|
19 * The following icons are a part of Emacs: |
5e25c83b84f0
Move mh-logo-copyright to copyrights section.
Chong Yidong <cyd@stupidchicken.com>
parents:
75830
diff
changeset
|
20 |
5e25c83b84f0
Move mh-logo-copyright to copyrights section.
Chong Yidong <cyd@stupidchicken.com>
parents:
75830
diff
changeset
|
21 File: mh-logo.xpm |
5e25c83b84f0
Move mh-logo-copyright to copyrights section.
Chong Yidong <cyd@stupidchicken.com>
parents:
75830
diff
changeset
|
22 Author: Satyaki Das |
79762 | 23 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
24 Free Software Foundation, Inc. | |
78270
cea60c1e501a
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
75908
diff
changeset
|
25 License: GNU General Public License version 3 or later (see COPYING) |
75908 | 26 |
82741
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
27 The files splash.xpm, splash8.xpm contain copyright and license |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
28 information, but it is reproduced here for convenience. |
75845
5e25c83b84f0
Move mh-logo-copyright to copyrights section.
Chong Yidong <cyd@stupidchicken.com>
parents:
75830
diff
changeset
|
29 |
82741
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
30 Files: splash.pbm, splash.xpm, splash8.xpm, gnus.pbm |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
31 Author: Luis Fernandes <elf@ee.ryerson.ca> |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
32 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
33 Free Software Foundation, Inc. |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
34 License: GNU General Public License version 3 or later (see COPYING) |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
35 |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
36 |
87671
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
37 The following icons are from GTK+ 2.x. They are not part of Emacs, but |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
38 distributed and used by Emacs. |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
39 |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
40 Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
41 License: GNU Library General Public License version 2 or later. |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
42 |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
43 close.xpm copy.xpm cut.xpm help.xpm home.xpm index.xpm info.pbm |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
44 info.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm paste.xpm |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
45 preferences.xpm print.xpm refresh.xpm right-arrow.xpm save.xpm |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
46 saveas.xpm search.xpm sort-ascending.xpm sort-descending.xpm |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
47 spell.xpm undo.xpm up-arrow.xpm |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
48 |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
49 back-arrow.xpm and fwd-arrow.xpm are slightly modified undo and redo. |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
50 diropen.xpm is file-manager.png from Gnome hicolor theme. |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
51 |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
52 |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
53 The following icons are from GNOME 2.x. They are not part of Emacs, |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
54 but distributed and used by Emacs. |
75728
7442836ceba2
Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents:
69776
diff
changeset
|
55 |
7442836ceba2
Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents:
69776
diff
changeset
|
56 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 |
7442836ceba2
Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents:
69776
diff
changeset
|
57 Tuomas Kuosmanen, Rodney Dawes, Jakub Steiner, Alexander Larsson, |
7442836ceba2
Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents:
69776
diff
changeset
|
58 Tor Lillqvist, Garrett LeSage, Dennis Cranston, Jody Goldberg, Luca |
75749
cb02cf6abcf1
Add three more authors from AUTHORS file of gnome-icon-theme
Chong Yidong <cyd@stupidchicken.com>
parents:
75734
diff
changeset
|
59 Ferretti, Mark Finlay, Lapo Calamandrei, Andreas Nilsson and Marco |
cb02cf6abcf1
Add three more authors from AUTHORS file of gnome-icon-theme
Chong Yidong <cyd@stupidchicken.com>
parents:
75734
diff
changeset
|
60 Pesenti Gritti |
87671
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
61 License: GNU General Public License version 2 or later. |
75728
7442836ceba2
Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents:
69776
diff
changeset
|
62 |
75908 | 63 Emacs images and their source in the GNOME icons stock/ directory: |
75728
7442836ceba2
Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents:
69776
diff
changeset
|
64 |
75908 | 65 attach.xpm document/stock_attach |
66 cancel.xpm slightly modified generic/stock_stop | |
67 connect.xpm net/stock_connect | |
68 contact.xpm net/stock_contact | |
69 data-save.xpm data/stock_data-save | |
70 delete.xpm generic/stock_delete | |
71 describe.xpm generic/stock_properties | |
72 disconnect.xpm net/stock_disconnect | |
73 exit.xpm generic/stock_exit | |
74 lock-broken.xpm data/stock_lock-broken | |
75 lock-ok.xpm data/stock_lock-ok | |
76 lock.xpm data/stock_lock | |
77 redo.xpm generic/stock_redo | |
78 search-replace.xpm slightly modified generic/stock_search-and-replace | |
79 next-page.xpm navigation/stock_next-page | |
80 refresh.xpm generic/stock_refresh | |
81 separator.xpm ? | |
82 show.xpm slightly modified document/stock_new | |
83 sort-ascending.xpm slightly modified data/stock_sort-ascending | |
84 sort-column-ascending.xpm data/stock_sort-column-ascending | |
85 sort-criteria.xpm data/stock_sort-criteria | |
86 sort-descending.xpm slightly modified data/stock_sort-descending | |
87 sort-row-ascending.xpm data/stock_sort-row-ascending | |
88 zoom-in.xpm navigation/stock_zoom-in | |
89 zoom-out.xpm navigation/stock_zoom-out | |
75733
e61c6445cee2
Add text about next-node.xpm, prev-node.xpm and up-node.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
75732
diff
changeset
|
90 |
e61c6445cee2
Add text about next-node.xpm, prev-node.xpm and up-node.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
75732
diff
changeset
|
91 next-node.xpm and prev-node.xpm are from gthumb version 2.0 (part of |
e61c6445cee2
Add text about next-node.xpm, prev-node.xpm and up-node.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
75732
diff
changeset
|
92 GNOME 2.x) where they are called next-image-24.png and prev-image-24.png. |
e61c6445cee2
Add text about next-node.xpm, prev-node.xpm and up-node.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
75732
diff
changeset
|
93 up-node.xpm is just next-node.xpm rotated 90 degrees. |
75792 | 94 |
95 Some icons in the mail/ and gnus/ subdirectories are also taken | |
96 from this source (see their separate README files). | |
97 | |
98 The images in the low-color/ subdirectory are low-color versions of | |
99 the files of the same name in this directory, and are subject to the | |
100 same conditions. |