diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-25 20:02:30 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-25 20:02:30 -0700 |
commit | 57c17ca45a12cf325007e6ca0d8e1d1102970ff8 (patch) | |
tree | 7071b5695144d6fb7663349e6b9fe3827bba8297 /etc/images/checked.xpm | |
parent | 725513b7d9eea9e78ef9c61a604660450fa6831d (diff) | |
download | emacs-57c17ca45a12cf325007e6ca0d8e1d1102970ff8.tar.gz emacs-57c17ca45a12cf325007e6ca0d8e1d1102970ff8.tar.bz2 emacs-57c17ca45a12cf325007e6ca0d8e1d1102970ff8.zip |
* etc/images/README: Add (un)checked.xpm
* etc/images/checked.xpm, images/unchecked.xpm: Add copyright.
Diffstat (limited to 'etc/images/checked.xpm')
-rw-r--r-- | etc/images/checked.xpm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/images/checked.xpm b/etc/images/checked.xpm index 4dbcb9e6fdd..e0152594836 100644 --- a/etc/images/checked.xpm +++ b/etc/images/checked.xpm @@ -1,4 +1,23 @@ /* XPM */ +/* Copyright (C) 2010 Free Software Foundation, Inc. + * + * Author: Chong Yidong <cyd@stupidchicken.com> + * + * This file is part of GNU Emacs. + * + * GNU Emacs is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * GNU Emacs is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. + */ static char * checked_xpm[] = { "12 12 5 1", " c None", |