Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)
[bpt/emacs.git] / etc / images / mh-logo.xpm
CommitLineData
3d7ca223 1/* XPM */
217ac4df
GM
2/* MH-E Logo
3 *
49f70d46 4 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
217ac4df
GM
5 * Free Software Foundation, Inc.
6 *
7 * Author: Satyaki Das
8 *
9 * This file is part of GNU Emacs.
10 *
11 * GNU Emacs is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation, either version 3 of the License, or
14 * (at your option) any later version.
15 *
16 * GNU Emacs is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 */
3d7ca223
BW
24static char *mh-e[] = {
25/* width height num_colors chars_per_pixel */
26" 18 13 2 1",
27/* colors */
28"# c #666699",
29". c None s None",
30/* pixels */
31"........##........",
32".......####.......",
33"......######......",
34"......######......",
35"....#########.....",
36"..##############..",
37".##...######....#.",
38"##...#.#.####...#.",
39"....#..#.##.#...#.",
40"...#..##.#.#.#....",
41"...#..#..#..#.#...",
42"...#..#.##..#.##..",
43"...#..#.#..#....#."
44};