diff options
| author | Glenn Morris | 2010-10-25 20:02:30 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-25 20:02:30 -0700 |
| commit | 57c17ca45a12cf325007e6ca0d8e1d1102970ff8 (patch) | |
| tree | 7071b5695144d6fb7663349e6b9fe3827bba8297 | |
| parent | 725513b7d9eea9e78ef9c61a604660450fa6831d (diff) | |
| download | emacs-57c17ca45a12cf325007e6ca0d8e1d1102970ff8.tar.gz emacs-57c17ca45a12cf325007e6ca0d8e1d1102970ff8.zip | |
* etc/images/README: Add (un)checked.xpm
* etc/images/checked.xpm, images/unchecked.xpm: Add copyright.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/images/README | 4 | ||||
| -rw-r--r-- | etc/images/checked.xpm | 19 | ||||
| -rw-r--r-- | etc/images/unchecked.xpm | 19 |
4 files changed, 47 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 32443420bd7..49e5b70d192 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-10-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * images/README: Add (un)checked.xpm | ||
| 4 | * images/checked.xpm, images/unchecked.xpm: Add copyright. | ||
| 5 | |||
| 1 | 2010-10-24 Chong Yidong <cyd@stupidchicken.com> | 6 | 2010-10-24 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * images/checked.xpm: | 8 | * images/checked.xpm: |
diff --git a/etc/images/README b/etc/images/README index 8956288f109..7adb3c7eb85 100644 --- a/etc/images/README +++ b/etc/images/README | |||
| @@ -35,6 +35,10 @@ Files: splash.png, splash.svg | |||
| 35 | Author: Francesc Rocher <rocher@member.fsf.org> | 35 | Author: Francesc Rocher <rocher@member.fsf.org> |
| 36 | Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 36 | Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. |
| 37 | 37 | ||
| 38 | Files: checked.xpm, unchecked.xpm | ||
| 39 | Author: Chong Yidong <cyd@stupidchicken.com> | ||
| 40 | Copyright (C) 2010 Free Software Foundation, Inc. | ||
| 41 | |||
| 38 | 42 | ||
| 39 | * The following icons are from GTK+ 2.x. They are not part of Emacs, but | 43 | * The following icons are from GTK+ 2.x. They are not part of Emacs, but |
| 40 | are distributed and used by Emacs. They are licensed under the | 44 | are distributed and used by Emacs. They are licensed under the |
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 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* Copyright (C) 2010 Free Software Foundation, Inc. | ||
| 3 | * | ||
| 4 | * Author: Chong Yidong <cyd@stupidchicken.com> | ||
| 5 | * | ||
| 6 | * This file is part of GNU Emacs. | ||
| 7 | * | ||
| 8 | * GNU Emacs is free software: you can redistribute it and/or modify | ||
| 9 | * it under the terms of the GNU General Public License as published by | ||
| 10 | * the Free Software Foundation, either version 3 of the License, or | ||
| 11 | * (at your option) any later version. | ||
| 12 | * | ||
| 13 | * GNU Emacs is distributed in the hope that it will be useful, | ||
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 16 | * GNU General Public License for more details. | ||
| 17 | * | ||
| 18 | * You should have received a copy of the GNU General Public License | ||
| 19 | * along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | ||
| 20 | */ | ||
| 2 | static char * checked_xpm[] = { | 21 | static char * checked_xpm[] = { |
| 3 | "12 12 5 1", | 22 | "12 12 5 1", |
| 4 | " c None", | 23 | " c None", |
diff --git a/etc/images/unchecked.xpm b/etc/images/unchecked.xpm index 85eec75230e..ad01824d222 100644 --- a/etc/images/unchecked.xpm +++ b/etc/images/unchecked.xpm | |||
| @@ -1,4 +1,23 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* Copyright (C) 2010 Free Software Foundation, Inc. | ||
| 3 | * | ||
| 4 | * Author: Chong Yidong <cyd@stupidchicken.com> | ||
| 5 | * | ||
| 6 | * This file is part of GNU Emacs. | ||
| 7 | * | ||
| 8 | * GNU Emacs is free software: you can redistribute it and/or modify | ||
| 9 | * it under the terms of the GNU General Public License as published by | ||
| 10 | * the Free Software Foundation, either version 3 of the License, or | ||
| 11 | * (at your option) any later version. | ||
| 12 | * | ||
| 13 | * GNU Emacs is distributed in the hope that it will be useful, | ||
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 16 | * GNU General Public License for more details. | ||
| 17 | * | ||
| 18 | * You should have received a copy of the GNU General Public License | ||
| 19 | * along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | ||
| 20 | */ | ||
| 2 | static char * unchecked_xpm[] = { | 21 | static char * unchecked_xpm[] = { |
| 3 | "12 12 5 1", | 22 | "12 12 5 1", |
| 4 | " c None", | 23 | " c None", |