comparison etc/splash.xpm @ 75651:16e7738bd009

Add copyright and license notice.
author Glenn Morris <rgm@gnu.org>
date Sat, 03 Feb 2007 21:53:58 +0000
parents d514b33721f2
children 713172dcf518
comparison
equal deleted inserted replaced
75650:48e11b5cb31e 75651:16e7738bd009
1 /* XPM */ 1 /* XPM */
2 /* Gnu Emacs 21 Logo by Luis Fernandes, <elf@ee.ryerson.ca> */ 2 /* Gnu Emacs Logo
3 *
4 * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
5 * Free Software Foundation, Inc.
6 *
7 * Author: Luis Fernandes <elf@ee.ryerson.ca>
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 2, or (at your option)
14 * 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; see the file COPYING. If not, write to the
23 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 * Boston, MA 02110-1301, USA.
25 */
3 static char *splash[] = { 26 static char *splash[] = {
4 /* width height num_colors chars_per_pixel */ 27 /* width height num_colors chars_per_pixel */
5 " 270 217 4 1", 28 " 270 217 4 1",
6 /* colors */ 29 /* colors */
7 ". c None", 30 ". c None",